Ads 468x60px

Monday, April 15, 2013

How To Boot Into Recovery Without Key Combination



Recovery mode is an essential part of flashing custom ROMs, MODs, official updates and sometime Kernels. Almost every Android device be it smartphone, tablet or camera, always comes with some key combination that allow us easily enter into recovery mode. However, sometime many of use find difficulties to follow those key combination. That’s why today we come with two solution that can help you to enter into recovery without pressing that desired key combination.
The easiest of the two to boot into recovery mode is by using custom apps that can easily take you into recovery mode with few taps on screen. The other one required you to connect your device with computer and then enter adb command to boot into recovery. We will talk about it later, first we discuss about app.

How To Boot Into Recovery Mode on Any Android Device

  1. Download and install Quick Boot app from Google Play Store.
  2. Open the app and you will see four options that perform four different task – Reboot, Recovery, Bootloader and Power Off.
  3. Tap on Recovery and your Android device will reboot into Recovery Mode without manual effort.
The bad part is, this app require root access to perform this task. You must grant root access on SuperSU when asked. Quick Boot app really helpful when you feel problem pressing key combination or don’t know key combination to use advance Android features such as Recovery Mode.
Now, we will discuss another method which is boot using adb command. You must already set up ADB to use following command. You can follow our guide: How to install and set up ADB/Fastboot for Android Devices
Now, connect your Android powered device with computer and enter the following command in command window:
adb reboot recovery
To enter into Download Mode enter the following command:
adb reboot download

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...