Re: 2.1 with root v7
unfortunately, v7 doesn't come with the "remount rw/ro" shortcut script... instead, you're going to have to type:
mount -t rfs -o remount,rw /dev/stl5 /system
mount -t rfs -o remount,ro /dev/stl5 /system
i think there's a tutorial in writing the script for remount rw and remount ro out there somewhere...
|