惠普TouchPad USB驱动在Android惠普、TouchPad、Android、USB

2023-09-04 11:13:50 作者:爷的霸气你学不来

我可以做惠普TouchPad上运行的CyanogenMod 的9应用开​​发?

Can I do app development on HP TouchPad running CyanogenMod 9?

我有一个惠普TouchPad安装的CyanogenMod 9,我试图建立到设备,从 Eclipse的。 IDE将不会出现识别设备都不过。与驱动器的问题?我在哪里可以找到它?

I have an HP TouchPad with CyanogenMod 9 installed and am trying to build to the device from Eclipse. The IDE does not appear to recognize the device at all though. Is the problem with the driver? Where can I find it?

推荐答案

这是如何做到这一点记录在的的问题663:Windows 7的64位USB连接不进行文件管理或者Android开发工作 的

The steps on how to do it are documented in Issue 663: Windows 7 x64 USB connection doesn't work for file management or Android development.

以防万一该链接消失,这里的故障:

Just in case that link disappears, here's the breakdown:

1)打开MTP,这是默认情况下禁用

1) Turn on MTP, which is disabled by default

通过进入设置 - >存储 - >菜单(右上角) - > USB连接电脑 - >媒体设备(MTP)

By going to Settings -> Storage -> Menu (Upper right hand corner) -> USB computer connection -> Media Device (MTP).

2)添加在 android_winusb.inf

编辑 android_winusb.inf 文件包含在谷歌USB驱动程序,并添加:

Edit the android_winusb.inf file included with the Google USB Drivers and add:

; HP TouchPad
%SingleAdbInterface%        = USB_Install, USB\VID_0BB4&PID_6860&REV_0227&MI_01
%CompositeAdbInterface%     = USB_Install, USB\VID_0BB4&PID_6860&MI_01

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

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

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

3) Updated the drivers in Device Manager

右键点击未知cm_tenderloin设备在设备管理器中,告诉它更新驱动程序,并将其指向C:\ Android的SDK-WINDOWS \演员\谷歌\ usb_driver

Right click the unknown cm_tenderloin device in Device Manager, tell it to update drivers, and point it to C:\android-sdk-windows\extras\google\usb_driver.

4)在这一点上,亚行应识别该设备,但处于脱机状态,这简化版,允许的的Eclipse 以对cmtouchpad运行我的应用程序。所以......

4) At that point ADB should recognize the device but in an offline state which does't allow Eclipse to run my app on the cmtouchpad. So...

5)重新启动cmtouchpad在这一点上,亚行应该有希望将其识别为在设备状态的设备。

5) Reboot the cmtouchpad at which point ADB should hopefully recognize it as a device in "device" state.

 
精彩推荐
图片推荐