mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
ac12fcc17a
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
350 B
350 B
adb reboot
Reboot a connected Android device or emulator. More information: https://manned.org/adb.
- Reboot the device normally:
adb reboot
- Reboot the device into bootloader mode:
adb reboot bootloader
- Reboot the device into recovery mode:
adb reboot recovery
- Reboot the device into fastboot mode:
adb reboot fastboot