dtalley11

Commands to run

Apr 6th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
  2. busybox cat /sdcard/flash_image > /system/bin/flash_image
  3. busobox chmod 755 /system/bin/flash_image
  4. mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
  5. mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
  6. flash_image recovery /sdcard/xionia_cwma_12518.6.img
  7. reboot recovery
Advertisement
Add Comment
Please, Sign In to add comment