Quote:
Originally Posted by woodview
i tried it but it says on the mountosh files that there read only :
#
C:\Users\BT5\Desktop\ubuntu-1.0.6>adb shell
$ su
su
# cd /data/local
cd /data/local
# rm mountosh
rm mountosh
# rm mountosh1
rm mountosh1
# exit
exit
$ exit
exit
C:\Users\BT5\Desktop\ubuntu-1.0.6>adb push mountosh.tar /data/local
1111 KB/s (10240 bytes in 0.009s)
C:\Users\BT5\Desktop\ubuntu-1.0.6>adb push mountosh1.tar /data/local
624 KB/s (10240 bytes in 0.016s)
C:\Users\BT5\Desktop\ubuntu-1.0.6>adb shell
$ su
su
# cd /data/local
cd /data/local
# rm /system/bin/mountosh.orig
rm /system/bin/mountosh.orig
rm failed for /system/bin/mountosh.orig, Read-only file system
# rm /system/bin/mountosh
rm /system/bin/mountosh
rm failed for /system/bin/mountosh, Read-only file system
# chmod 755 /system/bin/mountosh.orig
chmod 755 /system/bin/mountosh.orig
Unable to chmod /system/bin/mountosh.orig: Read-only file system
# tar -xvf mountosh.tar
tar -xvf mountosh.tar
mountosh
# tar -xvf mountosh1.tar
tar -xvf mountosh1.tar
mountosh1
# cp ./mountosh /system/bin/mountosh.orig
cp ./mountosh /system/bin/mountosh.orig
cp: /system/bin/mountosh.orig: Read-only file system
# cp ./mountosh1 /system/bin/mountosh
cp ./mountosh1 /system/bin/mountosh
cp: /system/bin/mountosh: Read-only file system
# chmod 755 /system/bin/mountosh.orig
chmod 755 /system/bin/mountosh.orig
Unable to chmod /system/bin/mountosh.orig: Read-only file system
# chmod 755 /system/bin/mountosh
chmod 755 /system/bin/mountosh
Unable to chmod /system/bin/mountosh: Read-only file system
# su chmod 755 /system/bin/mountosh
su chmod 755 /system/bin/mountosh
Permission denied
#
|
My bad you need to mount /system read-write....
Code:
adb shell
su
mount -o remount, rw /system
cd /data/local
rm /system/bin/mountosh
rm /system/mountosh.orig
cp ./mountosh /system/bin/mountosh.orig
cp ./mountosh1 /system/bin/mountosh
chmod 755 /system/bin/mountosh.orig
chmod 755 /system/bin/mountosh
mount -o remount, ro /system
reboot
End code
Then you should be able to move to the next step, and launch a terminal and get into synaptic.... you will not actually see a difference in webtop yet thoguh, except that you can get a terminal and run synaptic to install your Desktop of choice like xfce or gnome, or blackbox, etc, then webtop will look quite different.
SGS 3 Running CM10.1 nightlies (Jelly Bean 4.2)
Backup: Galaxy Nexus Running Ubuntu Phone OS
"Microsoft is the Evil Empire"
"I *nix UNIX we all scream for Linux"
If you don't have dropbox, go sign up here:
http://db.tt/SorT4X6q
You will get an extra 500MB, and so will I.
Jim
|