1. 安卓设备(关机状态)按“音量+”+“电源”键进行系统维护菜单

2. 选择“apply update from ADB”
   在安卓设备上显示以下信息
   ============================================
   Now send the package you want to apply
   to the device with "adb sideload "...
   ============================================
   将安卓设备与电脑用USB线相连
3. 在电脑上执行以下命令将固件包导入设备中
   adb sideload update.zip
   注:update.zip是固件包

Finding update package...
Opening update package...
Verifying update package...
Installing update...
Install from ADB complete.

4. 固件包导入成功后重启设备
   选择“reboot system now”菜单
09-11 17:47