View Single Post
Old 11-27-2015, 02:07 PM   #4
peterson
Connoisseur
peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.
 
Posts: 74
Karma: 889004
Join Date: Mar 2014
Device: Kindle PW2
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)
peterson is offline   Reply With Quote