Saturday, August 22, 2009

busybox for Android on FreeRunner

I saw that a busybox binary was available for Android . Forgetting the Freerunner has a slightly different ARM Architecture version than the G1 (v4 versus v5) I grabbed a copy and loaded it. Well it didn't work. I built a version for ARMv4 that will work on the Freerunner. It is available here. No change to instructions for applying and using:

adb shell
# mkdir /data/bustbox
# exit
adb push busybox /data/busybox/busybox
adb shell
# cd /data/busybox
# ./busybox --install
# export PATH=/data/busybox:$PATH

No comments:

Post a Comment