Skip to content

Instantly share code, notes, and snippets.

@filmaj
Created January 9, 2014 22:33
Show Gist options
  • Save filmaj/8343366 to your computer and use it in GitHub Desktop.
Save filmaj/8343366 to your computer and use it in GitHub Desktop.
hardware support on sauce
sudo apt-get install usbutils
echo "SUBSYSTEM==\"usb\", ATTR{idVendor}==\"18d1\", MODE=\"0666\", GROUP=\"plugdev\"" > /etc/udev/rules.d/51-android.rules
# full list of vendor ids: http://developer.android.com/tools/device.html#VendorIds
# maybe we have our udev rules file include all of them for simplicity?
sudo chmod a+r /etc/udev/rules.d/51-android.rules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment