[android-developers] Re: USB drivers for HTC Legend ? (or, how to add your own to android_winusb.inf )

2010-05-28 Thread Ted Chien
I wonder why you would do it by yourself.

Check the SD card that comes with your Legend, you should be able to
find an installer program under the HTC Sync folder. Install the HTC
Sync program and it will also install the USB driver for all HTC
Android devices.

Regards,
Ted


On 4月10日, 下午7時31分, ThomasWrobel darkfl...@gmail.com wrote:
 Just got a HTC Legend and am very keen to get into Android development
 (having previously been expirenced with eclipse/java/gwt).

 However, the USB ADB driver on the SDK doesnt support it, so I
 wondered how I could add it myself.

 I feebly tried adding;

 ; HTC Legend
 %SingleAdbInterface%        = USB_Install, USB\VID_0BB4PID_0C01
 %CompositeAdbInterface%     = USB_Install, USB\VID_0BB4PID_0C97MI_01
 %SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4PID_0FFF

 to the inf file. But it didnt help. (mainly because I have no clue
 what I was doing)

 Any help to get my Legend working as a debug device would be most
 appriciated! :)

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: USB drivers for HTC Legend ? (or, how to add your own to android_winusb.inf )

2010-05-28 Thread Ted Chien
Check the HTC Sync folder in the SD card that comes with your
Legend, install the HTC Sync program, then you will get the USB driver
installed in your system.

Ted


On 4月10日, 下午7時31分, ThomasWrobel darkfl...@gmail.com wrote:
 Just got a HTC Legend and am very keen to get into Android development
 (having previously been expirenced with eclipse/java/gwt).

 However, the USB ADB driver on the SDK doesnt support it, so I
 wondered how I could add it myself.

 I feebly tried adding;

 ; HTC Legend
 %SingleAdbInterface%        = USB_Install, USB\VID_0BB4PID_0C01
 %CompositeAdbInterface%     = USB_Install, USB\VID_0BB4PID_0C97MI_01
 %SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4PID_0FFF

 to the inf file. But it didnt help. (mainly because I have no clue
 what I was doing)

 Any help to get my Legend working as a debug device would be most
 appriciated! :)

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: USB drivers for HTC Legend ? (or, how to add your own to android_winusb.inf )

2010-05-28 Thread K.L
I did install/uninstall the HTC Sync many times. But the windows 7
still cannot detect legend. Every time i plug the usb to pc. it will
show up a dialog said that it was finding the driver software for
'Qualcomm CDMA Technology MSMM', 'Android Phone', 'Unkonwn Device' or
'USB Mass Storage'. But failed each time.

I also tried to use 'Update Driver Software' and locate the driver inf
file from HTC\HTC Driver\Driver Files\Win7_x86 to update the driver.
But windows 7 tells me the driver software is the latest one.

After that, I followed this post and added two new lines to android
sdk driver inf file. It seems fine for android phone. But the device
cannot be stared. :(

I wanna say, I assume the usb driver software was broken then I
reinstalled the Windows 7 for it, but it still doesn't work. I think I
have to try it on Linux..


On May 28, 2:26 pm, Ted Chien hsiangtai.ch...@gmail.com wrote:
 Check the HTC Sync folder in the SD card that comes with yourLegend, 
 install the HTC Sync program, then you will get the USB driver
 installed in your system.

 Ted

 On 4月10日, 下午7時31分, ThomasWrobel darkfl...@gmail.com wrote:







  Just got a HTCLegendand am very keen to get into Android development
  (having previously been expirenced with eclipse/java/gwt).

  However, the USB ADB driver on the SDK doesnt support it, so I
  wondered how I could add it myself.

  I feebly tried adding;

  ; HTCLegend
  %SingleAdbInterface%        = USB_Install, USB\VID_0BB4PID_0C01
  %CompositeAdbInterface%     = USB_Install, USB\VID_0BB4PID_0C97MI_01
  %SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4PID_0FFF

  to the inf file. But it didnt help. (mainly because I have no clue
  what I was doing)

  Any help to get myLegendworking as a debug device would be most
  appriciated! :)

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: USB drivers for HTC Legend ? (or, how to add your own to android_winusb.inf )

2010-05-28 Thread K.L
Chien,

You can search on Google, u can find many ppl are finding the solution
for the usb issue about Hero/Legend/Desire.
I know you have good experience on HTC products and android
development. Could you give us some suggestion about that?

Thanks,


On May 28, 2:26 pm, Ted Chien hsiangtai.ch...@gmail.com wrote:
 Check the HTC Sync folder in the SD card that comes with yourLegend, 
 install the HTC Sync program, then you will get the USB driver
 installed in your system.

 Ted

 On 4月10日, 下午7時31分, ThomasWrobel darkfl...@gmail.com wrote:







  Just got a HTCLegendand am very keen to get into Android development
  (having previously been expirenced with eclipse/java/gwt).

  However, the USB ADB driver on the SDK doesnt support it, so I
  wondered how I could add it myself.

  I feebly tried adding;

  ; HTCLegend
  %SingleAdbInterface%        = USB_Install, USB\VID_0BB4PID_0C01
  %CompositeAdbInterface%     = USB_Install, USB\VID_0BB4PID_0C97MI_01
  %SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4PID_0FFF

  to the inf file. But it didnt help. (mainly because I have no clue
  what I was doing)

  Any help to get myLegendworking as a debug device would be most
  appriciated! :)

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: USB drivers for HTC Legend ? (or, how to add your own to android_winusb.inf )

2010-05-28 Thread Kostya Vasilyev
Fwiw: on my htc hero, after I plug the phone in, I have to select htc sync
in the phone. I don't have htc sync installed in Windows, so this fails, but
after that the phone shows in DDMS.

28.05.2010 12:13 пользователь K.L doctorki...@gmail.com написал:

I did install/uninstall the HTC Sync many times. But the windows 7
still cannot detect legend. Every time i plug the usb to pc. it will
show up a dialog said that it was finding the driver software for
'Qualcomm CDMA Technology MSMM', 'Android Phone', 'Unkonwn Device' or
'USB Mass Storage'. But failed each time.

I also tried to use 'Update Driver Software' and locate the driver inf
file from HTC\HTC Driver\Driver Files\Win7_x86 to update the driver.
But windows 7 tells me the driver software is the latest one.

After that, I followed this post and added two new lines to android
sdk driver inf file. It seems fine for android phone. But the device
cannot be stared. :(

I wanna say, I assume the usb driver software was broken then I
reinstalled the Windows 7 for it, but it still doesn't work. I think I
have to try it on Linux..


On May 28, 2:26 pm, Ted Chien hsiangtai.ch...@gmail.com wrote:
 Check the HTC Sync folder in the SD card that comes with yourLegend,
install the HTC Sync program, then you will get the USB driver

 installed in your system.

 Ted

 On 4月10日, 下午7時31分, ThomasWrobel darkfl...@gmail.com wrote:...
  Just got a HTCLegendand am very keen to get into Android development

  (having previously been expirenced with eclipse/java/gwt).

  However, the USB ADB driver on ...
  Any help to get myLegendworking as a debug device would be most

  appriciated! :)

-- 
You received this message because you are subscribed to the Google
Groups ...

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: USB drivers for HTC Legend ? (or, how to add your own to android_winusb.inf )

2010-05-27 Thread K.L
Where can I get the PIDs of SingleAdbInterface 
SingleBootLoaderInterface?

I got two in device manager

VID_0BB4PID_0FF9
VID_0BB4PID_0FF9REV_0100.

The pc can recognize the 'Android Phone now, but the Android ADB
Interface which under it was got Code 10 from device manager.




On Apr 10, 7:31 pm, ThomasWrobel darkfl...@gmail.com wrote:
 Just got a HTCLegendand am very keen to get into Android development
 (having previously been expirenced with eclipse/java/gwt).

 However, the USB ADB driver on the SDK doesnt support it, so I
 wondered how I could add it myself.

 I feebly tried adding;

 ; HTCLegend
 %SingleAdbInterface%        = USB_Install, USB\VID_0BB4PID_0C01
 %CompositeAdbInterface%     = USB_Install, USB\VID_0BB4PID_0C97MI_01
 %SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4PID_0FFF

 to the inf file. But it didnt help. (mainly because I have no clue
 what I was doing)

 Any help to get myLegendworking as a debug device would be most
 appriciated! :)

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: USB drivers for HTC Legend ? (or, how to add your own to android_winusb.inf )

2010-05-27 Thread K.L
How can I get the PID of SingleAdbInterface and
SingleBootLoaderInterface.

I got the two PIDs of android phone are

USB\VID_0BB4PID_0FF9
USB\VID_0BB4PID_0FF9REV_0100

My PC can recognize the 'android phone' device now, but 'android adb
interface' under it got Code 10 from device manager.



On Apr 15, 8:13 pm, ThomasWrobel darkfl...@gmail.com wrote:
 I just got an email from someone that said they got it working and
 very helpfully explained how;

  Using your post, I got it working using the following:

 ;HTCLegend
 %SingleAdbInterface% = USB_Install, USB\VID_0BB4PID_0C97
 %CompositeAdbInterface% = USB_Install, USB\VID_0BB4PID_0C97MI_01

 Under the x86 section of the inf file.  You needed to change the PID
 to match thelegend.

 I cant test at the moment, but hope this helps people!

 On 14 apr, 23:10, Anders Widen anders...@gmail.com wrote:







  I need the same thing, how do I modify the drivers to work withLegend.
  I really need the hardware support to do Bluetooth.

  On 10 Apr, 13:31, ThomasWrobel darkfl...@gmail.com wrote:

   Just got a HTCLegendand am very keen to get into Android development
   (having previously been expirenced with eclipse/java/gwt).

   However, the USB ADB driver on the SDK doesnt support it, so I
   wondered how I could add it myself.

   I feebly tried adding;

   ; HTCLegend
   %SingleAdbInterface%        = USB_Install, USB\VID_0BB4PID_0C01
   %CompositeAdbInterface%     = USB_Install, USB\VID_0BB4PID_0C97MI_01
   %SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4PID_0FFF

   to the inf file. But it didnt help. (mainly because I have no clue
   what I was doing)

   Any help to get myLegendworking as a debug device would be most
   appriciated! :)

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: USB drivers for HTC Legend ? (or, how to add your own to android_winusb.inf )

2010-04-15 Thread ThomasWrobel
I just got an email from someone that said they got it working and
very helpfully explained how;

 Using your post, I got it working using the following:

;HTC Legend
%SingleAdbInterface% = USB_Install, USB\VID_0BB4PID_0C97
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4PID_0C97MI_01

Under the x86 section of the inf file.  You needed to change the PID
to match the legend.


I cant test at the moment, but hope this helps people!

On 14 apr, 23:10, Anders Widen anders...@gmail.com wrote:
 I need the same thing, how do I modify the drivers to work withLegend.
 I really need the hardware support to do Bluetooth.

 On 10 Apr, 13:31, ThomasWrobel darkfl...@gmail.com wrote:



  Just got a HTCLegendand am very keen to get into Android development
  (having previously been expirenced with eclipse/java/gwt).

  However, the USB ADB driver on the SDK doesnt support it, so I
  wondered how I could add it myself.

  I feebly tried adding;

  ; HTCLegend
  %SingleAdbInterface%        = USB_Install, USB\VID_0BB4PID_0C01
  %CompositeAdbInterface%     = USB_Install, USB\VID_0BB4PID_0C97MI_01
  %SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4PID_0FFF

  to the inf file. But it didnt help. (mainly because I have no clue
  what I was doing)

  Any help to get myLegendworking as a debug device would be most
  appriciated! :)

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


[android-developers] Re: USB drivers for HTC Legend ? (or, how to add your own to android_winusb.inf )

2010-04-14 Thread Anders Widen
I need the same thing, how do I modify the drivers to work with
Legend.
I really need the hardware support to do Bluetooth.

On 10 Apr, 13:31, ThomasWrobel darkfl...@gmail.com wrote:
 Just got a HTC Legend and am very keen to get into Android development
 (having previously been expirenced with eclipse/java/gwt).

 However, the USB ADB driver on the SDK doesnt support it, so I
 wondered how I could add it myself.

 I feebly tried adding;

 ; HTC Legend
 %SingleAdbInterface%        = USB_Install, USB\VID_0BB4PID_0C01
 %CompositeAdbInterface%     = USB_Install, USB\VID_0BB4PID_0C97MI_01
 %SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4PID_0FFF

 to the inf file. But it didnt help. (mainly because I have no clue
 what I was doing)

 Any help to get my Legend working as a debug device would be most
 appriciated! :)

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.