dont need two ## only copy/paste the part after the # and make sure no extra space when you pasteAlright, I did all the steps and everything seemed to work, however I still have the android system recovery? Here is my log
C:\RootZVD>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
# # 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
#
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /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
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
# flash_image recovery /sdcard/xionia_cwma_12518.6.img
# reboot recovery
why is it that when I reboot to recovery I get <3e> up at top and I only get reboot apply sd update and wipe data and cache, No install from sd?
when you type su, does a prompt come up on the phone?
you need to be on the # prompt to do the mount and all lines.... and to get to #, you need to be in root access
Android system recovery <3e>
Android system recovery utility
reboot system now
applysdcard:update.zip
wipe data/factory reset
wipe cache partition
Android system recovery...
Do not pull out the battery!!
To flash: via adb shell or terminal type this from root # shell
when you type su, does a prompt come up on the phone?
you need to be on the # prompt to do the mount and all lines.... and to get to #, you need to be in root access
This is what I'm having trouble with. I get access denied after su