Merge pull request #121 from wiggin-boy/master

updated readme to replace cp command with symlink command
This commit is contained in:
Gianluca Boiano 2017-11-03 14:53:36 +01:00 committed by GitHub
commit 99d7f08b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View File

@ -295,6 +295,14 @@ ATTR{idProduct}=="61f9", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_LG"
# Meizu
ATTR{idVendor}!="2a45”, GOTO="not_Meizu”
ENV{adb_user}="yes"
# MX6
ATTR{idProduct}==“0c02”, SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_Meizu”
# Micromax
ATTR{idVendor}!="2a96", GOTO="not_Micromax"
ENV{adb_user}="yes"

View File

@ -17,7 +17,7 @@ On Arch it should be enough to follow the [instructions for connecting a device
# Clone this repository
git clone https://github.com/M0Rf30/android-udev-rules.git
# Create a sym-link to the rules file
sudo cp android-udev-rules/51-android.rules /etc/udev/rules.d/
sudo ln -s android-udev-rules/51-android.rules /etc/udev/rules.d/51-android.rules
# Change file permissions
sudo chmod a+r /etc/udev/rules.d/51-android.rules
# add the adbusers group if it's doesn't already exist

View File

@ -4,3 +4,4 @@
0x2717
0x0e8d
0x2b0e
0x2a45