Reboot

How do I boot into recovery without volume button?


Connect your android to PC. Enable adb debugging and open command prompt in PC. Type “adb devices” without qoutes and enter then type “adb reboot recovery” and enter. These commands boot your android in recovery mode.

How do I boot into recovery mode without volume button?

Connect your android to PC. Enable adb debugging and open command prompt in PC. Type “adb devices” without qoutes and enter then type “adb reboot recovery” and enter. These commands boot your android in recovery mode.

How do I manually enter recovery mode?

Press and hold down the Volume Down button and keep holding it, then press and hold the Power button as well for a few seconds, and let go when you see the Android mascot on its back on screen. Use the Volume Down button to cycle through the options until you find Recovery mode and press the Power button to load it.

How do you enter fastboot without volume button?

You can do it with adb (I would assume you have adb/fastboot set up on your computer if you’re doing stuff in the bootloader). Enable USB Debugging mode in developer settings on your phone, then use the adb on your computer or in a terminal emulator – ” adb reboot bootloader “.

To Top