Monday, August 10, 2015

Boot into Download, Fastboot, Recovery Mode Using ADB

All Android devices have different mode to boot (normal, recovery, fastboot/bootloader, Odin/download and safe mode). Some user can’t boot into recovery, fastboot/bootloader or Odin/download mode because they can’t/don’t know the correct keys to press or they have a broken key ex: vol key.
We will learn you how to boot into any mode using adb cmd without needing to press more buttons or having root access on your Android smartphone or tablet.
Requirements :
  • Working rooted or unrooted Android device
  • USB cable and PC
  • Installed your device USB driver
  • Android debugging bridge “adb”
Steps :
  1. Enable USB debugging on your android device.
  2. Install adb and USB driver for your device model Samsung, HTC, Sony, LG, Motorola, Google.
  3. Connect your device to PC by USB cable
  4. To boot into download mode for Samsung devices type in cmd window :
    adb reboot downloadreboot download
  5. To boot into bootloader mode for most Android devices type in cmd window :
    adb reboot-bootloaderreboot-bootloader
  6. To boot into recovery mode for all Android devices type in cmd window :
    adb reboot recoveryreboot recovery
Now you can start booting your phone into different mode without any problem and without using button even if your phone isn’t rooted.

No comments:

Post a Comment