ADB not recognizing samsung galaxy S? - android

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.

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:
Portable devices > GT-I93XX (already had this before kies was installed)
Samsung Android Phone > Samsung Android ADB Interface. (this was new after kies installation)

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!).

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?

Related

Run project on physical device. Linux drivers for Samsung Galaxy

I have a Samsung Galaxy On8 (SM-J710FN) and I want test my applications created in Android Studio. I want to use my phone for this purpose. If I try to do it directly my phone is not shown. I am running Ubuntu 16.04 LTS 64 bit.
Follow the link below and then enable USB debugging from the options.
If you already did it . then the issue can be different.
http://www.samsung.com/uk/support/skp/faq/1053579
You have to install the manufacturer drivers for your phone.
After that, when you plug it and the computer detects it, the phone should show a screen asking you to allow USB debugging for that particular computer, you should tap 'Ok'.
e: Samsung drivers

Phonegap don't see Sony Xperia Z1 on devices list

I'm developing a Phonegap application (for Android). When I plug my Xperia Z1 to my PC (which runs Ubuntu 13) it shows only install disk (some exe'cs are there) and don't show on devices list (I have also turned on debugging usb feature etc.) - I think this can be caused by lack of drivers for this phone (and I can't find anywhere drivers for ubuntu for Sony Xperia Z1).
In addition Eclipse shows only "????" as a device name and cannot run my app with that position chosen. Please help.
UPDATE:
I've found this article: https://askubuntu.com/questions/39893/how-to-access-the-sd-card-through-my-sony-ericsson-xperia-arc-phone but it doesn't work for me.
(I have also turned on debugging usb feature etc.) - I think this can
be caused by lack of drivers for this phone (and I can't find anywhere
drivers for ubuntu for Sony Xperia Z1).
Yes, you are right. The OS doesn't recognize the phone, can't communicate with him via USB port.
I would install a Virtual machine on Linux and a windows on it, until I could find a workaround or a driver released.
You can build and run to mobile over wifi, but I'm afraid you need the driver first to setup see here

How can I debug Android applications on my Samsung Galaxy S Advanced on Windows 8?

I have a Samsung Galaxy S Advanced that I want to use to test my Android applications on. Just recently, I switched to Windows 8. Everything appeared to be working fine, Windows 8 detected my device fine however, the device was not list when I ran adb devices. I know I set-up the phone correctly, enabling USB debugging in the developer settings.
This problem can be fixed by installing the official Samsung USB Mobile Phone driver. You can find this driver at the official Samsung site: http://www.samsung.com/nl/support/model/GT-I9100LKATNL-downloads After installing this driver, your device will show up in adb devices

Unable to connect android phone to pc for debugging

I am using Samsung galaxy y duos GT s6102. It is a gingerbread phone. I am trying to learn developing apps for android platform. I can test my apps on the simulator but not on my device.
I have used the following troubleshoot methods:
Install/Reinstall google usb driver.
Format My phone.
Usb debugging is ON on my phone .
I also also tried this link but noting helped.
There are no drivers available on windows update too.
Adb devices also does not give any results.
The device is detected in device manager in other devices as
SAMSUNG.
PS: I am using windows 7.
Install Samsung Kies:
http://www.samsung.com/us/kies/
Once installed, it also installs Samsung USB drivers

eclipse doesnt show my galaxy nexus with android 4?

i tried everything. Checked USB debugging and allowed unknown sources. (Android 4.0.1)
When i connect galaxy nexus with the PC without USB debugging, it works.
When i connect galaxy nexus with the PC with USB debugging, it doesn't work.
I can start my app on windows.
I have Windows 7.
Thnx
in order to debug apps on the device, you need to install a USB driver first. although you may connect the device to PC as mass storage, you still need the driver for development. you can download it from the manufacturer Sumsung.
also,make sure you have installed the latest ADT plugin.
the samsung drivers have moved. this one fixed the issue for me
http://developer.samsung.com/android/tools-sdks/Samsung-Andorid-USB-Driver-for-Windows
You need to download the USB Driver from Samsung: http://www.samsung.com/us/support/owners/product/SCH-I515MSAVZW#content2
If you want to install something that will avoid any future problem with every Samsung device, install Samsung Kies:
http://www.samsung.com/ca/support/mobilesoftwaremanual/mobilesoftwaremanual.do?page=MOBILE.SOFTWARE.MANUAL
One confusion is that the Android docs mention the Galaxy Nexus One and Nexus S as needing the Google USB Driver. The Galaxy Nexus does not, it needs the Samsung one.
Instal OEM USB Drivers:
http://developer.android.com/tools/extras/oem-usb.html
For Google devices install Google USB driver:
http://developer.android.com/sdk/win-usb.html
Here is where you get the drivers now: samsung
Generally speaking you have to search in the manufacturer's website as stated here

Categories

Resources