Kernel: 2.6.32.26-generic
Date: December 30th, 2010
I'm sure there must be tons of posts on this particular issue, however I had hard time finding solution so here it is.
I got my android phone and can't be happier well after first few days wanted to tinker with it, so I got an android SDK extracted and ran android from tools directory to pull all required features. Then time to enter few udev rules so the USB device can be detected (consider it as installing drivers in windows system) Developer page explains how-to and provides Vendor-IDs for each device.
for e.g. I've Samsung Epic 4g and command lsusb provides following output
- lsusb:
- Bus 002 Device 006: ID 04e8:681c Samsung Electronics Co., Ltd
- 04e8 is my vendor ID
however even after following all directions for adb devices output is
- adb devices
- List of devices attached
which is not very helpful
so the workaround is starting adb server with super user permissions. as follows:
- adb kill-server
- sudo adb start-server
and then
- adb devices
- List of devices attached