Skip to content

Instantly share code, notes, and snippets.

@sdoro
Last active August 29, 2015 14:07
Show Gist options
  • Save sdoro/69fdc03041ecc4605754 to your computer and use it in GitHub Desktop.
Save sdoro/69fdc03041ecc4605754 to your computer and use it in GitHub Desktop.
to create Android real terminal
# change MY_idVendor (Samsung) to the idVendor of your device
MY_idVendor="04e8"
cat <<"EOT" > /etc/udev/rules.d/51-android.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="$MY_idVendor", MODE="0666", GROUP="plugdev"
EOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment