adb-reboot: add Chinese translation (#14276)
This commit is contained in:
20
pages.zh/common/adb-reboot.md
Normal file
20
pages.zh/common/adb-reboot.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# adb reboot
|
||||||
|
|
||||||
|
> 重启已连接的 Android 设备或模拟器。
|
||||||
|
> 更多信息:<https://manned.org/adb>.
|
||||||
|
|
||||||
|
- 正常重启设备:
|
||||||
|
|
||||||
|
`adb reboot`
|
||||||
|
|
||||||
|
- 重启设备到引导加载程序模式:
|
||||||
|
|
||||||
|
`adb reboot bootloader`
|
||||||
|
|
||||||
|
- 重启设备到恢复模式:
|
||||||
|
|
||||||
|
`adb reboot recovery`
|
||||||
|
|
||||||
|
- 重启设备到 fastboot 模式:
|
||||||
|
|
||||||
|
`adb reboot fastboot`
|
Reference in New Issue
Block a user