Hey everyone, new to the forum, but have been lurking in the background for a while. Have a question, I'm trying to add a gps patch to improve my gps reception(which is horrible) but when I try to install to /etc/ of the system I keep getting a "file is read only" error. Question is how do make the file system read/write? Phone has 2.3.4 version. When using explorer app it states that system (not sd card) is mounted as r/o. Can I unmount system to r/w? Thanks
nasars said:
Hey everyone, new to the forum, but have been lurking in the background for a while. Have a question, I'm trying to add a gps patch to improve my gps reception(which is horrible) but when I try to install to /etc/ of the system I keep getting a "file is read only" error. Question is how do make the file system read/write? Phone has 2.3.4 version. When using explorer app it states that system (not sd card) is mounted as r/o. Can I unmount system to r/w? Thanks
Click to expand...
Click to collapse
This is the patch that I'm trying to add http://forum.xda-developers.com/showthread.php?p=21445357
Related
hi im using LeeDrOiD_V2.1a_A2SD , is there any way to force apps to be run from the system memory instead of the sdcard, as far as i can tell it automatically goes to the sdcard?
would prefer to use the system memory for security software such as wavesecure?
thanks
John
Yes to run it from the system partition so it can not be removed the regular way, you just have to move the apk file from /sd-ext/app/ to /system/app/
This can be done using adb commands when in recovery or by applying the s-off hack and use an app like root explorer.
thanks
the apk file was in the folder /system/sd/app
and root explorer let me enable r/w access in it, without enabling s-off
i'm hoping i did it right
:-0
thanks again
John
Well you might be able to do it this way without s-off but it is not actually on the system partition. It depends on what Rom you are using.
But are you able to uninstall it using the settings menu?
it still gives me the option to uninstall yes, but at this point i just wanted to get it running off the phones memory, rather than off the sd card
thanks
John
ok it turns out root explorer didn't copy them over, so i copied them over with adb commands , and wavesecure doesn't show up as uninstallable
ta
John
jcat00uk said:
ok it turns out root explorer didn't copy them over, so i copied them over with adb commands , and wavesecure doesn't show up as uninstallable
ta
John
Click to expand...
Click to collapse
yeah, most of the programs out there (like root explorer) won't throw out an error if they can'y mount it as R/W... because HTC was clever enough to hide that it can't be mounted RW without S-off
Am wondering if there is a application or something that gives me access to /data while the phone is booted into the OS.
I know i can mount /data from recovery and remove/add files and stuff from there, but am wondering if this is possible to do while the phone is booted into the OS?
Nitrius said:
Am wondering if there is a application or something that gives me access to /data while the phone is booted into the OS.
I know i can mount /data from recovery and remove/add files and stuff from there, but am wondering if this is possible to do while the phone is booted into the OS?
Click to expand...
Click to collapse
You need to flash the modified Hboot by AlphaRev to provide you with S-OFF (Securiy Off) for NAND unlock and to provide you with full root access, while the phone is powered on (booted into the OS). Search the Desire Android Development section of the forum.
Okay, let's say i do this, how do i access /data when am booted into the OS then?
Depending on what you want to do, you can use a File Explorer app to make modifications while the OS is running, and use apps like MetaMorph that require full system privileges to make r/w changes to the system partition, for example.
EDIT: Here is the thread I was referring to: http://forum.xda-developers.com/showthread.php?t=794314
Well i've tried out s-off, and it looks like i can see the content on the /system folder with Astro, but the Data folder is empty, but i know there should be an bootanimation.zip file there, as i've seen it while the /data was mounted in recovery.
Maybe i need another file explorer than Astro? Or?
Nitrius said:
Well i've tried out s-off, and it looks like i can see the content on the /system folder with Astro, but the Data folder is empty, but i know there should be an bootanimation.zip file there, as i've seen it while the /data was mounted in recovery.
Maybe i need another file explorer than Astro? Or?
Click to expand...
Click to collapse
What to do is, download EStrong File Explorer from the Marketplace. Once installed, open EStrong File Explorer and select the Menu button, then choose 'Settings'. Scroll down to 'Root Options' and select it. In Root Options, enable Root Explorer and choose the relevant option. Also choose the 'Mount File System' option as the /system partition was in read-only mode before and the files were hidden. Now, when you go to /data/local (i think), here you will find the location of the bootanimation.zip
Didn't work, looks like i have to have a CM rom or HiAPK rom. Any other idea?
And thanks for the help so far =)
Edit: There is an app in the market that's called "Root Explorer" that says it should give me access to the "elusive /data" folder, maybe that will work?
You don't need to be s-off to access /data. Or at least I didn't have to be.
Try putting bootanimation.zip in /data/local anyway and see if it works.
This overrides the existing bootanimation that is stored elsewhere.
Sent from my HTC Desire using XDA App
Trying out a different rom, and bought Root Explorer and now am able to see the content in the /data folder at least.
Hi All,
Complete Noob here, so please be gentle!
I have been trying to flash the aGPS patch, and it doesnt want to know (on any version) and I suspect it is due to the file system permissions being read only.
My question is, how do I change the permissions to allow files to be copied & renamed?
I have been using Astro with no joy.
I am on CM 7.2 RC1.
Thanks Bob
bobmccann said:
Hi All,
Complete Noob here, so please be gentle!
I have been trying to flash the aGPS patch, and it doesnt want to know (on any version) and I suspect it is due to the file system permissions being read only.
My question is, how do I change the permissions to allow files to be copied & renamed?
I have been using Astro with no joy.
I am on CM 7.2 RC1.
Thanks Bob
Click to expand...
Click to collapse
If you're flashing the zip from recovery, you may need to mount system first in the mounts & storage option of clockwork mod recovery.
If you are doing it via a file manager, there should be an option somewhere to enable root access and or enable system r/w, I use root explorer myself and its as simple as touching a button in the top right corner of the screen to enable r/w.
Sent from my HTC Wildfire using xda premium
Thats great, thanks for your help. Got root explorer and sorted the gps.conf file in two minutes.
Regards
Bob
Hi there,
I'm a friend of many apps, thus I have 32343452 folers on my sdcard.
Is there an easy way to change the standard folder from /sdcard/ to /sdcard/appcrap/ ?
I don't know what to search for...I always end up at hits for app2sd :/
Thanks in advance.
Regards
Staati
Nope, you'd have to take it up with the developer. It's hard-coded into the app, but some of them have settings to change the SD data folder
Well I thought about remounting it somehow... mount a subfolder as /sdcard/ or something like that.
Is that not possible?
If you have root access, you can get apps that force apps to sdcard but the usual reason if a app dev dosent want you to install to sd is because certain features wouldn't work like widgets etc. Theres also a script somewhere that automatically installs to sdcard
Xperia Play Using Gin2JellyBean 1.8.1
2.3.4 gingerbread
Hello, I have a question. I have the Samsung galaxy ace root and the root explorer I can see the files but the problem is that I have a problem with the sd card.
Explaining the root problem is that I open explorer and I get the root folder and there I give app data and then and there I get all the apps installed on the internal card and cell phone so I give the app and I can give install message so that if I give to see all your arxibos will I see, because I want to do the same thing but in the applications installed on the sd card is all that installed him stan to see how the d internal memory but the memory externally. Not if I explain here is better:
when I get into /data/app
imageshack.us/photo/my-images/713/18562887.jpg/
imageshack.us/photo/my-images/842/37418692.jpg/
imageshack.us/photo/my-images/94/41448627.jpg/
and when I'm in /mnt/sdcard
imageshack.us/photo/my-images/204/24011522.jpg/
The purpose of this is that in / mnt / sdcard no data / app so I can not give the application to see as before in / data / app so you can see the configuration files of the game
Even in the pc let me.
PS: the big problem is that the file is read-only and even changing the permissions and putting it all clicked not even let me delete or modify files in that folder or glue or anything.
Let's see if anyone can answer me. thanks
Double/cross posting is not allowed.
For reference, the two other identical threads:
http://forum.xda-developers.com/showthread.php?t=1801169
http://forum.xda-developers.com/showthread.php?t=1799935
Thread closed.