谷歌玻璃ADB设备没有找到。 OMAP4430驱动程序没有安装(不能找到它!)没有找到、到它、驱动程序、没有安装

2023-09-12 23:42:44 作者:狂野男孩

通过USB堵在玻璃让我可以浏览文件和文件等。不过,即使调试模式打开,我不能得到它显示了与 ADB设备命令。另外我的Windows系统,表示无法找到OMAP4430设备驱动程序(这是玻璃的SoC我相信)。

Plugging in Glass via USB allows me to browse files and such. But even with debug mode ON I can't get it to show up with the adb devices command. Also my Windows system said it couldn't find an OMAP4430 device driver (which is the Glass SoC I believe).

怎么办?

推荐答案

这是pretty的令人沮丧,但我得到这个工作在Windows 7与这些步骤,这是类似于珍妮墨菲描述,除了这个实际工作并拥有正确的文件名等:

This was pretty frustrating, but I got this to work on Windows 7 with these steps, which are similar to what Jenny Murphy described except this actually works and has the right file names etc:

1 - ADT的包文件夹中找到您的USB驱动程序文件夹,我的电脑就在这里:

1 - Find your usb driver folder within the adt bundle folder, on my computer it was here:

C:\ Users \用户mscheel \开发\ ADT-束的Windows x86_64-20130219 \ SDK \演员\谷歌\ usb_driver

C:\Users\mscheel\Development\adt-bundle-windows-x86_64-20130219\sdk\extras\google\usb_driver

2 - 打开名为android_winusb.inf文件

2 - Open up the file called android_winusb.inf

添加这种神奇的片段来都[Google.NTamd64]和[Google.NTx86]部分,其中包括正确的PID和VID为谷歌玻璃(更新日期2014年5月帮助学生在波士顿AnDevCon后):

Add this magical snippet to both the [Google.NTamd64] and [Google.NTx86] section, which includes the correct PID and VID for Google Glass (Updated May 2014 after helping a student at Boston AnDevCon):

谷歌玻璃 %SingleAdbInterface%= USB_Install,USB \ VID_18D1和放大器; PID_0d02 %CompositeAdbInterface%= USB_Install,USB \ VID_18D1和放大器; PID_0d02

;Google Glass %SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_0d02 %CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_0d02

[更新2013年8月 - 在窗口中,您可以通过进入设备管理器中,右键单击您的设备>属性>详细信息选项卡>更改下拉到硬件ID找到上面的数值。一旦你有他们,确保他们符合你把你的inf文件,对于一个开发人员,我最近帮助我们不得不注释掉上面两行以上,只是使用的最后两行]

[Update August 2013 - In windows you can find the values for the above by going into Device Manager, right clicking your device > Properties > Details Tab > Change Dropdown to Hardware Ids. Once you have them make sure they match what you put into your inf file, for a developer I helped recently we had to comment out the top two lines above and just use the last two lines]

3 - 走进设备管理器,找到玻璃的黄色警告图标,右键单击它并选择更新驱动程序软件,然后从电脑中选择,并在步骤#1(android_winusb.inf只是父文件夹)的路径进入。我的电脑给了我解雇一个反病毒警告,不久后我就能够使用 Droid的AT屏幕,以反映我的玻璃显示到我的Windows PC,这是伟大的presentations。

3 - Go into Device Manager and find the yellow warning icon for Glass, right click it and select Update Driver Software, choose select from computer and enter in the path in step #1 (just the parent folder of android_winusb.inf). My computer gave an anti-virus warning that I dismissed, and shortly after I was able to use Droid AT Screen to mirror my Glass display onto my windows PC, which is great for presentations.

成功的甜味:

请注意,经过这种玻璃将在设备管理器的Android手机> Android的复合亚行界面显示。

Note that after this Glass will display in Device Manager as "Android Phone > Android Composite ADB Interface".

另外另外,2014年5月,从帮助用户:有时,Windows会乐呵呵地告诉你, 你的驱动程序已经是最新的,并且您使用的是正确的。即使你做的修改INF文件。 已经安​​装最好的驱动程序软件设备。如果出现这种情况查找工作流程中的底部选择让我从我的计算机上的设备驱动程序列表。它不容易被发现,并似乎是同样的选择你在做,但留意它。这将有助于力的Windows开始使用您的更改。

Another addition, May 2014, from helping a user: Sometimes Windows will cheerfully tell you that your drivers are already up to date and you are using the correct ones. Even though you made modifications to the inf file. "The best driver software for your device is already installed". If this happens look for the bottom option during the workflow "Let me pick from a list of device drivers on my computer". Its not easy to spot and seems like the same choice you are making, but keep an eye out for it. This will help force Windows to start using your changes.

 
精彩推荐
图片推荐