minitouch icon indicating copy to clipboard operation
minitouch copied to clipboard

Android 10: solutions.

Open instasck opened this issue 3 years ago • 0 comments

I am facing "could not open /dev/input/event3, Permission denied" on android 10.

I know there is a solution with SFT here, what I want to ask is: As far as I know inject inputs from "InputManager" is not the same as direct touch screen. The main different is that each touch report pysicalId==0 which is detectable from app side as not a real touch HW. image I want to ask- is it the same as adb input tap 0,0 ?

Another solution: Switch to root chmod permissions switch back to unroot. Will this work ?

instasck avatar Nov 29 '21 01:11 instasck