Quote:
Originally Posted by thacounty
Just like deleting apps, which I can't, I get read-only file system errors w this command. Any insight? I am in adb shell w Su, so Idk.
|
That's weird. Well, I'm not sure what the deal is for this issue, but as far as deleting apps, you have to make sure you do this before attempting to remove the apk file.
Code:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
see here:
http://forum.xda-developers.com/showthread.php?t=581635
Also, I don't have to "su" at all. It seems like I'm always root now (as noted by the # in front of the line. I wonder if that's not supposed to be the case. I'll brainstorm and try to figure out why you aren't able to delete the cache file.