View Single Post
Old 01-13-2014, 09:22 PM   #78
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
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.

Last edited by twobob; 01-21-2014 at 07:52 PM. Reason: changed to 500 500
twobob is offline   Reply With Quote