Minimal ADB and Fastboot Free Download:
Download Minimal ADB and Fastboot Tool new updated version free download for Windows PC. Minimal ADB and Fastboot is a small tool which is developed by Shimp208-XDA Developer. Using Minimal ADB and Fastboot tool you can install the latest version of ADB and Fastboot on your Windows PC without installing android SDK package. It also allows you to rooting Android devices, install TWRP or CWM recovery in Android devices.
Table of contents
Also Check: Android FastBoot Reset Tool Latest Version
Minimal ADB and FastBoot Commands
FastBoot Commands List
fastboot devices | Display the connected devices |
adb reboot bootloader | Boot your device into bootloader or fastboot mode. |
adb reboot recovery | Boot your device in recovery mode |
adb reboot fastboot | Directly reboot your device in fastboot mode. |
fastboot reboot bootloader | to reboot your device from fastboot mode to fastboot mode again. |
fastboot flash ABC.zip | To flash a zip file via fastboot mode. [ABC= real zip file name] |
fastboot flash recovery ABC.img | To flash a recovery image file. [ABC= real zip file name] |
fastboot flash boot ABC.img | To flash a kernel image file. [ABC= real zip file name] |
fastboot oem unlock | To Unlock the bootloader of your device. |
fastboot oem lock | To relock the bootloader of the device. |
adb reboot | To normally reboot your device. |
ADB Commands List
adb devices | Show connected android devices with the PC |
adb install | To install an application .apk. |
adb pull | To copy a file from the device to the system. |
adb push | To copy a file from the system to the device |
adb get-serialno | Shows device serial no |
adb logcat | To display log file on the screen |
adb jdwp | Shows JDWP processes at the device |
adb get-state | Displays device’s status |
adb wait-for-device | Displays progress time required/ delay for the next command. |
adb bugreport | Shows dump sys, dump state and logcat data at the screen. |
adb start-server | To start adb server process |
adb kill-server | To stop the adb server |
adb shell | Lunch the remote shell console for commands at the device to control your device. |
adb help | To display helps contents for ABD |
To download the latest version of minimal adb and fastboot tool simply follow the link given below. Its completely free to download.