Mac OSX 10.6.4
Nexus One Android 2.2
The command adb devices will list my emulators and also my Droid Eris (Android 2.2) but nothing shows for the Nexus One
I have searched extensively and failed to find any answer or suggestions, any help most welcome
Power cycle and reboot everything including the phone.
Related
I'm trying to develop for my Galaxy S3 using my Lenovo U510 Ultrabook with Windows 7 64 bit. I have tried the following tutorials and then some:
http://www.dkszone.net/setup-install-adb-android-debug-bridge-windows-7
windows 7 adb driver Samsung galaxy S3
My phone is being listed as an ADB device in the Device Manager:
but when I run "adb devices" from the command prompt, I get the following:
And nothing shows up in my AVD Manager:
I've tried this same thing with several different drivers and cables, and get the same results. Any ideas as to what's going on?
Thanks for any pushes in the right direction.
I have access to a:
Samsung Galaxy Nexus (Android 4.0.4)
HTC Incredible S (Android 4.0.4)
HTC Wildfire (Android 2.2.1)
And for the life of me I can not get any to display in adb on Mac OS X 10.6.8. I have ensured that USB debugging is turned on all devices, I do not have EasyTether installed (which seems to be a popular reason for devices not listing).
I tried removing everything I could find from the Android SDK and downloading again - but I still see nothing.
Must have spent 5 hours looking for various fixes so far.
I simply keep seeing this:
sh-3.2# adb devices
List of devices attached
sh-3.2#
What worked for me was to edit the adb_usb.ini which resides in HOME/.android directory. There I added the device's vendor ID, typed "adb kill-server", "adb start-server" and it showed after adb devices. To discover the vendor ID, you can check your kernel log file under "/var/log".
I use two devices to develop my Android apps:
a Samsung tablet Galaxy tab 10.1 (Android 3.1)
a Samsung S2 (Android 4.0.3)
I develop on Mac OSX Lion.
My problem is that my Samusung S2 is not recognized by Eclipse (everything is ok with my tablet!!). To be more accurate, my S2 appears something like 1 second every 1 minute in DDMS or the "Android Device Chooser" (the window which appears when you launch the app in Eclipse and where you can choose between a physical device or emulator) and then disappears !!! This is driving me crazy.
I tried absolutely everything I found on forums:
update all modules via the SDK Manager
update of Eclipse via Help => check for updates
tried 3 different USB cables...
tried to reset adb either via DDMS or in command line (adb kill-server and then adb start-server)
I checked that USB debugging is set on my S2
Can the rubbish Samsung app "Kies" induce some issues? (not the case with my tablet) Other idea?
Can anybody help me ???!!!
Thanks !!
Finally, I had a physical problem with the micro-USB connection on my Samsung S2... I returned it to Samsung and they repaired it ! it seems that the micro-USB connection on S2 are very fragile...especially when you connect/disconnect very often your device !! Hope this helps...
Use Kies to force a reinstall of the drivers.
In Kies (Version 2.3.2.12054_20):
Tools > Troubleshoot connection error.
Follow the wizard (there is a "Reinstall device driver" stage).
I don't have a special confidence this will fix your problem. I offer it as something to try.
I just bought the Nexus S with the android version 2.3.3, which I update it to 2.3.4. I use to develop my android apps in my Mac but when i tried to connect my new Nexus S with the ADB it wasn't recognized. Though the ADB worked pretty well with pass android devices.
Moreover, I connected my Nexus S with the ADB under my Linux machine and then worked as a charm.
Any suggestions on how to make the nexus s be recognized to the ADB of my Mac?
Thx in advance!
As far as I know, the "Usb Driver Package" is for Windows only.
Did you tried to download and use the newest SDK/ADB from http://developer.android.com ?
I had some problems too these days, but after rebooting my phone and reenabling the debug mode ADB worked again.
Just began working on a new 2011 Macbook Pro only to find ADB cannot see any of my devices. This occurs under Eclipse in DDMS and when I run ./adb devices.
I have found some discussion of this saying there are intermittent issues in OS X 10.6.6 with problems seeing Android devices but this seems to be different as all of my devices are mountable via USB.
I see the exact same behavior running Windows 7 in Virtualbox, Apple support on this issue is non existent as they insist it is Android's problem.
The devices I have encountered this problem with include:
Sony Xperia mini X10
Motorola Droid
HTC Droid Eris
Samsung Galaxy Tab
Could this be a hardware problem on my new Macbook or am I dealing with something related to OS X?
Either way I may have to trade for a Windows laptop :-(
**updated March 27 2011
Have now tried a full Bootcamp installation of Windows 7 complete with all the Apple provided drivers - same result
resorting to powered USB hub didn't help either
The device appears as Android Phone under System Profiler but remains invisible to ADB, mounting works fine.
Finally found a solution, seems the tethering software I had installed on the macbook was interfering with ADB:
http://www.intohand.com/blog/?p=116
Applying the fix made it "just work" again:
sudo rm -rf /System/Library/Extensions/EasyTetherUSBEthernet.kext