|
Buenas compañeros
Esots codigos o comandos van juntos y sin espacios¿?
como se si estan bien introducidos¿? Cada linia debo darle a enter¿?
- 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
|