-
Notifications
You must be signed in to change notification settings - Fork 451
Closed
Description
I have exactly 12d1:1c2c, but this is not the only device which is not available users.
I'm in the plugdev group, and while for example 22d9:2769 (OnePlus 9 Pro) and 22d9:2769 (OPPO Watch) works fine:
% adb devices
List of devices attached
<ID removed> device
<ID removed> device
for 12d1:1c2c adb says:
% adb devices
List of devices attached
<ID removed> no permissions (missing udev rules? user is in the plugdev group); see [http://developer.android.com/tools/device.html]
Looking at 51-android.rules it seems like 12d1:1c2c is not the only device which is not available users, other Huawei devices are also affected:
# MediaPad T3
ATTR{idProduct}=="107d", SYMLINK+="android_adb"
# P10 Lite
ATTR{idProduct}=="107e", SYMLINK+="android_adb"
# Watch
ATTR{idProduct}=="1c2c", SYMLINK+="android_adb"
# Mate 9
ATTR{idProduct}=="107e", SYMLINK+="android_adb"
And not only Huawei, but also HTC, LG, Motorola are affected.
Metadata
Metadata
Assignees
Labels
No labels