Hi, I got this working in windows XP (french), but not following any of the suggestions I have seen so far exactly:
1) Set the device in debug mode, under applications (mentioned everywhere, clearly required) 2) Install Samsung New PC Studio (not sure this actually did anything useful...) 3) Install the USB Driver from the Samsung New PC Studio disk (not sure this actually did anything useful...) 4) Modify the "android_usb.inf" file in the android SDK folder (C: \Program Files\android-sdk-windows-1.5_r3\usb_driver \x86\android_usb.inf, for 32-bit windows), ALMOST exactly as "da yang" specified in the first post of this thread: add under [Google.NTx86]: ; SAMSUNG GALAXY %USB\VID_04E8&PID_6640.DeviceDescRelease%=androidusb.Dev, USB \VID_04E8&PID_6640 %USB\VID_04E8&PID_6640&MI_04.DeviceDescRelease%=androidusb.Dev, USB \VID_04E8&PID_6640&MI_01 %USB\VID_04E8&PID_6640.DeviceDescRelease%=androidusb.Dev, USB \VID_04E8&PID_6640 and add under [Strings]: USB\VID_04E8&PID_6640.DeviceDescRelease="SAMSUNG GALAXY" USB\VID_04E8&PID_6640&MI_04.DeviceDescRelease="SAMSUNG GALAXY Composite ADB Interface" USB\VID_04E8&PID_6640.DeviceDescRelease="SAMSUNG GALAXY Bootloader" NOTE: the only change with respect to "da yang"'s original entries were replacing "MI_01" with "MI_04" in all entries. When originally trying da yang's suggestions the INF file was not working for me, and looking into the unknown device's properties I noticed this discrepancy. 5) plug in the phone, allow all the USB mass storage and standard samsung drivers to install, and finally when you are asked for drivers for an unknown device, point windows to your "C:\Program Files\android- sdk-windows-1.5_r3\usb_driver\x86\" folder with your modified INF file (assuming 32-bit windows). If windows recognizes the device, great! If it complains that the INF file does not contain information for the device, or something like that, try looking at the properties of the unknown device in device manager - you might have a different device signature. After windows successfully recognized the device, I was able to debug in Eclipse connected directly to my phone - very cool. I guess adb started recognizing it, but I honestly haven't messed with the command- line tools yet - I can just confirm that the fully integrated Eclipse / Android SDK / Android Plugin debug environment works perfectly. One other note that might be relevant: I used the "Samsung New PC Studio" software to update my Galaxy to the latest image BEFORE I did any of this; I suspect that may be what caused the discrepancy in terms of device signature with respect to "da yang"'s original notes, but I can't be sure. Hopefully this helps someone out there! Best regards, Tao On Jul 28, 3:27 am, f_heft <[email protected]> wrote: > Hello, > > it seems like most of the users in the german android-hilfe.de board > got it running perfectly under nearly every windows operating system > (XP, Vista 32/64, Win7 32/64). > I thought I were the only one who has still problems. I tried it so > many times, uninstalled all old drivers, tried new ones etc., but I > ddms or 'adb devices' still doesn't list my galaxy (on Win 7 x64) > > On 26 Jul., 23:55, Akex <[email protected]> wrote: > > > > > Hi, > > > @Xavier : Seems the adb of r3 doesn't work perfectly for Samsung. > > Tried on Xp and seven .... > > > After tweaking the .inf file to install drivers for my Samsung i7500 > > (otherwise Windows doesn't accept the drivers), I can't manage to make > > my phone visible under ddms (Under Windows XP). I have the last SDK on > > my computer off course (1.5 r3). > > > Is anybody able to see his Samsung phone under ddms on XP ? > > > My build : 76XXCSDCBALUM6375 > > > Thanks > > > Akex- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

