Skip to content

Instantly share code, notes, and snippets.

@lucasmz-dev
Last active June 7, 2024 22:56
Show Gist options
  • Save lucasmz-dev/020b9001131026f9ecd8953c3fa598fa to your computer and use it in GitHub Desktop.
Save lucasmz-dev/020b9001131026f9ecd8953c3fa598fa to your computer and use it in GitHub Desktop.
Installing android-tools in Fedora

How to properly install android-tools in Fedora

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

Install android-tools from DNF.

sudo dnf install android-tools

Install udev-rules

We'll be using this project.

Follow the instructions in the README of the project. Use the commands from the 'other distro' section and paste them in.

Do not use the automatic installer, it doesn't seem to work for fastboot.

I am not able to verify the authenticity of this project. It seems safe ATM;

Replug your devices

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.


Other titles:

  • android-tools broken in Fedora Linux
  • fastboot/adb broken in Fedora Linux
  • 'no permissions' error in android platform tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment