首先需要下载fastboot.exe,copy到system32文件夹下. 对于安卓系统的智能手机,同时按住开机键和音量减键,或手机连上电脑,输入adb reboot bootloader进入fastboot模式. 一般刷机只需要写入boot system这两个分区即可 fastboot flash boot ***boot.img(img文件路径) fastboot flash system ***system.img 当然还有其他分区,比如radio cache userdata radio…