Skip to content

Instantly share code, notes, and snippets.

@slok
Created June 21, 2011 18:21
Show Gist options
  • Save slok/1038505 to your computer and use it in GitHub Desktop.
Save slok/1038505 to your computer and use it in GitHub Desktop.
Android Rules (permissions)
#/etc/udev/rules.d/51-android.rules
#This rules are for the Android Devices that will be connected for debugging apps (or internet tethering)
#Geeksphone Zero(Qualcomm)
#SUBSYSTEM=="usb", ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9025", MODE="0666", USER="slok"
SUBSYSTEM=="usb", ATTRS{idVendor}=="05c6", MODE="0666"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment