Skip to content

Instantly share code, notes, and snippets.

@konklone
Created October 26, 2010 02:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konklone/646236 to your computer and use it in GitHub Desktop.
Save konklone/646236 to your computer and use it in GitHub Desktop.
Android USB rules for Ubuntu Maverick/Natty with Nexus One and Galaxy Tab 10.1
# Below line for /etc/udev/rules.d/51-android.rules (don't commented lines in the file)
SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666"
# After creating the file, establish permissions and restart the udev service
# sudo chmod a+r /etc/udev/rules.d/51-android.rules
# sudo service udev restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment