How to Recover, Reboot and Reset Android phones using ADB.
How to Recover,Reboot and Reset Android phones using ADB.
- Download adb and intall adb drivers for your phone.
- Extract the file to your drive c directory in a folder named adb.
- Once the file is located in your c:\adb, goto start menu (click on windows logo) then search for "cmd" and run it.
- Now, within the cmd window, type in "c:\adb" and enter
- type in and enter "adb devices" this would idetify and list your connected phone
- TO REBOOT > type and run "adb reboot bootloader"
- TO RECOVER > type and run "adb reboot recovery"
- TO RESET PHONE> type in and run "adb r_wipe_data "
0 Comments
Dear reader, if you think of a different or an alternative way to achieve this solution, kindly share you idea in the comment section. Thank you.