I’m making custom builds of busybox compiled for Android phones available. My builds include the run-parts command which allows init.d support to work for custom roms that have it implemented. Currently I’m hosting them at my VPS testing server so you may grab them from there. The busybox.txt file shows the available commands for the compile as it output on the phone. Note the program has only been tested for execution and some basic command checks. If an applet doesn’t work as expected or not at all let me know. I can’t test all of them though as I only test for it to run on my Samsung Captivate phone.
Install option in busybox was intentionally disabled so if you want a symlink to something create it as follows.
ln -s busybox <applet>
and it will work as expected in most cases.
Latest builds: http://icarus.robertpendell.com/busybox/latest/
All builds: http://icarus.robertpendell.com/busybox/
Note: There is an experimental folder. This links to the git entry in the all builds list. The builds are from the git repository and may be unstable. I have done as much as I can though to get the configuration of the git build to the stable one. Certain applets may be depreciated and unavailable though.
P.S. – The only reason why they are being hosted there is because the compile environment also resides there. Just makes it quicker to post.
Posted by Robert Pendell