Friday, March 3, 2017

How to Android device hard reset recovery using ADB?

Android device hard reset recovery using ADB reboot recovery - ADB stands for Android Debug Bridge, and it allows you to communicate with your Android device using your computer. For instance, if you wish to install an app on your device right from your desktop, you can do so using ADB. There is a lot more you can do with ADB than just installing an app.

Having knowledge of some of the most-used ADB commands is really beneficial, as it will let you perform a number of actions on your device without even touching it. Here, we have compiled some of the common commands that you can use with ADB to perform actions on your device.
ADB - Android Debug Bridge
Note: If you want to remove your forgotten unlock pattern or PIN or password but you did not enable USB debugging on your device, this tutorial will not help, but you can unlock your Android device's password using your phone or tablet's hardware keys to reboot the device in recovery mode.

So if you have previously enabled USB debugging on your device or you can't remember try the following easy tutorial

You need

  • PC with windows OS (you can also use Linux / MAC OS installer available)
  • Android ADB tools download
  • USB cable
  • your Android phone or tablet device

  1. First you need to enable the USB Debugging in your device. Go to Settings > Applications > Development (Android 2.3.x)
  2. If you cannot access your device, you won't be able to set this option :(

  3. Install Android SDK Tools Only

  4. - Make sure you have selected Platform-tools and USB drivers in SDK manager window (scroll down in the list in Andorid SDK manager to see the drivers checkbox)

  5. Make sure you have installed drivers for your device or at least generic Android drivers.
  6. Connect your device using an USB cable and power the phone or tablet on. Also check that windows recognized your device in Windows Device manager.


  7. Open command prompt in Windows and go to (cd C:\Users\Your username\AppData\Local\Android\android-sdk\platform-tools) adb folder
  8. Type adb reboot recovery and your device will restart and Android Recovery menu should appear.
  9. You can disconnect your device.
Now you can remove password or forgotten unlock pattern or just Factory reset your device using Andorid recovery menu with the Volume keys / power key.

What to do in Andorid recovery menu?

In Android system recovery menu highlight and select Wipe data / Factory Reset using the volume (-) key and confirm your selection with power or Vol+ key depending on your device. Usually confirm with power / lock key. Note: in rare cases Home, Menu or even the Camera key can be used also.

Now select Yes -- delete all data and confirm. All data will be lost. Pls remember to backup your data before doing a hard reset and backup regulary.
Note: You can also use wipe cache partition option, if you are doing a firmware upgrade / update or reflash your stock firmware or even you are download a custom binary. It (wipe cache partition) will not delete any personal data, but factory reset will!

- cache partition stores temporary data, that you can delete without loosing your personal data or settings
- factory reset will wipe everything on the internal storage and settings, be careful when you choosing Factory reset option, because it will delete everything, all data!

Please note, if you see "Downloading" on the screen that means you are in Download mode or also called ODIN mode on Samsung devices, which is for firmware update from a PC. That is not the recovery mode.

You May Like More :-
  1. How To Unlock ZTE Midnight Pro LTE (Z828T) SmartPhone?
  2. How to Rewrite or Repair IMEI on Android Phones and Tablets
  3. How to Hard Reset Acer Iconia Tab B1 Procedure using the device's keys
  4. How to Hard Reset Acer Liquid Z5 Z150 Procedure using the device's keys
  5. How To Unlock Vodafone Smart Turbo 7 (VFD-500 & VFD-501)?
  6. How To Unlock Vodafone Smart Tab mini 7 (VFD-1100)?
  7. How to Unlock ZTE MF923 4G mobile WiFi hotspot device?
  8. ZTE MF923 4G Mobile Hotspot Technical Specifications
  9. How to Unlock Uros Goodspeed MF900 Hotspot Device?
  10. Uros Goodspeed ZTE MF900 4G Mobile Hotspot specifications

No comments:

Post a Comment