Currently, it seems as if Fedora doesn't install udev-rules, to get this working, I've had to manually install them from a community project. I'm not very knowledgable in Linux, these are just the steps I had to do to get things working that I'd like to document.
Install android-tools from DNF.
sudo dnf install android-tools
We'll be using this project.
Follow the instructions in the README of the project. Clone the repo, and run sudo ./install.sh
from it.
You might have to replug your devices, if that doesn't work, try rebooting, or even turning off your PC completely and out of power before turning on and replugging.
If you're trying to use ADB on a device that has USB restrictions, depending on the OS, you might have to replug with the device unlocked.
Also run adb kill-server
.
Other titles:
- android-tools broken in Fedora Linux
- fastboot/adb broken in Fedora Linux
- 'no permissions' error in android platform tools