Code: Select all
# cat /etc/udev/rules.d/51-android.rules
SUBSYSTEM=="usb", SYSFS{idVendor}=="1004", MODE="0666"
Code: Select all
# adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
LGLS676efd4ee0f device
But if I start with a regular user, I can't proceed any further due to lack of permissions.
Code: Select all
$ adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
LGLS676efd4ee0f no permissions
$ adb shell
error: insufficient permissions for device
__
sol

