I created an Android App in Eclipse that I'd like to test on my Samsung Intercept phone.
I downloaded the Windows ADB USB driver from Google and added the following lines to the android_winusb.inf based on the values found in Device Manager for my Samsung Intercept phone (based on other posts in this forum):
;SAMSUNG_Android
%SingleAdbInterface% = USB_Install, USB\VID_04E8&PID_681C
%CompositeAdbInterface% = USB_Install, USB\VID_04E8&PID_681C&MI_01
;
(FYI the Device Manager Ids are:
USB\VID_04E8&PID_681C&REV_0224
USB\VID_04E8&PID_681C)
After putting the Samsung phone in USB Debug mode, the drivers installed 'fine'... I'm seeing a new entry ("Android ADB Interface") in Device Manager under "Android Phone".
However, when I run <sdk>/tools/adb devices, the phone is not showing up as an available device (the list is empty).
I tried ending the adb process in Task Manager, but this was not successful.
Is there anything else that I'm missing?
I'm running Windows 7 64 bit, installed Eclipse and Android SDK in the program files X86 folder.