米2进入fastboot模式后怎么刷机
的有关信息介绍如下:fastboot模式刷机: 1 下载moto-fastboot软件放入c盘根目录。 2 打开 cmd 命令行,即可输入刷机命令: 开始时附件放C盘,输入两次 cd ../ 可以到达附件所在地C盘,命令行上显示 c:\> 这样打入moto-fastboot 才有效! 命令解释: moto-fastboot -w 是清空用户应用程序和设置,但不会删除你sk卡的数据。 moto-fastboot reboot 这个是重启手机。 moto-fastboot erase 相关分区(比较常用的有 boot,system,recovery,webtop这几个分区) 例如 moto-fastboot erase recovery 是清除recovery分区,这个可以很干净的刷入另外的recovery。 moto-fastboot flash 相关分区 相关img包 例如 moto-fastboot flash recovery recovery-xxxx.img(这个要和你下载的文件同名) 是刷入CWM的常规方法。 moto-fastboot flash boot boot-xxx.img 这个是刷入开机引导. 解BL锁特别教程: 进入moto-fastboot模式后: 在命令行输入: moto-fastboot oem unlcock 会出来一串数字,请记下来! 再输入: moto-fastboot oem unlock 记下来的那串数字 恭喜解锁成功! 手机重启可以看到开机有unlock字眼.