Droid X Not Connecting To Adb On Os X
I got a Droid X for development, and after setting it up just like all my other test devices, it showed nothing when I ran 'adb devices'. When I plugged it in each time, OS X comp
Solution 1:
The Droid X ships with USB mode set to "PC Mode" by default. It needs to be set to "USB Mass Storage" mode.
To do this, touch the USB icon in the status bar and drag it down. Touch "USB Connection" and select "USB Mass Storage" mode.
Thanks for this answer go to EricC (apparently a Motorola employee), found here.
Solution 2:
Actually, USB Mass Storage mode usually presents the phone to the host as a file drive. To setup ADB you usually need to go to Settings > Applications > Development and select USB Debugging.
Post a Comment for "Droid X Not Connecting To Adb On Os X"