通过ADB快速启动无法将文件发送到我的手机

时间:2015-08-07 23:12:27

标签: android adb cyanogenmod lg

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

由于我无法使用任何外部存储设备,我正试图通过Windows 7 PC上的fastboot将GAPPS包发送到我的手机。
但是,当我adb devices时,我将手机视为未经授权,我无法将文件推送到它。

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

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

非常感谢。

1 个答案:

答案 0 :(得分:1)

我用adb sideload以另一种方式解决了这个问题。

要使用CWM和ADB在恢复模式下在手机上安装可刷新的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  

我的手机现在可以正常运行。

P.S:我不明白为什么这个问题得到了明确而简洁的评论+答案最终并不那么难。