jubilantrich.com-adb devices

How to Recover,Reboot and Reset Android phones using ADB.


  1.  Download adb and intall adb drivers for your phone.
  2. Extract the file to your drive c directory in a folder named  adb.
  3.  Once the file is located in your c:\adb, goto start menu (click on windows logo) then search for "cmd" and run it.
  4.  Now, within the cmd window, type in "c:\adb" and enter
  5.  type in and enter "adb devices" this would idetify and list your connected phone
  6.  TO REBOOT > type and run "adb reboot bootloader"
  7.  TO RECOVER > type and run "adb reboot recovery"
  8.  TO RESET PHONE> type in and run "adb r_wipe_data "