|
me podeis decir que tengo mal lo ago todo como en el tuto pero en este ultimo pasa no ace nada el mobil y no se reinicia el modo rcovery
* 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
#
|