Prueba esto que te pongo (extraido del wiki de XDA)
Descarga el recovery (renombralo a recovery.img) y FLASH_IMAGE ->
http://benocharm.lensworks.org/flash_image
Copialos en tu tarjeta SD
Abre el terminal y teclea estos comandos:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock6 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
flash_image recovery /sdcard/recovery.img
rm /system/etc/install-recovery.sh
rm /system/recovery-from-boot.p
reboot recovery
A mi con eso me ha funcionado a las mil maravillas
Extraido del wiki de XDA ->
http://forum.xda-developers.com/wiki...Recovery_Image
saludos,
hosse
