Hi there,
I am trying to use my Samsung Galaxy S2 to debug Android applications
developed within Eclipse in an Ubuntu 11.10 Linux distribution.
I have installed the SDK and all needed Eclipse plugins, and they are
working fine. I have created some test programs and run them on the
emulator without problems.
But the emulator lacks some functionalities, like multitouch, so I
rather like to try them on a real device.
I have read several documents through the Web on this issue, but none
helps me. My device is detected by the underlying OS, since I can see
it with lsusb:
Bus 005 Device 002: ID 0a5c:2101 Broadcom Corp. Bluetooth Controller
But the adb devices command cannot:
$ ./adb devices
List of devices attached
It shows no device attached.
Following google instructions, I created a /etc/udev/rules.d/51-
android.rules file, and I tried with several different configurations
that I found on the web, but none of then works. The last contents I
have in that file are these:
SUBSYSTEM=="usb", ATTRS{idVendor}=="04e8", ATTRS{idProduct}="6860",
MODE="0666", GROUP="plugdev"
That seems to be right, so I think the problem is not on udev, but
probably on the Android SDK side that includes the adb command.
Following the advice of other guy, I also tried adding the device id
to ~/.android/adb_usb.ini, but it did not work neither, so I remove it
as the file comments says that it should not be edit by hand.
At this time I run out of ideas, so need help for this.
Thanks a lot in advance,
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en