Udev rule generator and installer for Android devices on Linux systems.
- Clone this this repository and
cdinto it. - Edit
vendor-ids.txtto add the vendor ID for your device. You can find it usinglsusb. - Run
./setup.sh. The script will generate a rule file, copy it to the appropriate directory, and restartudevandadbfor you.
Sometimes restarting
udevandadbis not enough for it to start working. You may need to unplug and plug your device, or to restart the computer.