The toolbox that is provided on the Android environment is pretty limited. I wanted something more useful and familiar. Busybox to the rescue! I have a busybox binary available for those who are interested. To use it simply do # mkdir /data/busybox, on your emulated console. Then copy the busybox binary across: $ adb push busybox /data/busybox/busybox. Once you do this you can install the necessar

