mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
adb-reboot: add Chinese translation (#14276)
This commit is contained in:
parent
541529b37a
commit
ab8fd5cde2
1 changed files with 20 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue