From 014f188cee36fa79388a3620664693de6f99d426 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Sat, 13 Jan 2018 15:05:25 +0100 Subject: [PATCH] Add udev service restart for Fedora --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b0da16..8e89f08 100644 --- a/README.md +++ b/README.md @@ -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