SOLUCIONADO: he visto en xda que a alguien le pasaba lo mismo, pero que lo volvio a intentar un par de veces y se solucionó. A mi me funcionó a la cuarta vez XD. Lo dejo por si le vuelve a pasar a alguien
He estado siguiendo el tutorial pero me da un error que no se porque puede ser.
Mi Hero está rooteado por el método del instant root, por lo que entiendo que que puedo ir al paso "m" directamente. Copio el recovery, reinicio, y cuando ejecuto el comando flash_image me da el siguiente error:
Código:
root@laptop:/home/xxxxxx/android-sdk-linux_86/tools# ./adb shell
$ su
# cd /sdcard/
# flash_image recovery recovery-RA-hero-v1.5.3.1.img
mtd: read error at 0x00000000 (Out of memory)
mtd: read error at 0x00020000 (Out of memory)
mtd: read error at 0x00040000 (Out of memory)
mtd: read error at 0x00060000 (Out of memory)
mtd: read error at 0x00080000 (Out of memory)
mtd: read error at 0x000a0000 (Out of memory)
mtd: read error at 0x000c0000 (Out of memory)
mtd: read error at 0x000e0000 (Out of memory)
mtd: read error at 0x00100000 (Out of memory)
mtd: read error at 0x00120000 (Out of memory)
mtd: read error at 0x00140000 (Out of memory)
mtd: read error at 0x00160000 (Out of memory)
mtd: read error at 0x00180000 (Out of memory)
mtd: read error at 0x001a0000 (Out of memory)
mtd: read error at 0x001c0000 (Out of memory)
mtd: read error at 0x001e0000 (Out of memory)
mtd: read error at 0x00200000 (Out of memory)
Alguna idea??
