My environment -
- HTC Explorer with USB debugging turned on
- Ubuntu 12.10
- ADT 21
- Available targets - android-10, android-17
The output of adb devices
on my system is -
List of devices attached
emulator-5554 device
???????????? no permissions
If the error message is to be believed it is a permissions issue. So I tried changing the permission of /dev/sdb
to 777 but it did not work. (This is the device link that appears when I connect my phone)
In the past I have used windows to debug my applications on my phone so I'm confident that my phone supports USB debugging.
What is causing this problem?