Hello Kostya, thank you for your reply. I knew I'd forgotten to mention something -- I had tried what you mentioned, and after seeing your post, I was encouraged to try again, but I still can't get it to work. Here's what I did (shortened version!)
1) Turned debugging on on the Ally 2) Plugged the USB in 3) Looked at device manager: when I plugged it in, these things appeared: a) Under "Disk drives": GOOGLE Mass storage USB device b) Under "Other devices:"LG Mobile USB Modem" There are 5 "LG Mobile USB Modem" entries. If I look at the first one, the Hardware Ids entry says: USB\VID_1004&PID_618&REV_0100&MI_00 USB\VID_1004&PID_618&MI_00 The next one is the same except it says "MI_01" and so on incremented for each of the entries. The "Device description" for each of the entries is "LG Mobile USB Modem". 4) I cut and pasted the entry for "; HTC Dream" (the first entry) and changed the entry to ; LG Ally %SingleAdbInterface% = USB_Install, USB\VID_1004&PID_618 %CompositeAdbInterface% = USB_Install, USB\VID_1004&PID_618&MI_00 5) That didn't work. I tried "LGE Ally", LG Mobile Ally", "LG Mobile USB Modem", "Ally", "LG", "LGE"... all to no avail 6) Iterating in with that I started changing the entry itself to match the others more by changing PID to "PID_0618". I tried putting the "REV_0100" in. 7) I tried many things like the above. Nothing worked. Windows always would come back and say (quickly), "Windows was unable to install your LG Mobile USB Modem". It seems like that's a clue, since I want ADB and not a modem, but I'm at a loss as to what to try next. The folder I always gave windows to look in was the "usb_driver" folder within my Android SDK installation. It could well be that I'm missing the particular combination of things that'll make it work, but I don't know what it is. Any further ideas would be greatly appreciated. Thank you again, Alan On Aug 26, 12:10 pm, Kostya Vasilyev <[email protected]> wrote: > Alan, > > Apparently all "adb" usb interfaces are the same, so a working (although > a hack-ish) solution is to edit android_winusb.inf and add your phone's > USB vendor and device id. > > This is for Moto Sholes platofrm (Moto Droid / Milestone): > > ;Moto Sholes > %SingleAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB > %CompositeAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB&MI_01 > > Add your own by following the same pattern. You can find out the right > VID_ and PID_ values in the device manager. > > -- Kostya > > 26.08.2010 20:49, Alan пишет: > > > > > I downloaded the SDK, added it to Eclipse, wrote HelloWorld, ran it in > > the simulator successfully, but cannot figure out how to run it on my > > new LG Ally phone. > > > I can mount the phone as a disk& browse folders on the phone, so I > > know the USB physically is connnected, but all the documentation > > indicates that ADB should show on the device manager in Windows Vista. > > If it does then I can load the driver, but since I don't see anything > > about ADB I can't do that. > > > When I attach the phone, eventually a window comes up asking for a > > device driver. I choose to "Browse my computer for software" and give > > it the USB folder in my SDK installation, but it almost immediately > > claims it can't find a driver. > > > I tried these other things to no avail: set "USB debugging" on, > > allowed "Unknown sources", unmounted the SD card& in Eclipse set > > "debuggable" to true in the Android manifest (desperation!). > > > I feel I'm missing something basic& simple, but after looking through > > & trying everything have not been able to figure out what it is. I > > even called LG to see if they could help, but other than showing me > > how to mount it as a disk, they didn't know how to help. Thank you, > > > Alan > > -- > Kostya Vasilyev -- WiFi Manager + pretty widget > --http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

