Accessing event input nodes in Android withour rooting
问题 I want to be able to inject different events into an Android device. After some search, I found that I can do this by accessing event input nodes in Android OS, which are found in dev/input/eventX . Once these are accessed, read and write operations can take place, and hence I can inject events. The problem is that these nodes are only accessible in a rooted device. If I try to use them without rooting, the process will fail as mentioned in this article, http://www.pocketmagic.net