When i go to the command window and type in adb shell i get a $ sign then i input mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system and it says operation not permitted dont know what i am doing wrong here and i cant get screencast to work.
Just to make sure i make a folder on the c drive and name it Android extract sdk into that which makes another folder there named android-sdk-windows right.
Ok O.a.t you are right look like he did have access to ADB shell at one point!
Now Papadog try this (according to your eariler post it looks like you do have ADB shell)
BEFORE STARTING MAKE SURE YOUR PHONE IS CONNECTED TO PC WITH USB CABLE AND USB DEBUGGING IS CHECKED MARKED. DO NOT TURN ON USB STORAGE IF IT ASKS
1. goto start menu (PC) and click start
2. in seach box type cmd ( to get command prompt)
3. type : adb shell
4. if you see $ type: SU
the $ should change to # (root access) if this happens then you can enter the commands as follows
Best way of doing it to avoid mistakes is
copy & paste each line example: high lite with mouse:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system then cntl-c the line to copy it (notice I did
not copy the
#), then in the command window : right click with mouse and select paste. (cntl-v does not work in command window). Then do this with each line and you should be good to go!
Quote:
# 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
Hope this helps!!
Dont worry about screencast it is not needed at all!