ADB停止在<等待设备>。 [英] ADB stopping at <waiting for devices>

查看:258
本文介绍了ADB停止在<等待设备>。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

遇到这种情况时,我正在尝试在手机上安装一些自定义恢复和ROM。

I was trying to install some custom recovery and ROM on to my phone when I got to this situation.

(我关闭了Windows更新)

ADB或快速启动显示

ADB or fastboot shows

<waiting for devices>

我尝试过并没有找到解决方案。
我正在为此写详细的解决方案。
这就是我解决的方法。
如果您有更多建议,可以在下面回答。

I tried and saw few solutions. I'm writing a detailed solution to this. this was how I solved it. if you have more suggestions you can answer below.

推荐答案

唯一的原因是您的PC并非

the only reason for this is that your PC is not recognizing Phone.which is a driver problem.

您必须先了解一些内容,然后才能开始解决方案。
您可能也知道这一点。

You have to understand a few things before starting with the solution. you may know this too.


  • 当您处于恢复状态时,adb会进入类似恢复模式的状态(只是

  • when you are in your recovery adb gets into something like recovery mode(just framing some terms myself)

在引导加载程序中,它采用快速加载模式。

in bootloader, it takes fastload mode.

除了手机在OS上运行时与adb一起使用的驱动程序外,每种模式都需要其他驱动程序。

each of this mode needs different drivers other than what the driver you use with adb when your phone is running on OS.

如果您尝试进入恢复模式或快速加载模式。

if you are trying to get into recovery mode or fastload mode.


  • 打开设备管理器(设置>设备>(更多选项)设备管理器)。

  • open device manager(settings>devices>(more options)Device manager).

现在将手机启动到所需模式使用手动或adb方法。

now boot the phone into the required mode using manual or adb method.

设备管理器将重新加载,并显示一个新的驱动程序。

the device manager reloads and a new driver will be shown. either in Android or pointing device or others folder.

选择驱动程序并在线更新。 (总是首选)。

select the driver and update online.(always preferred).

如果找不到在线驱动程序,则必须在此处选择手动更新。

选择浏览我的计算机。

选择让我选择。

选择浏览。

if you don't find an online driver you have to select manual update here. select browse my computer. select let me pick. select browse.

最后,您必须选择Google提供的USB驱动程序。
中的
sdk> extras> google> usb驱动程序

at last, you have to select the usb-driver provided by the google. in sdk>extras>google>usb-driver

可更新的驱动程序。选择并按下一步进行安装。
现在按OK,它应该可以正常工作。

it will show the updatable driver.select and press next to install. press ok now it should work correctly.

这篇关于ADB停止在&lt;等待设备&gt;。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆