Ver Mensaje Individual
  #23  
Viejo 06/03/10, 00:58:31
Array

[xs_avatar]
shawe shawe no está en línea
Usuario muy activo
· Votos compra/venta: (2)
 
Fecha de registro: jun 2009
Mensajes: 9,774
Modelo de smartphone: Moto X+1
Tu operador: Orange
 Cita: Originalmente Escrito por ferrercanedo Ver Mensaje
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??
Aunque no sea el mismo terminal, desde aquí http://developer.htc.com/google-io-device.html te puedes bajar el fastboot para Linux y lo metes dentro de la carpeta tools del sdk, y en lugar de executar:

Código:
flash_image recovery recovery-RA-hero-v1.5.3.1.img
a través de adb en el terminal de android, haces un:

Código:
fastboot flash recovery recovery-RA-hero-v1.5.3.1.img
Directamente en el terminal de linux.
Yo cambio de esta manera el recovery no como tu has dicho, en teoría debería servirte igual.
__________________
Responder Con Cita