Android "adb" in Ubuntu: not permissions

Today creating an application prototype in Android with Ubuntu I have been that Magic could not get connected to my HTC with Android 2.2 (Froyo) for USB to purify my application.

Till now it had doing this from me portable with Gentoo and had no had problem so I have started seeing what age what it was spending. Finally I have seen that was a problem of permissions, on having done adb devices, he was saying to me:

?????????????? not permissions

So I have looked over there and in http://www.google.com/support/forum/p/android/thread?tid=08945730bbd7b22b&hl=en I have found the solution:

  1. To create the file:/etc/udev/rules.d/51-android.rules
  2. To insert in the file the following line: SUBSYSTEM == "usb", SYSFS {idVendor} == ”0bb4 ″, MODE = ”0666 ″
  3. To puncture the HTC again.

If your Android is not HTC, then I imagine that you will have to change obb4 for the identifier of the manufacturer of your mobile that you can see with the command lsusb of the following way:

Bus 001 Device 011: GO 0bb4:0c02 High Tech Computer Corp.

In your case obb4 it will be different, this is the one that you have to change.

, , , , , , , | 1 Answer