if you read the post busybox and flash_image needs to be installed first here ya go
download flash_image from here
http://cyanogen-files.carneeki.net/flash_image.zip and unzip and place on sdcard
install busybox first
download busybox binary to your adb tools directory
http://www.alldroid.org/download/file.php?id=709
cd to your adb tools directory
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
Then to install flash_image:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
sync
mount -o remount,r -t yaffs2 /dev/block/mtdblock4 /system

Originally Posted by
phreakaj
i tried this app and all seems to be well but i cant get the reboot into recovery to show the nandroid backup option which i think is the most important. does anyone know idf this was included or did i need to install nandroid from another source before to get this to work? i am a total noob so please help.