hello all, I reverted back to ZVD and rooted now I am trying to install Xionia again but keep getting this error. Any Ideas how to get it installed? I used win7-zip to extract the rar too.
C:\Users\Costco>adb shell
$ su
su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /syste
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
# cat /sdcard/flash_image > /system/bin/flash_image
cat /sdcard/flash_image > /system/bin/flash_image
/sdcard/flash_image: invalid length
This is the full list when i try to install Xionia:
C:\Users\Costco>adb shell
$ su
su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
# cat /sdcard/flash_image > /system/bin/flash_image
cat /sdcard/flash_image > /system/bin/flash_image
/sdcard/flash_image: invalid length <-------keep getting this error. Is this what is keeping me from getting to install Xionia?
# chmod 755 /system/bin/flash_image
chmod 755 /system/bin/flash_image
# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
failed on '/system/etc/install-recovery.sh' - No such file or directory
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
# flash_image recovery /sdcard/xionia_cwma_12518.6.img
flash_image recovery /sdcard/xionia_cwma_12518.6.img
#
EDIT: Got it to work on the Forth try