On Oct 31, 2:22 am, kostmo <[email protected]> wrote: > Hello Ubuntu users, > Just finished upgrading from Jaunty to Karmic, and my ADP1 doesn't > show up in "./adb devices" anymore. I have tried the solution > proposed here (http://groups.google.com/group/android-developers/msg/ > 7f3990c5d5367dbb) but it doesn't work for me. Phone is also missing > from the "lsusb" list, although I find that I can actually mount the > sdcard. > > Any luck out there?
Try this: lsusb to make sure the device is shown, note the bus and device numbers. ls -l /dev/bus/usb/* The file /dev/bus/usb/<bus number>/<device number> should be world- writable. Is it? -- 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

