如何使用adb或命令或任何应用程序输入紧急模式,而无需按下卷按钮。因为,我的设备的音量向下按钮被打破。
如何使用adb或命令或任何应用程序输入紧急模式,而无需按下卷按钮。因为,我的设备的音量向下按钮被打破。
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.
安装适当的USB驱动程序后,并在设备中启用USB调试开发者选项。输入此代码以重新启动恢复/紧急模式(不知道该术语是否特有于您的设备):
adb reboot recovery
您应该启动到恢复模式。
如果成功,您应该看到许多选项:
尝试使用其他Vol按钮和电源按钮导航选项,如"输入"
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:
try navigating the options with the other vol button and power button as "enter"
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有