-1

My device is stuck in bootloop and my USB debugging is disabled. When I type adb devices in CMD, it says adb is not recognized as an internal or external command operable program or batch file. Please help

anand mbs
  • 128
  • 5

2 Answers2

0

ADB is only accessible from recovery or a booted phone. When stuck in bootloop, reboot into bootloader and use the fastboot.exe instead. Then enter fasboot reboot recovery and continue via ADB

  • That would require a custom recovery installed. Stock recovery doesn't support ADB. Plus, according to the error message given by OP, the issue here is rather OP hasn't installed ADB tools on the computer used. – Izzy Jun 07 '16 at 11:58
-3

If(custom ROM==true) { - go to recovery mode from boot loader - wipe data - wipe cache, delvik cache - reinstall a better rom } Else - reset factory settings from rm

  • 1
    That doesn't install the ADB tools on a computer :) Read the error message again (the adb executable isn't found on OP's computer). – Izzy Jun 07 '16 at 11:59