adb常用命令:
adb devices
列出adb设备
adb reboot
重启设备
adb reboot boot loader
重启到fastboot模式
adb reboot recouery
重启到recovery模式
fastboot常用命令:
fastboot devices
列出fas tboot设备
fastboot reboot
重启设备
fastboot reboot - boo t 1 oader
重启到fastboot模式
fas tboot reboot -recouery
重启到recovery模式
fastboot oem device- info
|查看解锁状态
fas t boot
oem
reboot-<模式名称>
重后到相应模式
fastboot getvar product
设备代号名称查询
fastboot flash <分区名称> <镜像文件名>
:刷写对应分区
1