Linux command
adb-reboot 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Reboot
adb reboot
Example
adb reboot bootloader
Example
adb reboot recovery
Example
adb reboot sideload
Example
adb reboot sideload-auto-reboot
说明
adb reboot restarts the connected Android device. Without arguments, it performs a normal reboot. With mode arguments, it can reboot into special modes like bootloader (fastboot), recovery, or sideload for flashing firmware or installing updates.
参数
- bootloader
- Reboot into bootloader/fastboot mode for low-level flashing
- recovery
- Reboot into recovery mode for system recovery or updates
- sideload
- Reboot into sideload mode for ADB sideloading
- sideload-auto-reboot
- Reboot into sideload mode and automatically reboot after sideload completes
FAQ
What is the adb-reboot command used for?
adb reboot restarts the connected Android device. Without arguments, it performs a normal reboot. With mode arguments, it can reboot into special modes like bootloader (fastboot), recovery, or sideload for flashing firmware or installing updates.
How do I run a basic adb-reboot example?
Run `adb reboot` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does bootloader do in adb-reboot?
Reboot into bootloader/fastboot mode for low-level flashing