I installed it with ADB. You could probably use RootExplorer to put it in the right places and then terminal emulator to install it but why go through the hassle when ADB takes less then a minute?
well I am getting a lot of error or bad cmd messages.
I typed in:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\jefw
C:\Users\jefw>cd\
C:\>cd android
C:\android>cd tools
C:\android\tools>adb shell
$ su
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
exit
exit
adb push busybox /data/local
adb push busybox /data/local
adb shell
adb shell
cd /systemPermission denied
$ mount: Operation not permitted
$
C:\android\tools>adb shell
$ cd /system
cd /system
$ ls -al
ls -al
-al: No such file or directory
$ adb push busybox /data/local
adb push busybox /data/local
adb: permission denied
$ adb shell
adb shell
adb: permission denied
$
C:\android\tools>adb shell
$ su
su
# cd /data/local
cd /data/local
# chmod busybox 755
chmod busybox 755
Bad mode
# /data/local/busybox cp /data/local/busybox /system/xbin/busybox
/data/local/busybox cp /data/local/busybox /system/xbin/busybox
/data/local/busybox: not found
# /data/local/busybox mkdir /system/xbin
/data/local/busybox mkdir /system/xbin
/data/local/busybox: not found
# cd /data/local
cd /data/local
# chmod busybox 755
chmod busybox 755
Bad mode
# chmod busybox 0755
chmod busybox 0755
Bad mode
# /data/local/busybox cp /data/local/busybox /system/xbox/busybox
/data/local/busybox cp /data/local/busybox /system/xbox/busybox
/data/local/busybox: not found
# cd /system/xbin
cd /system/xbin
# chmod busybox 755
chmod busybox 755
Bad mode
# ./busybox --install -s /system/xbin
./busybox --install -s /system/xbin
# rm /data/local/busybox
rm /data/local/busybox
rm failed for /data/local/busybox, No such file or directory
# chmod busybox 755
chmod busybox 755
Bad mode
# reboot
reboot
C:\android\tools>
Tried to use a few different instructions when the for me.
Install BusyBox on Rooted Android Phone | Gadgets DNA
Yeah I'm just learning here