Reference to:http://blog.csdn.net/mldxs/article/details/18699965
< Span style= "color: #444444; Font-family:tahoma,helvetica,simsun,sans-serif; font-size:14px; line-height:21px; " > reboot to recovery interface
adb reboot recovery
ADB reboot bootloader
ADB wait-for-device #等待设备
ADB reboot-bootloader #这个是重启到bootloader界面 default is FastBoot. You can restart here first and then brush into boot.img.
FastBoot Flash boot boot.img #这个是刷入boot的命令. The official solution should be brushed manually once.
FastBoot Flash Recovery recovery.img #刷入recovery already have recovery can be skipped.
FastBoot Erase Boot #擦除boot分区
The following two are the same as the difference between a plus-W and no plus-W
FastBoot Erase system-w #擦除system分区 erase UserData partition and cache partition
FastBoot Erase System #擦除system分区
FastBoot Erase Cache #擦除cache分区
FastBoot Erase UserData #擦除userdata分区
FastBoot update update.zip #将update. zip Swipe in
fastboot reboot #重启手机
[Android Pro] adb enters recovery, ADB enters bootloader