- Package:
- adb
- Source:
- android-platform-tools
- Description:
- Android Debug Bridge
- Submitter:
- ç©ä¸¹å°¼ Dan Jacobson
- Date:
- 2023-03-24 22:03:03 UTC
- Severity:
- normal
- Tags:
$ id uid=1000(jidanni) gid=1000(jidanni) groups=1000(jidanni),20(dialout),29(audio),46(plugdev),121(netdev),130(adb) $ adb shell error: insufficient permissions for device: user jidanni is not in the plugdev group See [http://developer.android.com/tools/device.html] for more information
It turns out this message is totally wrong. It should just say "check your device for a permissions confirmation screen." (And no the user is not always online to be able to access web explanations.)
Control: severity -1 normal I don't see why this bug report should be RC. adb works just fine here. Btw, group plugdev should not be used anymore nowadays. If you need device access permissions, use "uaccess"
Date: Tue, 6 Nov 2018 05:32:45 +0800