Hi folks
I have installed the android tools with dnf.
adb is working but adb devices shows me an error message as follows:
no permissions (missing udev rules? user is in the plugdev group);
any ideas to fix it?
Hi folks
I have installed the android tools with dnf.
adb is working but adb devices shows me an error message as follows:
no permissions (missing udev rules? user is in the plugdev group);
any ideas to fix it?
One of the following should work:
systemctl enable --now adb.service
/usr/share/doc/android-tools/51-android.rules
(maybe not recommended?)thx Justin,
I have copied 51-android.rules from
git clone GitHub - M0Rf30/android-udev-rules: Android udev rules list aimed to be the most comprehensive on the net to /etc/udev/rules.d/.
then
sudo groupadd adbusers and sudo usermod -a -G adbusers $(whoami)
after a reboot I connected the phone and a dialogbox on my phone ask me to allow the connection via usb and now it works
:-
the google 4a support ends in september and then I will try to get a LineageOS to run on it …
It is probably worth to try GrapheneOS since you have a google pixel. It is a hardened android version.
it look realy intresting but the support for the 4a is also running in end of life after august 2023