hi to all i want to ask why kyrillos roms use as mount point mount -o remount,rw /dev/block/stl6 /system for system and other roms use mount -o remount,rw /dev/block/stl9 /system is there any diference....
can some one give us all the mount points....
thank in advance....
nikkpap said:
hi to all i want to ask why kyrillos roms use as mount point mount -o remount,rw /dev/block/stl6 /system for system and other roms use mount -o remount,rw /dev/block/stl9 /system is there any diference....
can some one give us all the mount points....
thank in advance....
Click to expand...
Click to collapse
not development ask ur question in a relevant thread or genral or the Q&A which is a sticky CLOSED
Related
Ideally, I'd like to have a script that I can keep on my sdcard that when clicked, it remounts the file system as r/w. The idea is to save me from having to manually punch in the command every time. I have DroidSans installed but it seems like overkill to keep the entire program for just that one function.
I'm not new to 'nix, but don't know much about creating scripts.
Thanks to all that help.
You could jus install DroidSans Tweak Tools on v0.87 the first button is to mount as R/W and the one below that is for Read Only.
Just an option I know it's not jus a script but it's what I've been using for the time being till I write a script to use w/ gscript.
couldn't you just use Gscript to run
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
wouldn't that work?
Meltus said:
couldn't you just use Gscript to run
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
wouldn't that work?
Click to expand...
Click to collapse
Yes, you would type:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
In the terminal emulator after being granted superuser access.
Meltus said:
couldn't you just use Gscript to run
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
wouldn't that work?
Click to expand...
Click to collapse
I'll try that. The project page for GScript appears to be down right now for maintenance, but I will try later and see what I get.
Thanks alot.
Hey all!
I just flashed the new experimental Cyanogen build, and I would really like to remove the IM.apk. Is there a safe way to do it?
adb shell
mount -o remount,rw /dev/block/mtdblock3 /system
rm /system/app/IM.apk
or it might be in /data so
rm /data/app_s/IM.apk
Also wrong forum section. Thread reported.
Cheesebaron said:
adb shell
mount -o remount,rw /dev/block/mtdblock3 /system
rm /system/app/IM.apk
or it might be in /data so
rm /data/app_s/IM.apk
Also wrong forum section. Thread reported.
Click to expand...
Click to collapse
You're Bernie haunts my dreams. Seriously.
Cheesebaron said:
adb shell
mount -o remount,rw /dev/block/mtdblock3 /system
rm /system/app/IM.apk
or it might be in /data so
rm /data/app_s/IM.apk
Also wrong forum section. Thread reported.
Click to expand...
Click to collapse
It doesn't really work.
The IM app is still showing up in my app drawer, but it can't be used :/
I have Motorola XT720. Device is rooted, but I don't have possibility to change any file in system folders. I need it for overclocing/undervolting. Is there any way to change it? I used root explorer and it give me info that system is read only.
In root explorer you must click the r/w mount button on the top of the screen. Why not just get milestone overclock for you over/under clocking needs.
I'm an idiot I simply didn't see that option... Thank you very much. Reason why i do not want use milestone overclocking is, I want to set undervolting for all frequencies and add conservative governor.
Dont feel bad I didn't see it either at first.
in adb shell
$ su
$ mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
$ rm /system/'filename'
$ $ mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
$ sync
$ reboot
teruyume said:
$ mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
Click to expand...
Click to collapse
Just be careful that your /system may be mounted off a different partition, depending on your rom. Like mine is /dev/block/mtdblock7.
Hey guys,
Loaded BAMF 1.5 yesterday and have been enjoying the ROM thus far. However, I've been trying to push my custom widget.txt to the \system\customize\ folder so I can have my own power controls in the notifcation bar. I have tried the Mount rw/ro app from the Market, and have also tried mounting rw using adb (mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system).
Each time, when I use the command: adb push widget.txt /system/customize/ I get the error: failed to copy 'widget.txt' to '\system\customize\': Read-only file system
Where am I going wrong?
Seth
sethschmautz said:
Hey guys,
Loaded BAMF 1.5 yesterday and have been enjoying the ROM thus far. However, I've been trying to push my custom widget.txt to the \system\customize\ folder so I can have my own power controls in the notifcation bar. I have tried the Mount rw/ro app from the Market, and have also tried mounting rw using adb (mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system).
Each time, when I use the command: adb push widget.txt /system/customize/ I get the error: failed to copy 'widget.txt' to '\system\customize\': Read-only file system
Where am I going wrong?
Seth
Click to expand...
Click to collapse
I'm pretty sure the TB is using EXT3, not YAFFS2.
Try
Code:
mount -o remount,rw -t ext3 /dev/block/mtdblock3 /system
Even easier, assuming you have busybox. busybox mount isn't as lame as the standard mount which is provided, so you don't have to tell it as much, it can figure things out on its own:
busybox mount -o remount,rw /system
busybox mount -o remount,ro /system
Click to expand...
Click to collapse
even easier.
sysrw
sysro
Doesn't anyone ever read the first post of my rom?
I'm an idiot. Thanks for the ext3 vs yaffs2 reminder.
I'll try busybox at some point also to check
And to Adrynalyne, apparently I didn't read the first post...my bad. Thanks for reading mine, though. I'll pay closer attention in the future.
Seth
Hy !
My name is Chris,from Romania.
First,excuse me for me poor english !
I have a Prestigio PMP5100 tablet. I replace original firmware with Arnova 10 rooted firmware. It work fine,but the partition not mounted R/W and I don`t have access system files.I install USB drivers,JRE,JDK,Addroid SDK.
With "adb devices" my tablet apear connected.
With "adb shell" I tasted :
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
apear :
#su
su
#mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
My problem is how to continue ???
If press ENTER key apear new line with # :
#
Please help me.
Thank you in advance,and have a nice day.