如何在HTC的Andr​​oid手机连接到PC调试设备 [英] How to connect a HTC android phone to the pc as debugging device

查看:108
本文介绍了如何在HTC的Andr​​oid手机连接到PC调试设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想一个HTC Desire的连接PC只能作为调试设备。
我每次将电缆插入它在PC上的HTC同步软件搜索,它需要一个looong时间,直到最后在手机上出现这样的消息没有宏达同步发现......请安装...。在这之后,电话是提供给Eclipse进行调试。但是,我怎么能避免永远的搜索过程?

I'd like to connect a HTC Desire to the pc ONLY as debugging device. Every time I plug the cable in it searches for the HTC Sync software on the pc, and it takes a looong time until finally a message appears on the phone like "no HTC Sync found, ... please install...". After that, the phone is available to eclipse for debugging. But how can I avoid that everlasting searching process?

推荐答案

下面是此页。作品对我来说非常好。只记得要遵循在Android文档描述了如何将设备连接调试程序。

Below is copied from this page. Works for me very well. Just remember to follow procedure described at Android documentation how to connect devices for debugging.

HTC Desire的工作原理与ADB驱动器的V3版本 - 没有宏达同步安装需要。添加这些行在android_winusb.inf:

The HTC desire works with the v3 version of the ADB drivers - no HTC Sync installation needed. Add these lines to android_winusb.inf:

[Google.NTx86]
; HTC Desire的
%SingleAdbInterface%= USB_Install,USB \\ VID_0BB4&安培; PID_0C87
%CompositeAdbInterface%= USB_Install,USB \\ VID_0BB4&放大器; PID_0C87&安培; MI_01

[Google.NTx86] ;HTC Desire %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C87 %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C87&MI_01

[Google.NTamd64]
; HTC Desire的
%SingleAdbInterface%= USB_Install,USB \\ VID_0BB4&安培; PID_0C87
%CompositeAdbInterface%= USB_Install,USB \\ VID_0BB4&放大器; PID_0C87&安培; MI_01

[Google.NTamd64] ;HTC Desire %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C87 %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C87&MI_01

这篇关于如何在HTC的Andr​​oid手机连接到PC调试设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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