Merge pull request #138 from saschpe/fedora

Add udev service restart for Fedora
This commit is contained in:
Gianluca Boiano 2018-01-13 16:34:45 +01:00 committed by GitHub
commit 2221057999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ On Arch it should be enough to follow the [instructions for connecting a device
# Restart UDEV
sudo udevadm control --reload-rules
sudo service udev restart
# OR on Fedora:
sudo systemctl restart systemd-udevd.service
# Restart the ADB server
adb kill-server
# Replug your Android device and verify that USB debugging is enabled in developer options