0

I am having trouble connecting a Samsung GT-S5830V Android to Eclipse. I have followed the instructions provided in the Using Hardware Devices Android Guide as well as installing the latest drivers and Kies for my phone. I have also followed the instructions in How to connect the device to Eclipse? with no luck.

The results of my work so far are:

  • Three devices shown under Other Devices in Device Manager.
    • BCM21553-Thunderbird
    • CDC Abstract Control Model (ACM)
    • CDC ACM Data

Kies shows it's trying to constantly connect to the phone with no progress.

ADB shows a blank screen when I run adb devices.

Does anyone have any ideas on how I might solve or get this issue sorted out?

Community
  • 1
  • 1
ACOMIT001
  • 510
  • 1
  • 7
  • 21
  • Sounds like the device isn't set up properly. Are you certain the ADB drivers for the Samsung GT are installed? You could try re-installing them or look at the universal ADB driver. https://github.com/koush/UniversalAdbDriver – Brian Oct 15 '14 at 15:00

1 Answers1

0

I managed to solve this problem by following the instructions provided in Google Android USB Driver and ADB using the following lines in the android_winusb.inf file:

;Samsung GT-S5830V
%SingleAdbInterface%        = USB_Install, USB\VID_04E8&PID_685E
%CompositeAdbInterface%     = USB_Install, USB\VID_04E8&PID_685E&REV_0400&MI_03
Community
  • 1
  • 1
ACOMIT001
  • 510
  • 1
  • 7
  • 21