Thanks for the reminder. Fixing link now.
https://dl.dropboxusercontent.com/u/...dded-flite.zip
If you want Vague to turn the page for you then xdotool will be required.
(I included it in the Kindle Touch management bundle)
The code in echo.sh currently reads
Code:
# NOT IMPLEMENTED YET...
#"NEXT PAGE"|"PAGE FORWARD"|"FORWARD"|"PAGE RIGHT")\
# ( "$SETPROP" -s com.lab126.appmgrd start 'app://com.lab126.booklet.home' ) ;;
You should change that to something else like:
Code:
# NOW IMPLEMENTED
"NEXT PAGE"|"PAGE FORWARD"|"FORWARD"|"PAGE RIGHT")\
( /mnt/us/xdotool mousemove 500 500 click 1 ) ;;
that would do it I think.
(That presumes you just dumped the xdotool onto the USB MOUNTED root of the storage drive, or dump the xdotool in the vauge "bin" folder and call it like "xdotool" either way.)
REF:
http://www.semicomplete.com/projects.../xdotool.xhtml
and:
https://www.mobileread.com/forums/sho...d.php?t=194270
enjoy.
Also, if you get false positives you don't want, you can elide them from the echo.sh, just a word to the wise.