I have this experience with older usb_driver when Nexus one first out. It is simple,just need to update the android_winusb.inf,but make sure you have the android_winusb.inf backup.
Add the your device Hardware Ids to the original android_winusb.inf 1) Get the Ids, go to Device Manager, there should be a an exclamation mark for the device. Right click- ->properties-> Details, select Hardware Ids 2) There should be at least 2 lines of ids The longest one is the Composite AdbInterface The other one is SingleAdbInterface %SingleAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB %CompositeAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB&MI_01 add the lines above with the new device’s Hardware Ids and install the usb driver again. And I dont think is operator dependents, all do with the device itself. Regards, Stephen On 8月13日, 上午3時42分, john brown <[email protected]> wrote: > Hello, > > Does anyone have experience connecting to a AT&T Samsung Captivate > Galaxy (Samsung SGH 1897). It runs Android 2.1. I have "USB debugging > connected" and "USB connected" on the phone but I cannot get the > desktop computer to recognize the sdcard via Windows Explorer or get > the devices recognized with "adb devices". > > I have successfully connected to my Motorola Droid. I was in the same > situation with it yesterday but, thanks to this very helpful list, I > am now in control of that device. (and my app runs on it!) > > Many thanks, John Brown > > (P.S. My beta tester insisted on the AT&T phone because he already has > his family plan working with AT&T. One device, one version, .... > that's just a dream.) -- 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

