$ fastboot reboot *通常需要完全恢复的操作是: fastboot earse cache fastboot earse userdata fastboot -w flashall 烧写全部img ------------------------ $ fastboot flash boot boot.img $ fastboot flash system system.img $ fastboot flash userdata data.img $ fastboot flash recovery recovery.img
adb reboot bootloader即可进入fastboot模式。