BleuLlauncher
From wikiPodLinux
|
|
This is just a simple, kludged hack of podzilla 0.
Files
Last updated 2006-02-16 - added a 5 second timeout to autoload the first option.
- BleuLlauncher.gz (http://www.umlautllama.com/projects/iPod/BleuLlauncher/current/BleuLlauncher.gz) is the binary, zipped.
- source.tar.gz (http://www.umlautllama.com/projects/iPod/BleuLlauncher/current/bleullauncher_src.tar.gz) is the sourcecode.
Configuration
The binary above is configured to run three executables...
- podzilla 2 - "/bin/podzilla"
- mikmodpodzilla - "/bin/mikmodpodzilla"
- podzilla 0 - "/bin/podzilla0"
- iDoom - "/iDoom/iDoom"
If this is good enough for you, then the binary should be fine. Copy it into the /bin directory on your ipod, +x it, and point your /etc/rc file to it.
If you wish to reconfigure it, you need to rebuild the binary. It requires the toolset and support libraries to build podzilla 0. (nanox, etc)
Look in the 'launch.c' file for everything you need for expanding it. Right now, there are 3 functions associated to the above. Each of them call 'launch'. the first parameter to 'launch' is the directory that the binary should be run from. This is important for iDoom, for example.
You also need to add a launcher_addItem() call to put it in the main menu. Don't put more than around 33 items in the list, or bad things will happen. look in menu.c for the associated 33 null items.
That's everything you should need to get it working. Enjoy!

