biggiephat
Newbie
if you are rooted try this out.
Step 1) download busybox binary to your adb tools directory
Step 2) cd to your adb tools directory
Step 3) adb push busybox /data/local/busybox
Step 4) adb shell
Step 5) cd /data/local
Step 6) chmod 755 busybox
Step 7) ./busybox
(just to test to make sure its there)
now to have this run so droid explorer and detect your phone and so you can use busybox (ie so its in your PATH) run this.
Step 8) mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
Step 9) /data/local/busybox cp /data/local/busybox /system/bin
Step 10) mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system
Step 11) sync
Step 12) reboot
Download Links:
Droid Explorer: Droid Explorer
busybox: Download busybox.zip from Sendspace.com - send big files the easy way
**Disclaimer- I put this together really quick so please only try if you know what you are doing so I can save my butt from any problems that may come of my or your own error** :-D
Step 1) download busybox binary to your adb tools directory
Step 2) cd to your adb tools directory
Step 3) adb push busybox /data/local/busybox
Step 4) adb shell
Step 5) cd /data/local
Step 6) chmod 755 busybox
Step 7) ./busybox
(just to test to make sure its there)
now to have this run so droid explorer and detect your phone and so you can use busybox (ie so its in your PATH) run this.
Step 8) mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
Step 9) /data/local/busybox cp /data/local/busybox /system/bin
Step 10) mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system
Step 11) sync
Step 12) reboot
Download Links:
Droid Explorer: Droid Explorer
busybox: Download busybox.zip from Sendspace.com - send big files the easy way
**Disclaimer- I put this together really quick so please only try if you know what you are doing so I can save my butt from any problems that may come of my or your own error** :-D