我用另一种方式解决了这个问题adb sideload。
要使用 CWM 和 ADB 在恢复模式下在手机上安装 flashable zip,请从主菜单的根目录执行以下步骤:
1 - Choose install zip
2 - Install zip from sideload
3 - Plug the phone to the computer
4 - Type `adb devices` in the windows command shell from the fastboot directory
5 - Phone should now be listed as "sideload"
6 - In the Windows command shell type `adb sideload <filename>`
7 - Wait while the file is send to your phone
8 - Once the transfer is complete the file is flashed automatically
9 - Once the flash is successful unplug your phone and restart it in normal mode
10 - You can **wipe cache and dalvik cache** to avoid errors
我的手机现在可以正常运行了。
PS:我不明白为什么这个问题会因为简洁明了而被否决+答案最终并不难。