ADB does not recognize samsung galaxy S?

USB debugging is turned on, my Mac recognizes that the phone is connected, but eclipse does not display it as a device, and I can not test my application. Am I using macbook air with OSX and Eclipse does not recognize my device? I know that some people have this problem with mac, but I can not find a solution.

+3
source share
3 answers

I installed the google-usb-driver package (present in the SDK manager add -ons department) and also had debugging on my Samsung S3. However, eclipse / adb could not recognize the device.

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

Windows (7/2008) does not have a driver by default, and this can be obtained from the kies settings. Now my device manager shows 2 devices:

  • Portable devices> GT-I93XX (this was before the caches were installed)
  • Samsung Android Phone> Samsung Android ADB Interface . (this was new after installing kies)
+3
source

Sometimes the USB cable may be faulty, I found the Kindle cable more reliable than the one that Samsung or Motorola supplied (for reasons unknown to me!).

+1

You may have to install the Samsung driver software. On windows, at least the adb driver comes with its desktop software. I would start by searching for the Mac version and installing.

Also, the “Samsung Galaxy S” is not a specific device. This is a marketing name that has been applied to half a dozen or more devices worldwide. In some cases, this may be useful (perhaps not important here, but it may be) to indicate which specific hardware you are working with.

Are any other brand devices working properly?

0
source

All Articles