USB驱动在Android - 新设备 [英] USB driving on Android - new devices

查看:95
本文介绍了USB驱动在Android - 新设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有这个问题的两个不同的设备到现在,我希望这可以帮助别人。
我不是由我的SDK承认,虽然我所有的SDK更新为最新的2种不同的Andr​​oid设备。
我想找出运行Android操作系统,但不被认可的SDK的所有设备的通用解决方案。

I had this issue for 2 different devices till now and i hope this could help others.
I had 2 different Android devices that were not recognized by my sdk although all my sdk updates were up to date.
I want to find out a general solution for all devices that run Android OS but are not recognized by sdk.

推荐答案

使用@ softwarequestioneer的答案并从一个小的帮助一个同事,我发现,在这两种情况下,我工作的解决方案。

Using @softwarequestioneer's answer and a little help from a colleague i found a solution that worked in both my cases.

1)启用MTP,这是默认情况下禁用 通过将设置>存储>菜单(右上角)> USB电脑连接>媒体设备(MTP)。

1) Turn on MTP, which is disabled by default by going to Settings > Storage > Menu (Upper right hand corner) > USB computer connection > Media Device (MTP).

2)的添加新设备参考android_winusb.inf

右键单击在设备管理器,选择属性,详细信息选项卡,然后从下拉属性列表中选择硬件ID未知设备。复制在剪贴板中的2的值。

Right click the unknown device in Device Manager, select properties, Details Tab and from the dropdown Property list select Hardware Ids. Copy the 2 values in your clipboard.

编辑android_winusb.inf文件包含在谷歌USB驱动器(在Windows 7上的典型位置是C:\用户\ yourUser \应用程序数据\本地\机器人\ Android的SDK \演员\谷歌\ usb_driver和使用剪贴板值添加此行:

Edit the android_winusb.inf file included with the Google USB Drivers (the typical location on Windows 7 is "C:\Users\yourUser\AppData\Local\Android\android-sdk\extras\google\usb_driver" and add this lines using your clipboard values :

; your device model
%SingleAdbInterface%        = USB_Install, Clipboard - first value
%CompositeAdbInterface%     = USB_Install, Clipboard - second value

的[Google.NTx86]的最后几行和[Google.NTamd64]部分后。照片

after the last lines of the [Google.NTx86] and [Google.NTamd64] sections.

3)更新了设备管理器驱动程序

右键点击未知设备在设备管理器中,告诉它更新驱动程序,并将其指向上面提到的谷歌USB驱动程序库。

right click the unknown device in Device Manager, tell it to update drivers, and point it to the google usb driver repository mentioned above.

4)在这一点上,亚行应识别该设备

5)如果第4步后,不认可你应该重启设备

希望它帮助。工作对我来说惠普和松下的设备。

Hope it helps. Worked for me on HP and Panasonic devices.

这篇关于USB驱动在Android - 新设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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