Udev rule generator and installer for Android devices on Linux systems.
- Clone this this repository and
cd
into it. - Edit
vendor-ids.txt
to 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 restartudev
andadb
for you.
Sometimes restarting
udev
andadb
is not enough for it to start working. You may need to unplug and plug your device, or to restart the computer.