Quote:
Originally Posted by peterson
Okay, I widened my search and found a solution for the Kobo that works on the PW2 as well:
Record the touch by: - cat /dev/input/event1 > touch.txt
- performing the touch on the device (keep it short)
- ctrl+c
Play it back by executing echo touch.txt > /dev/input/event1
( Source)
|
The touchscreen is not always /dev/input/event1 on all models/all firmwares.
Someone wrote about that here also.
Plus, perhaps, how to find which event device it is at runtime.