Last active
August 29, 2015 14:07
-
-
Save sdoro/69fdc03041ecc4605754 to your computer and use it in GitHub Desktop.
to create Android real terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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