sudo vi /etc/sudoers
# last line in file
username ALL=(ALL) NOPASSWD: ALL
sudo vi /etc/sudoers
# last line in file
username ALL=(ALL) NOPASSWD: ALL
When the android phone is not detected to the linux system – expecially developer mode. we need to do the few steps to add the permission to the system.
lsusb
this is list all the usb devicessudo vi /etc/udev/rules.d/51-android.rules
9091
and 05c6
to the number from lsusb.SUBSYSTEM=="usb", ATTR{idVendor}=="05c6", ATTR{idProduct}=="9091", MODE="0666", GROUP="plugdev"
sudo udevadm control --reload-rules
Recent Comments