惠普TouchPad USB驱动在Android [英] HP TouchPad USB driving on Android

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

问题描述

我可以做惠普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.

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

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