View Single Post
Old 11-27-2015, 02:26 PM   #5
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by peterson View Post
Okay, I widened my search and found a solution for the Kobo that works on the PW2 as well:

Record the touch by:
  1. cat /dev/input/event1 > touch.txt
  2. performing the touch on the device (keep it short)
  3. 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.
knc1 is offline   Reply With Quote