See my experience to connect a Samsung Galaxy with adb on Windows XP: I installed Samsung's New PC Studio (NPS) including its drivers. I suppose, USB debugging has to be switched off for this application.
After updating USB drivers from Eclipse SDK (-->android-sdk- windows-1.6_r1/usb_driver/), I added the following Galaxy entries to both sections [Google.NTx86] and [Google.NTamd64] in android_winusb.inf: ; SAMSUNG Galaxy %SingleAdbInterface% = USB_Install, USB\VID_04e8&PID_6640 %CompositeAdbInterface% = USB_Install, USB\VID_04e8&PID_6640&MI_04 %SingleBootLoaderInterface% = USB_Install, USB\VID_04e8&PID_0FFF I connected the Galaxy with USB debugging switched on and installed the Eclipse SDK drivers. (However this did not work until I deleted the existing drivers, rebooted Windows, and then installed the Eclipse SDK drivers. Maybe this last step was necessary only because I installed Samsung's NPS drivers with USB debugging switched on before.) Now I can access my Galaxy with the regular adb (and need NPS no more). BTW: with the help from http://samsung-firmware.webs.com I could install Android 1.6 on my Galaxy -- and run my applications including OpenGL ES (:-o) (I am so proud!) On Mar 3, 10:54 pm, A R <[email protected]> wrote: > In the link given by colin, SYSFS{idVendor}=="0bb4" here 0bb4 is HTC's > vendor id. If I am trying to connect a non HTC phone just changing the > idVendor does not work. Device is still not identified. Any pointers? > > http://skoroneos.blogspot.com/2009/11/setting-up-android-sdk-on-ubunt... > talks about Samsung galaxy, it says we need customadb. > > I am trying with kyocera usind idVendor=0482 but no success. > > On Mar 4, 2:42 am, Zigurd <[email protected]> wrote: > > > [email protected] posted the link to the documentation, above. If, > > for some reason, that doesn't work on your Linux setup, you can try > > this, in your tools, directory: > > > ./adbkill-server > > sudo ./adbstart-server > > > Then start Eclipse. -- 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

