add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,32 +1,32 @@
# fastboot
> 在引导加载程序模式下与连接的 Android 设备通信(在这里无法使用 ADB)。
> 更多信息:<https://cs.android.com/android/platform/superproject/+/main:system/core/fastboot>.
> 在引导加载程序模式下与连接的Android设备通信ADB无法工作的唯一地方)。
> 更多信息:<https://cs.android.com/android/platform/superproject/+/main:system/core/fastboot>
- 解锁引导加载程序:
`fastboot oem unlock`
- 回锁引导加载程序:
- 重新锁定引导加载程序:
`fastboot oem lock`
- fastboot 模式再次重启到 fastboot 模式:
- 从fastboot模式重启设备到fastboot模式
`fastboot reboot bootloader`
-镜像:
-写指定的镜像:
`fastboot flash {{路径/到/文件.img}}`
`fastboot flash {{path/to/file.img}}`
-自定义恢复镜像:
-自定义恢复镜像:
`fastboot flash recovery {{路径/到/文件.img}}`
`fastboot flash recovery {{path/to/file.img}}`
- 列出连接的设备:
- 列出连接的设备:
`fastboot devices`
- 列出设备所有信息:
- 显示设备所有信息:
`fastboot getvar all`
`fastboot getvar all`