Is ADB supported out of the box?

I currently have USB problems and I think I found the problem,

SUBSYSTEM=="usb", ATTR{idVendor}=="0fce31f7", MODE="0666", GROUP="plugdev"

I created that rule from some random guide, to fix adb not working with my phone without root. My user is in the plugdev group.

The fastboot package is broken but adb works normally. Does this udev rule need to be added by default?

1 Like

It is supposed to start adb.service with the following rules:
Tree - rpms/android-tools - src.fedoraproject.org

You can probably add a similar rule if your idVendor is missing.

1 Like