Share Pastebin
Guest
Public paste!

BotsOne

By: a guest | Mar 18th, 2010 | Syntax: None | Size: 0.38 KB | Hits: 54 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. Do this in sdcard or some writeable dir (in adb shell)
  2.  
  3. mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
  4. echo "mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system" >> mountrw
  5. echo "mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system" >> mountro
  6. chmod 755 mountro mountrw
  7. cp mountro mountrw /system/xbin/
  8.  
  9. now you can just type "mountrw" or "mountro" to remount