
Originally Posted by
drewlamo1
this is what i did using adb
1st you need the busybox file.
2nd place the file in the tools folder ( on pc where you use adb )
3rd. adb commands
adb push busybox /data/local
adb shell
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
# mkdir /system/xbin
# cat /data/local/busybox > /system/xbin/busybox
# chmod 755 /system/xbin/busybox
# busybox --install /system/xbin
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system
# sync
# reboot
after this metamorph should pass its 'checks' when you start it, least it worked for me.