
Originally Posted by
n0m0n

Originally Posted by
pdroid
it's chmod 755 busybox
you should learn what these linux commands do
OOPPs Yeah that would be nice which is why I am trying this to learn/do this.
Hey many ppl like my grown kids cant believe I am playing in this realm so give me some credit.
BUT the chmod is below additional error or bad cmd, messages,
I copied most of the above chmod and pasted so I know I didn't type that wrong.
Anything you can share as to why I got the bad command messages?
Thanks
What you typed doesn't quite match what I posted. Here it is again for reference. Each line is a separate command you enter and enter in order. your phone should be on and on the homescreen as you do this. I recommend you open up another browser tab and google each command as you enter it for what it does. Don't change the syntax, but you should at least understand what each step does.
BusyBox
download busybox binary to your adb tools directory
cd to your adb tools directory
Commands:
Code:
adb push busybox /data/local/busybox
adb shell
su
cd /data/local
chmod 755 busybox
./busybox
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
mkdir /system/xbin
/data/local/busybox cp /data/local/busybox /system/xbin
/data/local/busybox cp /data/local/busybox /system/bin
cd /system/xbin
busybox --install .
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot