Skip to content

Instantly share code, notes, and snippets.

@jsam
Created January 27, 2016 20:34
Show Gist options
  • Save jsam/d5833c74e8819f8ce889 to your computer and use it in GitHub Desktop.
Save jsam/d5833c74e8819f8ce889 to your computer and use it in GitHub Desktop.
Enable Android development for OnePlus One
Add:
ATTR{idVendor}=="05c6", ATTR{idProduct}=="6764", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1", TAG+="uaccess"
ATTR{idVendor}=="05c6", ATTR{idProduct}=="6765", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1", TAG+="uaccess"
to /lib/udev/rules.d/69-libmtp.rules
and restart udev.
sudo service udev restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment