android-tools-adb package in 𝐔𝐛𝐮𝐧𝐭𝐮 𝟏𝟒.𝟎𝟒𝐋𝐓𝐒 and newer Ubuntu releases
uses a structurally different /lib/udev/rules.d/70-android-tools-
adb.rules file with no reference to "adbusers","plugdev" or any other
group. See https://launchpad.net/ubuntu/+source/android-tools . adb now
works 'out of box'
The bug https://bugs.launchpad.net/ubuntu/+source/android-
tools/+bug/1051938 is a side effect of this bug. Solving this would
solve the other bug too. I used a workaround by replacing
GROUP="adbusers" with an already existing GROUP="plugdev" and solved
https://bugs.launchpad.net/ubuntu/+source/and
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: android-tools (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1132523
Title
To circumvent the problem one should create by hand the group:
groupadd -r adbusers
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1132523
Title:
android-tools-adb udev script uses unknow group
To