snippetbashTip
adb reboot — Reboot a connected Android device or emulator. More information: <https://manned.org/adb>.
Viewed 0 times
connectedcommandrebootcliadb rebootandroiddeviceemulator
Problem
How to use the
adb reboot command: Reboot a connected Android device or emulator. More information: <https://manned.org/adb>.Solution
adb reboot — Reboot a connected Android device or emulator. More information: <https://manned.org/adb>.Reboot the device normally:
adb rebootReboot the device into bootloader mode:
adb reboot bootloaderReboot the device into recovery mode:
adb reboot recoveryReboot the device into fastboot mode:
adb reboot fastbootCode Snippets
Reboot the device normally
adb rebootReboot the device into bootloader mode
adb reboot bootloaderReboot the device into recovery mode
adb reboot recoveryReboot the device into fastboot mode
adb reboot fastbootContext
tldr-pages: common/adb reboot
Revisions (0)
No revisions yet.