You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ?
The text was updated successfully, but these errors were encountered:
instasck
changed the title
Android 10 -root - change permission - unroot ?
Android 10: solutions.
Nov 29, 2021
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.
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 ?
The text was updated successfully, but these errors were encountered: