I have a Samsung Galaxy Vibrant phone running android 2.3.7 CyanogenMod 7 ROM. I used to be able to debug on the device through ADB but since installing CM7, my device doesn't show up on the devices list. Also, when I connect the device, i get a message saying "Device driver software was NOT installed successfully".
I am running Windows 7 32bit.
If your device driver is not installed properly, it won't showup. Uninstall the driver and install again, make sure driver you are installing is supported on Windows 7.
Related
I am trying to connect my mobile device for debugging in Android Studio but it shows "No device connected" even though my device is connected to the computer. I have tried to update drivers for "unknown device" and Samsung_Android in the Device Manager but it failed.
I have already installed Google USB driver and tried to update my device driver through it also, but it shows an error.
I have also tried to follow instruction from this page Android device is not connected to USB for debugging (Android studio), but I am unable to solve my problem.
I am also unable to find a driver for my device (Samsung Galaxy Young GT-S6312).
How can I get Android Studio to recognize my Android Galaxy Young GT-S6312?
uninstall driver you installed then download and install this driver :
samsung galaxy young gt -s6312 driver
then restart adb
Delete the driver you have
And install this http://developer.samsung.com/technical-doc/view.do?v=T000000117#none
I'm using the Eclipse ADT bundle on Windows 7 32-bit.
I'm trying to run my app on my phone (Motorola Droid Razr Maxx hd) which is running android 4.4.2 kitkat. I Have turned on USB debugging on the phone, and have installed drivers. But the eclipse doesn't show my device. here is the
My Apps min sdk:8 and Target sdk:19
I know there are similar questions
Device not being detected in eclipse
Connecting Droid Maxx for Android Development
Eclipse cannot find my android 4.1.2 device
Why is Eclipse's Android Device Chooser not showing my Android device?
but these doesn't solve my issue.
Just check if your phone adb device is detected and visible in windows devices manager. Possible reasons are:
Turned off USB debugging.
Not installed drivers for this specific phone model (as far as I remember, old motorola devices works with drivers from Motorola, not the Google's one.
Check connection - I had some troubles when connected phone with some low quality USB cable.
If you look in your Device Manager (on windows 7 click Start, right-click Computer and choose Manage) you might see that Motorola ADB Interface doesn't have a driver. This is what happened to me after my phone's Android operating system upgraded from 4.x to 5.1.
The driver can be found inside the Motorola Device Manager on Motorola's website. This will get you the drivers for Windows and this will get the drivers for Mac.
After I installed the latest driver adb could find my devices again (verified by running adb devices on the command line)
I'm using a Samsung Galaxy S4 I9505 (Jelly Bean 4.3) as my debug target, and I've done the preliminary steps already:
Tapped 7 times on the "Build Number" under "My Device" to enable developer menu
Enabled USB Debugging from the device
Unchecked the "Verify apps via USB" to make sure my app is not blocked
Downloaded the OEM driver for Samsung from Samsung Andorid USB Driver for Windows
Installed the driver successfully.
When I connect my device via USB, Eclipse sees my device but does not allow me to debug on it.
Can someone help me?
If you're developing Android on Windows, then Windows may have allow you to "see" your device. But to connect to your Samsung Galaxy S4 I9505, you may need to install the Samsung USB drivers for mobile devices v1.5.33.0, which can be found here.
After installation, you may need to restart your computer. Once the computer has restarted, start a command prompt and navigate to \android-sdk\platform-tools. Then, type each command below in succession:
adb kill-server
adb start-server
adb devices
The last command will tell you whether you are truly connected to your device and the device is ready for debugging in Eclipse.
I have successfully installed Eclipse and the Android SDK on Fedora 16. However, when I connect my Galaxy Nexus (with debugging enabled), and click Run in Eclipse, the device manager doesn't find my phone.
On Windows I had to install USB drivers for the phone but I don't believe there are any drivers for Fedora 16.
Is it possible to mount my phone AND test on Fedora 16?
If you click on DDMS, does you device show in the Devices window? If not, here is a list of problems to check:
Your USB cord connection to the device is too loose.
If its an old USB cord, there could be an internal break within the wires.
The socket within the device for the USB cord could be bent.
I installed mtpfs and it worked after a few tries and reboots.
After developing and testing for months my android application both on the emulator and on a phone, I suddenly can not connect any more to the phone in one of the two PCs I use for development.
One PCs runs Windows XP 32bits. Here everything is ok. But my main development machine is a Windows 7 32bits: Both of them run Eclipse Galileo. I can not get connected to the Samsung Galaxy S GT-I9000T phone from there. Two Sundays ago I updated my application last version to the phone. Went on vacations. After returning I upgraded the Samsung Kies suite to the new version 2. It is supposed it installs USB drivers for Windows. I also upgraded to Android SDK 9 and ADT 9 but I'm not sure it was after the problem appeared. Then I realized can not connect to the phone. My first suspect was Samsung Kies. But I made all these intallations on the xp PC and the connection works OK. Then I returned to the Windows 7. There is another driver called "USB Driver for Windows" which I have installed from Android's SDK "SDK and AVD Manager"/"Available Components"/"Android Repository" I tried to reinstall it. I deleted the package despite the warning it can not be undone. Then I tried to find it on the "Available Packages" but it was no more there.
I reinstaled Samsung Kies, Eclipse, Android SDK but the problem remains the same:
Another fact: with USB debugging active, Samsung Kies can not connect to the phone. It detects something is connected but it stays forever trying to connect.But it occurs also on the XP machine.
In summary:
I can not get listed the "USB Driver for Windows" in the "SDK and AVD Manager"/"Available Components" for installation, even after reinstalling all the development environment
I can not get the development environment to connect to the phone for debugging.
How to fix this?
Any hint is welcomed.
Thanks in advance.
Sammy
I finally found the origin of the problem. I hope it will be useful to someone else.
Device Manager showed "ADB Interface" / "SAMSUNG Android Composite ADB Interface" with a warning sign. The device was not running 'cause some inconsistencies in the registry.
I deleted both the "ADB Interface" / "SAMSUNG Android Composite ADB Interface" and "Universal Serial Bus Controllers" / "SAMSUNG Android USB Composite Device" and reinstalled them from Windows Update. This time I didn't used Samsung Kies Tools / Install Driver menu.
Thanks for your time.
Sammy