Ver Mensaje Individual
  #34  
Viejo 20/06/11, 21:43:19
Array

[xs_avatar]
danihack danihack no está en línea
Cocinero veterano
 
Fecha de registro: abr 2010
Localización: Cordoba
Mensajes: 620
Modelo de smartphone: x2 Nexus 4 / SIII Mini / HTC Wildfire
Tu operador: Orange
 Cita: Originalmente Escrito por javi_javi0 Ver Mensaje
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
# cat /sdcard/flash_image > /system/bin/flash_image
cat /sdcard/flash_image > /system/bin/flash_image
/sdcard/flash_image: No such file or directory
# cat /sdcard/flash_image > /system/bin/flash_image
cat /sdcard/flash_image > /system/bin/flash_image
/sdcard/flash_image: No such file or directory
# chmod 755 /system/bin/flash_image
chmod 755 /system/bin/flash_image
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
# flash_image recovery /sdcard/recovery-clockwork-2.5.0.1-buzz.img # reboot reco
very
flash_image recovery /sdcard/recovery-clockwork-2.5.0.1-buzz.img # reboot recove
ry
#
me podeis decir que ago mal y por que no se me inicia en modo recovery?
Perdon ha sido fallo mio es asi:

- mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system

- cat /sdcard/flash_image > /system/bin/flash_image

- chmod 755 /system/bin/flash_image

- mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak (Este al no tener ya un recovery instalado puede que de fallo. Pasa al codigo siguiente).

- mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system

- flash_image recovery /sdcard/recovery-clockwork-2.5.0.1-buzz.img

- reboot recovery
__________________

Responder Con Cita
Gracias de parte de: