I want to use adb on android - on the device it is installed, but shows an empty list
shell@android:/ $ adb devices
List of devices attached
shell@android:/ $
I see the device with lsusb.
shell@android:/ $ lsusb
18d1:4ee2 (bus 2, device 6)
ADB usb shows "no device found"
shell@android:/ $ adb usb
* daemon not running. starting it now on port 5038 *
* daemon started successfully *
error: device not found
I tried with several (client) devices - all the same - must be a general problem. I am able to execute stuff with root permissions if needed.
/etc/udev. Dev1 has root permission, Dev2 is not rooted. Suggestion : Edit your question as to what devices are you using. May help.