user1144349
user1144349

Reputation: 85

ADB not recognizing samsung galaxy S?

USB debugging is enabled,my mac recognizes that the phone is connected but eclipse doesn't list it as a device and i can't test my application. I am using a macbook air with OSX and Eclipse does not recognize my device? I am aware some people have this problem with mac but i cannot find a solution.

Upvotes: 3

Views: 5756

Answers (3)

Ashwini Kumar
Ashwini Kumar

Reputation: 167

I had installed the "google-usb-driver" package(present in the extras subsection of SDK manager) and also had debugging enabled on my Samsung S3. Yet eclipse/adb was not able to recognize the device.

To solve this problem on windows, I installed kies. I can now see a new device called "samsung android phone" in the list of devices(in device manager).

Windows(7/2008) by default does not have the driver and this can be got from a kies setup. Now my device manager is showing 2 devices:

  1. Portable devices > GT-I93XX (already had this before kies was installed)
  2. Samsung Android Phone > Samsung Android ADB Interface. (this was new after kies installation)

Upvotes: 3

Justin Reda
Justin Reda

Reputation: 91

Sometimes the USB cable can be at fault, I have found the cable from the Kindle to be more reliable then those supplied by Samsung or Motorola (for reasons unknown to me!).

Upvotes: 1

FoamyGuy
FoamyGuy

Reputation: 46856

You'll probably have to install some Samsung driver software. On windows at least the adb driver comes bundled with their kies desktop software. I'd start by finding mac version of that and installing it.

Also "Samsung Galaxy S" is not a specific device. This is a marketing name that has been applied to half a dozen or more devices total worldwide. It may be helpful in some cases (perhaps it doesn't matter here, but it could) to specify which specific piece of hardware you are working with.

Do any other brand devices work correctly?

Upvotes: 0

Related Questions