mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
adb reboot: add page (#14002)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
parent
97f0e9b445
commit
ac12fcc17a
1 changed files with 20 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue