How to boot into recovery from Android is something that will help you get into TWRP / CWM / custom recovery when holding volume up and power doesn’t work, or when holding volume down and power doesn’t work.

With this guide, there’s no need to root to boot into recovery, whether it be standard recovery, TWRP, or CWM custom recovery.

What do I need?

How to enter TWRP from Android?

I. Install the adb drivers and adb/fastboot command sets if not already installed

Wfm46Nb

II.  Turn on USB debugging on your phone

(click) how to turn on USB debugging guide

  1. From your Android homescreen, tap the *menu button* >> Select *Settings* or *System Settings* >> Scroll to the bottom and tap *About Phone*
    twrp-tutorial-Screenshot_2014-10-26-20-54-09
  2. You should then see a screen similar to the one pictured below. At the bottom you should see *Build number*. Tap it multiple times until it tells you “You are now a developer!”.twrp-tutorial-Screenshot_2014-10-26-20-54-21
  3. Hit the *back button* to get to the main settings screen >> Tap *Developer options*twrp-tutorial-Screenshot_2014-10-26-19-36-21
  4. Tap *USB debugging*twrp-tutorial-Screenshot_2014-10-26-19-36-31

Source (opens in new tab)

III.  Enter adb command window

  1. Open the adb folder located at your system drive. This was already added by the auto-installer in the step above. The location should be c:/adb.
  2. Connect your phone to your PC and be aware of your phone’s display requesting adb debugging permissions (if you haven’t previously allowed them). Be sure to allow it. If any drivers install, or you don’t see the adb debugging permission request, wait for the drivers to finish, disconnect your phone, and reconnect again.
  3. In a blank space in the c:/adb folder, hold SHIFT while right-clicking.
  4. Select “Open adb command window here”

enter-recovery

IV.  Enter TWRP recovery

In the command window you just opened:

  1. Type “adb kill server”
  2. Type “adb start server”
  3. Type “adb reboot recovery”
  4. Bam. Profit. Done.

Some things you can do from the command window

  • Enter recovery: “adb reboot recovery”
  • Reboot the phone: “adb reboot”
  • Enter bootloader mode: “adb reboot bootloader”
  • Find devices connected via adb and status of debugging authorization: “adb devices”
Damian ParsonsGuidesHow ToTutorialsHow to boot into recovery from Android is something that will help you get into TWRP / CWM / custom recovery when holding volume up and power doesn't work, or when holding volume down and power doesn't work. With this guide, there's no need to root to boot into recovery,...



Related Posts

Missing processor power management settings option in advanced power options settings

Missing processor power management settings option in advanced power options settings

Ultimate newbie root Vernee Mix 2 TWRP

Ultimate newbie root Vernee Mix 2 TWRP

Manual focus lock and fixing continuously auto focusing problems

Manual focus lock and fixing continuously auto focusing problems

Ultimate Blackview BV8000 Pro root and Helio P20 root TWRP guide

Ultimate Blackview BV8000 Pro root and Helio P20 root TWRP guide

How to fix or replace unknown IMEI with SN Write Tool

How to fix or replace unknown IMEI with SN Write Tool

How to fix SP Flash Tool image checksum failed

How to fix SP Flash Tool image checksum failed