Question

It seems that in order to debug with adb on os x you need to have your droid x set to "usb mass storage". See the following:

Droid X not connecting to adb on OS X

The problem with "usb mass storage mode" is that you cannot access the sd card while in this mode. The app I'm creating has some key functionality that accesses the sd card and needs to be debugged.

Is there a workaround for this issue?

Was it helpful?

Solution

It turns out setting the phone to "charge only" is the solution for this.

OTHER TIPS

Your phone can be set to debug on connecting through USB. Then, it will always debug irrespective of whether you are tethering, charging or connecting on USB.

If you want to debug and have access to USB through the phone, set it on charging.

If you want to debug and have access to the USB storage on your computer, use Mass storage.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top