View Single Post
Old 11-04-2013, 04:06 PM   #8
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: 6299991
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
actually here is an even better test:

run this via ssh:

Code:
echo "" > /var/log/messages; tail -F /var/log/messages 2>/dev/null | exec /usr/bin/parselog | awk '/.*PageTurnAction*./ || /.*JunoExecutionManager*./  {system("echo matched; eips -d l=FFF,w=758,h=48 -x 0 -y 977")}  '
This should ALSO match the "startup" use-case now.

simply match up the value of /.*PageTurnAction*./ to the output of showlog -f | grep Page and the matches are spat out on the STDOUT so you can see when it is working...

(The first-time open use-case will harmlessly match about 5 times...)

Last edited by twobob; 11-04-2013 at 04:30 PM. Reason: made it easier to copy
twobob is offline   Reply With Quote