Add udev service restart for Fedora

This commit is contained in:
Sascha Peilicke 2018-01-13 15:05:25 +01:00
parent 3a6170cb54
commit 014f188cee
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