Download ADB Fastboot Tool for Windows

Download ADB Fastboot Tool for Windows - Is a tool that is used on a PC or laptop to execute scripts and commands on Android connected to a USB cable. In this case the script or command related to Android.
If you are an android user who used to do flashing with the fastboot method, of course it is no stranger to the functions and uses of ADB Fastboot Tool for Windows. Where you can use this tool for flashing ROM or CWM format with the IMG command command you want.
To get ADB Fastboot Tool for Windows, please download via the link below :
ADB Fastboot Tool
To be able to use this tool, make sure the adb and fastboot drivers are correctly installed on your PC. If you don't know how to install the driver, please read: Download Adb and Fastboot Windows Driver.
For example the adb mode command format with an active debugging usb connection :
- adb devices -> to check the driver and ensure that Android devices are read on PC in ADB mode
- su -> to get permission from the root user superuser
- adb install example.apk -> to install the APK file format application from our PC to Android connected via USB
- adb reboot -> to do the reboot command on android
- adb reboots the bootloader -> to command the active android to reboot into fastboot mode
- and etc
And here is the format of the command if Android is in fast boot mode :
- fastboot devices -> to check drivers and ensure that Android is read on the PC in fast boot mode
- fastboot flash recovery recovery.img -> for flashing file recovery in the img format that already exists in the adb tool directory
- fastboot flash system system.img -> performs partial flashing, in this example we are flashing only the file system.img
- fastboot reboot -> to reboot android after flashing
- and much more
That's the tutorial and how to use Download ADB Fastboot Tool for Windows, hopefully it's useful.
Post a Comment
Post a Comment