After upgrading to 2.6.35-24 kernel, why does adb no longer list devices?

Posted by nbolton on Stack Overflow See other posts from Stack Overflow or by nbolton
Published on 2010-12-22T00:51:06Z Indexed on 2010/12/22 0:54 UTC
Read the original article Hit count: 114

Filed under:

When I first installed Ubuntu 10.10 64-bit, I was able to see a physical Android device (connected via USB) in the Android Device Chooser (launched from Eclipse). But, after upgrading my kernel from 2.6.35-22-generic to 2.6.35-24-generic, no devices are listed any more, and I am unable to see any results when running adb devices like so:

$ ./adb devices
List of devices attached 

$ 

I have tried booting in the previous kernel version, but I get some udev error, so I was hoping I could get it working with the newer kernel version.

I figured SO was the best place for this question, as it seems more developer related.

© Stack Overflow or respective owner

Related posts about android