This is the log from Comand prompt. the phone did not restart and when i do power + Volume and home doesnt bring up anything about back up. just reboot, apply sdcard:update.zip, wipe data/factory reset, and wipe cache partition.
Did i do anything wrong?i have both of the files extracted on the root of the sd card and the phone is rooted
thanks
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Dan>cd c:\optimusrootzvd
c:\OptimusRootZVD>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
c:\OptimusRootZVD>adb shell
$ # 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
$ # 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
$ # 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
$ # reboot recovery
# reboot recovery
$
c:\OptimusRootZVD>