- Published on
udev rule for Android G1 phone
- Authors
- Name
- Martin Andrews
- @mdda123
Create /etc/udev/rules.d/91-android.rules with the contents :
SUBSYSTEM=="usb", ATTRS{idVendor}=="0bb4", SYMLINK+="android_adb", MODE="0666", OWNER="rmbsanal"
Then
/etc/init.d/udev-post reload
and re-plug in your Android phone. That's it.