adb reboot: add page (#14002)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
97f0e9b445
commit
ac12fcc17a
20
pages/common/adb-reboot.md
Normal file
20
pages/common/adb-reboot.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# 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`
|
Reference in New Issue
Block a user