minitouch icon indicating copy to clipboard operation
minitouch copied to clipboard

Redmi Note 8 Pro fails on minitouch

Open chenchen5000 opened this issue 5 years ago • 7 comments

$ adb devices -l List of devices attached mrdeeqswm7aqkvvk device usb:336658432X product:begonia model:Redmi_Note_8_Pro device:begonia transport_id:42

$ adb shell ls -al /dev/input/ total 0 drwxr-xr-x 2 root root 140 2019-10-29 16:31 . drwxr-xr-x 17 root root 5480 2019-10-29 16:31 .. crw-rw---- 1 system radio 13, 64 2019-10-29 16:31 event0 crw-rw---- 1 system radio 13, 65 2019-10-29 16:31 event1 crw-rw---- 1 system radio 13, 66 2019-10-29 16:31 event2 crw-rw---- 1 root input 13, 67 2019-10-29 16:31 event3 crw-rw---- 1 root input 13, 68 2019-10-29 16:31 event4

The output of minitouch is like this: open: Permission denied Unable to open device /dev/input/event2 for inspection open: Permission denied Unable to open device /dev/input/event0 for inspection open: Permission denied Unable to open device /dev/input/event1 for inspection

The event0, event1 and event2 are in the system group, does it mean minitouch cannot run on this device? any workaround way?

Any suggest is appreciated, thanks in advance.

chenchen5000 avatar Oct 31 '19 03:10 chenchen5000

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.90. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Oct 31 '19 03:10 issue-label-bot[bot]

The actions mentioned on https://github.com/openstf/stf/issues/603 are all done.

chenchen5000 avatar Oct 31 '19 03:10 chenchen5000

MIUI 10.4.11

chenchen5000 avatar Oct 31 '19 03:10 chenchen5000

Same here, all actions done, MIUI 11.0.2

gianpietro-ws avatar Jan 29 '20 02:01 gianpietro-ws

Have you resolved this problem? My RedMi Note 8 Pro also failed, the same problem with yours.

YellowQC avatar Feb 24 '20 13:02 YellowQC

@huangqichao not in my case, I had to change to another brand

gianpietro-ws avatar Feb 24 '20 14:02 gianpietro-ws

Have you tried to use shell in superuser mode?

Filipdominik avatar Aug 05 '21 08:08 Filipdominik