Este recovery no consigo instalarlo ni de coña:
Código:
C:\HERO\SDK\tools>adb shell
* daemon not running. starting it now *
* daemon started successfully *
# mount -a
mount -a
unknown option -- amount: invalid option -a
# flash_imagen recovery /sdcard/recovery-RA-hero-v1.6.2.img
flash_imagen recovery /sdcard/recovery-RA-hero-v1.6.2.img
flash_imagen: not found
#
C:\HERO\SDK\tools>adb shell
/ # mount -a
mount -a
mount: mounting /dev/block/mmcblk0p2 on /system/sd failed: No such file or directory
/ # flash_imagen recovery /sdcard/recovery-RA-hero-v1.6.2.img
flash_imagen recovery /sdcard/recovery-RA-hero-v1.6.2.img
/sbin/sh: flash_imagen: not found
/ # mount -a
mount -a
mount: mounting /dev/block/mmcblk0p2 on /system/sd failed: No such file or directory
/ # tune2fs -E test_fs /dev/block/mmcblk0p2
tune2fs -E test_fs /dev/block/mmcblk0p2
tune2fs 1.41.6 (30-May-2009)
Setting test filesystem flag
/ # mount -a
mount -a
mount: mounting /dev/block/mmcblk0p2 on /system/sd failed: No such file or directory
/ # flash_imagen recovery /sdcard/recovery-RA-hero-v1.6.2.img
flash_imagen recovery /sdcard/recovery-RA-hero-v1.6.2.img
/sbin/sh: flash_imagen: not found
/ # tune2fs -E test_fs /dev/block/mmcblk0p2
tune2fs -E test_fs /dev/block/mmcblk0p2
tune2fs 1.41.6 (30-May-2009)
Setting test filesystem flag
/ # flash_imagen recovery /sdcard/recovery-RA-hero-v1.6.2.img
flash_imagen recovery /sdcard/recovery-RA-hero-v1.6.2.img
/sbin/sh: flash_imagen: not found
/ #
Alguien puede orientarme?