M0Rf30/android-udev-rules

adb universal rule breaks adb connection to HTC One X (endeavoru)

bbo2adwuff opened this issue · 5 comments

I have a HTC One X (endeavoru), and until now adb always worked fine. But after commit 704f83d I just get:

adb shell
* daemon not running; starting now at tcp:5037
* daemon started successfully
error: no devices/emulators found

When commenting out the lines https://github.com/M0Rf30/android-udev-rules/blob/master/51-android.rules#L8-L11 I get * daemon started successfully.

Please try with latest commit c8f2e1e
If doesn't work send me the output of journalctl -p 3 -xb

Oh sorry I forgot to mention that I use 20181030, so fix for #153 is already included.

journalctl -p 3 -xb with 20181030 returns nothing and journalctl -p 3 -xb with 20181026 returns systemd-udevd[258]: Specified group 'plugdev' unknown.

But under both I get error: no devices/emulators found in the shell.

Are you sure that your device is adb enabled?
Can you send me the output of udevadm info -e with attached device?

I think that now is fixed. let me know

Sorry for the late reply, I was travelling back home.

Yes, it works with the last commit! Thanks!