Skip to content

Commit

Permalink
adb reboot: add page (#14002)
Browse files Browse the repository at this point in the history
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
  • Loading branch information
DarkMatter-999 and Managor authored Oct 7, 2024
1 parent 97f0e9b commit ac12fcc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/common/adb-reboot.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit ac12fcc

Please sign in to comment.