Minimal ADB and FastBoot Tool are one of the best tools available on the internet to unlock your device's bootloader. They are used to root, debug and perform other operations on devices. For developers, Minimal ADB and FastBoot Tool are everyday tools to complete their jobs.
This amazing tool allows you to root your Android device, install custom ROMS, reboot it into various modes, and perform other activities. If you are in search of a simple but also command line tool then Minimal ADB and FastBoot Tool are for you. You have to just click on the download link provided to you at the end of this webpage. After that, it will be installed on your computer and it will show up on the desktop.
In order to use the tool, go to your device's settings, open developer options and enable the USB debugging option. Once installed a desktop shortcut will be formed. Open it, and it will show a command prompt window that will allow you to enter commands to root and debug your device.
One of the best things about this amazing tool is that it takes very little space about only 2 MB on your hard disc. So, don't bother about space issues. It is compatible with Windows (32bit and 64bit), Mac, and Linux.
Minimal ADB and FastBoot Commands:
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 image file name]
fastboot flash boot ABC.img | To flash a kernel image file. [ABC= real image 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 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 on the screen.
adb start-server | To start adb server process
adb kill-server | To stop the adb server
adb shell | Launch the remote shell console for commands at the device | to control your device.
adb help | To display helps contents for ADB
Click on the download link below to get the latest version of the minimal ADB and Fastboot tool. The download is free and simple.
0 comments:
Post a Comment