一.基础环境 Make sure your computer has working adb and fastboot. Setup instructions can be found here. Enable USB debugging on your device. 二.解锁bootloader adb reboot bootloader fastboot oem unlock 三.刷入Recovery 下载recoveryimg文件 sudo apt-get install adb fas