Guest androidsrb Posted September 6, 2010 Report Posted September 6, 2010 Hi, I am trying to develop some apps using appinventor. I am very badly stuck at this step. I am unable to connect to Samsung I5801 using adb. I do not see any devices listed on running “adb devices”. I have installed the appinventor extras. On running the emulator, I can see the device in “adb devices” I have installed Samsung Kies desktop software. It has installed the following devices in device manager: SAMSUNG Mobile Modem Diagnostic Serial Port (WDM) SAMSUNG USB Composite Device SAMSUNG Mobile Modem When I plug in my phone via USB, I do not see windows device manager prompting for any new devices. I tried to manually add the android phone and adb device using windows add hardware, but that did not work out either. I tried adding the following to android_winusb.inf : [Google.NTx86] . . . ; SAMSUNG GALAXY %USB\VID_04E8&PID_681c.DeviceDescRelease% = androidusb.Dev, USB\VID_04E8&PID_681c %USB\VID_04E8&PID_681c&MI_03.DeviceDescRelease% = androidusb.Dev, USB\VID_04E8&PID_681c&MI_03 %USB\VID_04E8&PID_681c.DeviceDescRelease%=androidusb.Dev, USB\VID_04E8&PID_681c [strings] ProviderName = "Google, Inc." SingleAdbInterface = "Android ADB Interface" CompositeAdbInterface = "Android Composite ADB Interface" SingleBootLoaderInterface = "Android Bootloader Interface" WinUSB_SvcDesc = "Android USB Driver" DISK_NAME = "Android WinUsb installation disk" ClassName = "Android Phone" USB\VID_04E8&PID_681c.DeviceDescRelease="SAMSUNG GALAXY" USB\VID_04E8&PID_681c&MI_03.DeviceDescRelease="SAMSUNG GALAXY Composite ADB Interface" USB\VID_04E8&PID_681c.DeviceDescRelease="SAMSUNG GALAXY Bootloader" ===xxx===== But this did not work out either. I have tried on both Win XP SP3 and Windows Vista home edition. Any help in pointing out what I am doing wrong with be greatly appreciated. Thanks, Srb.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now