ok, somebody with a plus try this
http://www.mediafire.com/?3489hm5908l720q
tell me if it works since I can't test it
besides the irinject ENTER
I also added a irinject HOME
so it will first try to go to home screen
KAD

KAD wrote:1. if you push power while in NETFLIX, the popup screen, is the default OK, to leave netflix or is the default cancel, so it requires 2 key presses??

2. is there any other way out of NETFLIX? is you push HOME does it ask you to exit netflix or does it actually return you to the home screen?

KAD wrote:ok, somebody with a plus try this
http://www.mediafire.com/?3489hm5908l720q
tell me if it works since I can't test it
besides the irinject ENTER
I also added a irinject HOME
so it will first try to go to home screen
KAD


eval `egrep 'TIME_TO_SLEEP' /conf/config`
if [ -n "$TIME_TO_SLEEP" -a -e "$TIME_TO_SLEEP" ] ; then
TIME_TO_SLEEP="$TIME_TO_SLEEP"
elif [ -n "$TIME_TO_SLEEP" -a ! -e "$TIME_TO_SLEEP" ] ; then
logger -t `basename $0` -s "TIME_TO_SLEEP ( $TIME_TO_SLEEP ) DOES NOT EXIST!"
TIME_TO_SLEEP="600"# grep SLEEP /conf/config
USB_POWER_OFF_DEEP_SLEEP='0'
SLEEPTIMER='ON'
TIME_TO_SLEEP='1800'
# /tmp/sleep/etc/init.d/S99sleeptimer restart
S99sleeptimer: TIME_TO_SLEEP ( 1800 ) DOES NOT EXIST!
ON

if [ -n "$TIME_TO_SLEEP" -a -e "$TIME_TO_SLEEP" ] ; then
-e FILE
FILE exists

eval `egrep 'TIME_TO_SLEEP' /conf/config`
if [ -z "$TIME_TO_SLEEP" -o "$TIME_TO_SLEEP" == "" ] ; then
logger -t `basename $0` -s "TIME_TO_SLEEP ( $TIME_TO_SLEEP ) DOES NOT EXIST!"
TIME_TO_SLEEP="600"
fi

Return to WDLXTV-G2 & WDLXTV-Live/Plus app.bins
Users browsing this forum: No registered users and 0 guests