So, just out of curiousity:
If you have a
rooted device (not necessarily a Poke or even an Onyx) and want to do a little experiment:
Take the lights.zip and rename it lights (don't unzip, it's not a zip).
Code:
C:\>adb push lights /data/local/tmp
C:\>adb shell
# cd /data/local/tmp
# chmod 755 lights
# ./lights
I'd really be interested to see what the original Poke does with this.
Thanks!