Hello There, Guest! Register

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Innotab 3 AutoDB and Angry Birds
#9
Darn, you can play around with the _Run file and see if you can get anything to work. Here is some code you could play with.

Code:
if nk [ -z "$FLASHPLAYER_VOL" ]; then
    FLASHPLAYER_VOL=145
fi
if nk [ "$FLASHPLAYER_RENDERER" = "sw" ]; then
    FLASHPLAYER_OPT="-sw"
else
    FLASHPLAYER_OPT="-noimageaa -q 0"
fi

export LD_LIBRARY_PATH=/system/lib_flash4:$LD_LIBRARY_PATH

ln -sf /system/bin/MainEntry.AS3.swf /var/MainEntry.swf

#/system/bin/flashplayer4 -volume $FLASHPLAYER_VOL -layer 0 -nocursor $*
/system/bin/flashplayer4 -volume $FLASHPLAYER_VOL -layer 0 -nocursor "$@"

Could try something like /system/bin/flashplayer4 -volume $FLASHPLAYER_VOL -layer 0 -nocursor ./angry_bird.swf


Messages In This Thread
Innotab 3 AutoDB and Angry Birds - by 187 - 01-03-2014, 05:09 PM
RE: Innotab 3 AutoDB and Angry Birds - by 187 - 01-04-2014, 02:02 PM
RE: Innotab 3 AutoDB and Angry Birds - by 187 - 01-05-2014, 03:12 AM
RE: Innotab 3 AutoDB and Angry Birds - by 187 - 01-07-2014, 11:31 AM
RE: Innotab 3 AutoDB and Angry Birds - by Deak Phreak - 01-07-2014, 12:17 PM

Forum Jump: