Keter_HUA

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
adb命令:
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
-----------------------
列出adb设备
-----------------------
adb devices

-----------------------
重启设备
-----------------------
adb reboot

-----------------------
重启到fastboot模式
-----------------------
adb reboot bootloader

-----------------------
重启到recovery模式
-----------------------
adb reboot recovery

-----------------------
重启到edl模式
-----------------------
adb reboot edl

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
fastboot命令:
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
-----------------------
列出fastboot设备
-----------------------
fastboot devices

-----------------------
重启设备
-----------------------
fastboot reboot

-----------------------
重启到fastboot模式
-----------------------
fastboot reboot-bootloader

-----------------------
刷写分区
-----------------------
fastboot flash <分区名称> <镜像文件名>

fastboot flash recovery .\recovery-TWRP-3.3.1-1015-XIAOMI8-CN-wzsx150.img

fastboot flash boot 面具文件路径


-----------------------
重启到相应模式
-----------------------
fastboot oem reboot-<模式名称>

-----------------------
查看解锁状态
-----------------------
fastboot oem device-info

posted on 2022-05-16 00:20  Keter_HUA  阅读(106)  评论(0编辑  收藏  举报