View Single Post
Old 03-03-2016, 04:19 PM   #3
d0ugparker
Born empty--part full...
d0ugparker began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Feb 2016
Location: Henderson, NV, USA
Device: Kindle Paperwhite
[Solved] Working PDF slideshow

Quote:
Originally Posted by eschwartz View Post
Thanks for the link. I was able to get most of the pieces in place. The basics are working 100% for an even this Saturday.

I used a hex editor to skinny down the Right and Left command text files making them as short as possible.

One thing I did differently that's worth passing on comes from this posting on the thread noted above:

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)
Not me. I played the script back on the PW3 using more instead of echo:

more touch.txt > /dev/input/event1

My loop repeats forward to the end, then backwards back to the beginning, then repeats.

Tips for those who follow:
  1. Turn the screen saver off from the Helper menu first.
  2. Turn on USBNet--I occasionally have to turn it off, then back on to connect.
  3. Connect using your favorite method. I used PuTTY.exe.
  4. Run the triggering script in the background--using an ampersand.
  5. Stress test your implementation.

I'd like to have a more elegant way to activate and deactivate the script from the Helper menu, or in a menu of my own. My script loops permanently until I power it down to shut it off--programmer I'm not... yet. I'm on the Wiki https://wiki.mobileread.com/wiki/KUAL_What%27s_New looking for how to customize KUAL for my purposes.

Another helpful change will be figuring out how to merge the thread that discusses disabling the screen's touch interface--the untouchable kindle:

Quote:
Originally Posted by eschwartz View Post
Thanks to everyone that contributed.
d0ugparker is offline   Reply With Quote