Some essential ADB and Fastboot commands forooting your device:
- adb reboot bootloader
- adb reboot system
- adb reboot recovery
List of Some Useful ADB and Fastboot Commands
To install ADB and Fastboot on your Android device, follow these steps:
- Open a command prompt on your computer.
- Type “adb” and hit enter.
- Type “fastboot” and hit enter.
- The fastboot commands will start automatically executing in order. To stop the commands, type “finish”.
- To enable USB debugging on your Android device, type “android Debugging enabled” into the command prompt and hit enter.
To install Android Debug Bridge and Fastboot, follow these steps:
- Open a command prompt and type “adb” followed by the path to your Android SDK installation. For example, if you are using SDK 8.0.0, type “adb -s 8.0.0” .
- Type “fastboot” followed by the path to your Fastboot installation. For example, if you are using Fastboot 1.3, type “fastboot devices” .
- If you have not already installed ADB and Fastboot on your device, do so now by following these steps:
- Type “adb devices” to list all of your device’s ADB and Fastboot devices .
- Type “adb reboot” to reboot your device into ADB and Fastboot mode .
Important fastboot commands:
- To start the Android Debug Bridge (ADB) on your computer: adb start-server
- To list all devices connected to your computer: adb devices
- To reboot a device connected to your computer: adb reboot device_name
- To flash a firmware image on a device connected to your computer: adb flash firmware image_name [device_name] ..
Most Common ADB commands:
Rare but Important Commands
Most Common Fastboot Commands
Some important ADB and Fastboot commands