[Q] How to remount file system as read - write on Samsung Spica I5700

Search This thread

dunhill_

Member
Jan 12, 2011
44
3
I am newbie of Android user, my phone is Samsung Spica I5700 (firmware I570EXXJG2). I tried SuperOneClick 1.6.5 to root my phone and the result was OK, I could see Superuser in my phone, but some applications on the Maket that request root did not run correctly. I use ADB to mount the file system as read and write to change something. Here is result


adb devices
List of devices attached
57001541c892 device


adb remount
remount failed: No such file or directory

adb shell mount -o remount,rw,codepage=utf8,vfat,xattr,check=no /dev/stl6 /system
mount: Operation not permitted

adb shell mount -r -w -t rfs -o nosuid,nodev,xattr,check=no /dev/stl6 /system
mount: Operation not permitted

adb shell
$ su

Permission denied

$ mount -o remount,rw,codepage=utf8,vfat,xattr,check=no /dev/stl6 /system
mount: Operation not permitted

$ mount -r -w -t rfs -o nosuid,nodev,xattr,check=no /dev/stl6 /system
mount: Operation not permitted


So I can not do anything. Please indicate me how to use ADB to remount the file system as read and write.

Sorry for my English, I am from South East Asia.