Some essential ADB and Fastboot commands forooting your device:

  1. adb reboot bootloader
  2. adb reboot system
  3. adb reboot recovery

List of Some Useful ADB and Fastboot Commands

To install ADB and Fastboot on your Android device, follow these steps:

  1. Open a command prompt on your computer.
  2. Type “adb” and hit enter.
  3. Type “fastboot” and hit enter.
  4. The fastboot commands will start automatically executing in order. To stop the commands, type “finish”.
  5. 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:

  1. 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” .
  2. Type “fastboot” followed by the path to your Fastboot installation. For example, if you are using Fastboot 1.3, type “fastboot devices” .
  3. If you have not already installed ADB and Fastboot on your device, do so now by following these steps:
  4. Type “adb devices” to list all of your device’s ADB and Fastboot devices .
  5. Type “adb reboot” to reboot your device into ADB and Fastboot mode .

Important fastboot commands:

  1. To start the Android Debug Bridge (ADB) on your computer: adb start-server
  2. To list all devices connected to your computer: adb devices
  3. To reboot a device connected to your computer: adb reboot device_name
  4. 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