2

我卡在恢复模式,因为当我从 CM12 更新到 CM12.1 ROM 时,我忘记在我的 LG G2 (D802) 上刷 GAPPS。我的手机现在正在引导。

由于我无法使用任何外部存储设备,因此我正在尝试通过 windows 7 PC 的快速启动将 GAPPS 包发送到我的手机。
但是当我这样做时,adb devices我看到我的手机未经授权,我无法将文件推送到它。

我有 CWM 6.0.5.0 和 PhilZ Touch 6.48.4 和触摸 GUI 修订版 1.30,我的 ADB 版本是 1.0.32。

所以,我想知道如何从恢复模式在我的设备上启用 ADB,或者如何从计算机授予对我设备的访问权限?或者只是如果有另一种方法来实现这一点。

非常感谢。

4

1 回答 1

1

我用另一种方式解决了这个问题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:我不明白为什么这个问题会因为简洁明了而被否决+答案最终并不难。

于 2015-08-08T07:51:10.617 回答