How can I enter into emergency mode, using adb or command or any application, without pressing down volume button. Because, my device's volume down button is broken.
Asked
Active
Viewed 1,103 times
-1
-
Related: Enter recovery mode from command line – xavier_fakerat Jul 18 '17 at 13:45
1 Answers
0
After installing appropriate usb drivers, and enabling usb debugging in developer options in your device. Enter this code to reboot in recovery/emergency mode (don't know if that term is specific to your device):
adb reboot recovery
you should boot into recovery mode.
If successful you should see a number of options:
- reboot system
- apply update from SD card
- apply update from cache
- wipe data/factory reset
try navigating the options with the other vol button and power button as "enter"

xavier_fakerat
- 10,065
- 6
- 41
- 101