Fastboot_Cmd
作者:互联网
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
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
标签:Fastboot,fastboot,重启,Cmd,reboot,-----------------------,adb,recovery 来源: https://www.cnblogs.com/zawdfgy/p/16275395.html