diff --git a/pages.zh/common/adb-reboot.md b/pages.zh/common/adb-reboot.md new file mode 100644 index 0000000000..157417bf6b --- /dev/null +++ b/pages.zh/common/adb-reboot.md @@ -0,0 +1,20 @@ +# adb reboot + +> 重启已连接的 Android 设备或模拟器。 +> 更多信息:. + +- 正常重启设备: + +`adb reboot` + +- 重启设备到引导加载程序模式: + +`adb reboot bootloader` + +- 重启设备到恢复模式: + +`adb reboot recovery` + +- 重启设备到 fastboot 模式: + +`adb reboot fastboot`