[Q]Not able to save build.prop through root explorer - Nook Color Q&A, Help & Troubleshooting

When I exit the file to save my changes it gives me an error and doesn't allow me to save it. Anyone know how to fix this?
Pushing and pulling through adb is a bit annoying.

Make sure you're mounting /system as read/write before making changes!

Another option is to use esfileexplorer (free in the market)and watch this excellent vid on youtube.
http://www.youtube.com/watch?v=zOZFBqiUvUI
It explains everything you need to do to edit build.prop using esfileexplorer.
Hope this helps!

When I try this method it gives me an error when attempting to save. Any ideas?
Sent from my NookColor using Tapatalk

Thanks for the great replies! Problem solved.

Nihilife said:
Thanks for the great replies! Problem solved.
Click to expand...
Click to collapse
Great to hear that! Glad to help when I can!

I am still having trouble with this and hope someone can help. I have never had any problems until this latest flash to cm7 nightly ~138 (not sure exactly, nook not on right now).
I mount system R/W and it says that it worked but when I use es explorer to open build.prop and edit it using es note editer, it says error and I can't save it. Any ideas?

Related

[Q] Question

Hey guys, I'm new to the rooting and xda community. I just rooted my mt4g a few days ago and am trying to figure out how to remove the tmobile "my account" application. I have seen a thread on xda where someone claimed to have removed it. I'm currently on ice glacier (latest version) i have titanium and super manager and busy box and all that jazz but im still not able to get it removed. Even after trying to force remove with titanium. if anyone could point me to the proper thread that has detailed instructions on how to remove that dastardly app or a video walkthrough that would be great. thanks for your help guys.
thefireinside369 said:
Hey guys, I'm new to the rooting and xda community. I just rooted my mt4g a few days ago and am trying to figure out how to remove the tmobile "my account" application. I have seen a thread on xda where someone claimed to have removed it. I'm currently on ice glacier (latest version) i have titanium and super manager and busy box and all that jazz but im still not able to get it removed. Even after trying to force remove with titanium. if anyone could point me to the proper thread that has detailed instructions on how to remove that dastardly app or a video walkthrough that would be great. thanks for your help guys.
Click to expand...
Click to collapse
easiest way in your case would be to open Super Manager > give it SU access via the settings menu > file explorer > then go do /system/app and look for it and delete it.
Go to Settings -> Apps -> Manage Apps, scroll to the app, select, and hit uninstall. If the uninstall button is greyed out, download a root file manager (such as Root Explorer, for example), and manually delete the APK from /data.
ive tried over and over through titanium and super manager, it just will not remove. i have also tried to find and remove the selfhelp.apk which seems to be what its listed under but all with no luck. still keeps popping up using my data and being annoying. thanks for your input guys.
thefireinside369 said:
ive tried over and over through titanium and super manager, it just will not remove. i have also tried to find and remove the selfhelp.apk which seems to be what its listed under but all with no luck. still keeps popping up using my data and being annoying. thanks for your input guys.
Click to expand...
Click to collapse
The only other thing I can think of is file permissions. You need a file manager that allows you to change the permissions to the appropriate type to allow you to remove a file. You can do that in Root Manager (change it form R/O to R/W).
thefireinside369 said:
ive tried over and over through titanium and super manager, it just will not remove. i have also tried to find and remove the selfhelp.apk which seems to be what its listed under but all with no luck. still keeps popping up using my data and being annoying. thanks for your input guys.
Click to expand...
Click to collapse
are you making sure to change the settings to SU access, and changing the ~/system folders to R/W.
TeeJay3800 said:
The only other thing I can think of is file permissions. You need a file manager that allows you to change the permissions to the appropriate type to allow you to remove a file. You can do that in Root Manager (change it form R/O to R/W).
Click to expand...
Click to collapse
to do this you want to go into the adb to terminal and type
Code:
$ su
# mount -o remount,rw -t yaffs2 /dev/mtdblk3/block /system
be care full this will make the entire phone r/w, deleting the wrong thing will FUBAR the phone.
then you'll want to type
Code:
ls /system/app
and see if it's in there, if not
Code:
ls /data/app
when you find it you'll want to type, depending on data or system you'll need to change it accordingly.
Code:
rm /______/app/<app name>
when you are done deleting what you want change everything back to -ro
Code:
mount -o remount,ro /dev/mtdblock3 /system
More information can be found here.
Haha yes, you can easily FUBAR the phone. FYI, Root Explorer can change file permissions with the click of a button, without having to do it manually through terminal.
I feel like I'm promoting RE a little too much, but it's what I've used for a long time with great success, so naturally it's what I suggest. neidlinger's method will accomplish the same thing, with the advantage of learning what's going on "behind the scenes."
As I'm new to rooting, is there any roms that come without myaccount already?
Sent from my HTC Glacier using XDA App
thefireinside369 said:
As I'm new to rooting, is there any roms that come without myaccount already?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
most of them do not include this in the ROM.

Cannot for the life of me get system r/w permissions

I've been running cm7 nightlies and now stable 7.0 for some time now. I have the new radio, ladios' kernel, and the sdcard read fix flashed.
I installed super manager and successfully deleted some of the stock cm7 media off my phone last week. Today, I came across the new GPS.conf files and wanted to try them.
Super manager couldn't switch the system to r/w despite saying "ok"
When I try to delete or write in the system with EStrongs file explorer, ghost commander, or android mate, they all give strange errors. The deleted files disappear but reappear after reboot. If I try to paste a file in system/etc I only get an error.
Superuser is successfully allowing permissions. I have the latest busybox. I have r/w enabled in each file manager.
I even tried an adb push test which first said "system is r/o only". The next try was "successful" but didn't do anything.
I'm still new with adb so I probably did something wrong. I typed in that r/w command, mount now shows: /dev/block/mtdblock3 on /system type yaffs2 (rw,relatime)
I can't figure out what changed and what I need to do to get r/w permissions. My only theory is that i had uninstalled and reinstalled super manager earlier and that somehow messed with my permissions.
You cannot permanently modify the system partition while the phone is booted into Android. The only way is to use adb while the phone is in recovery mode. Any changes you make while the phone is booted will be lost after a reboot.
Go check on those media files you thought you deleted. I bet you'll find they are still there.
Yes that worked. Thank you.
I thought I had read somewhere that you had to be booted to adb push.
I also thought that root managers advertising r/w capability would make permanent changes.
Next question:
Can I add and remove files from the cm7 zip before flashing it? Do I have to rezip it in any special or can windows 7 manage it fine?
EDIT: Ok I guess i need to sign it... lets see...
jamus28 said:
Yes that worked. Thank you.
I thought I had read somewhere that you had to be booted to adb push.
I also thought that root managers advertising r/w capability would make permanent changes.
Next question:
Can I add and remove files from the cm7 zip before flashing it? Do I have to rezip it in any special or can windows 7 manage it fine?
EDIT: Ok I guess i need to sign it... lets see...
Click to expand...
Click to collapse
You don't need to sign them on the aria
Sent from my Liberty using XDA App
jamus28 said:
Yes that worked. Thank you.
I thought I had read somewhere that you had to be booted to adb push.
I also thought that root managers advertising r/w capability would make permanent changes.
Click to expand...
Click to collapse
Those programs will work on some phones but not the Aria.
Next question:
Can I add and remove files from the cm7 zip before flashing it? Do I have to rezip it in any special or can windows 7 manage it fine?
EDIT: Ok I guess i need to sign it... lets see...
Click to expand...
Click to collapse
It really is as simple as adding or removing a few files from the zip file if you want to modify it.

AdBlocker for ICS

Has anyone got a working AD-Blocker for the ICS Roms...?
I have tried to update the host file manually and this has not worked... as system is R/O
Tried setprop system.mount rw still no joy....
Just wondered if anyone had got anything working....
Thanks
nihilist_ said:
Has anyone got a working AD-Blocker for the ICS Roms...?
I have tried to update the host file manually and this has not worked... as system is R/O
Tried setprop system.mount rw still no joy....
Just wondered if anyone had got anything working....
Thanks
Click to expand...
Click to collapse
You can change hosts file with rooted device. I suggest use Es File explorer for full access R/W file system. If you edit hosts file on windows, you must convert it using dos2unix before copy to A500.
ROOT WITH
http://forum.xda-developers.com/show....php?t=1546593
DO NOT INSTALL FACELOCK or ACER RING
then after you open your tablet.
1 - Launch A500 Remount
2 - Press /system (Full access in ICS LEAK)
reboot your tablet
redo 1 and 2
then
use root explorer, go to system and press r/w button to change to r/w that should work
1) Get root as mentioned earlier
2) download AdFree from the Play Store. It works with ICS
This is the easiest method
Bloodflame said:
1) Get root as mentioned earlier
2) download AdFree from the Play Store. It works with ICS
This is the easiest method
Click to expand...
Click to collapse
This is a good method, however I noticed some problems with links to sites with ad redirects not working with AdFree. ROM Toolbox on the Play Store has an ad blocking option built in that has some more options (such as blocking risky sites or porn) so you can tweak to your liking.
AdAway also works, plus it has quite good block lists (AdFree misses some ads for me).
Thanks guys... I have root access already but still cant get R/W....
I am going to flash another ROM via CM.....
I used to like it when the old flash able ZIP files work..
Thanks
again to all
nihilist_ said:
Thanks guys... I have root access already but still cant get R/W....
I am going to flash another ROM via CM.....
I used to like it when the old flash able ZIP files work..
Thanks
again to all
Click to expand...
Click to collapse
Do you follow what I said or you just quick read..
the R/W you get it by doing what I said.
sometimes it's just weird, but reboot, and remount in RW then USE ONLY ROOT EXPLORER to mount R/W system/ others didn t make them work...
and command line neither...

[Q] Rooted Stock MDL - ES File not allowing delete

Just got the phone, updated to MDL. Stock root and TWRP recovery.
SU is installed. Downloaded and checked root with Root Checker - root affirmed.
Only mod so far is Hotspot with the MDL Odexed through TWRP.
Installed ES File Explorer, and it wont allow me to delete or rename system files (specifically ui sounds).
ES asked for and was given SU permission.
I am only good enough with Android as far as I can follow instructions in these forums - I know nothing beyond that.
Any ideas what the problem may be? I was considering getting Root Explorer, if that will work, but I dont want to drop the 3.99 if the problem is elsewhere or can be fixed.
Thanks for your help.
(And what I am currently trying to accomplish is silencing the camera (or more specifically, editing/saving the feature.xml file to allow menu switching of sound : http://forum.xda-developers.com/showthread.php?t=2261789 - it wont let me save the text edited file - I assume it;s the same problem that wont let me delete/rename.)
Thanks. Without you guys I'd be straight Sprint/Samsung stock - aint nobody got time for that.
DevonSloan said:
Just got the phone, updated to MDL. Stock root and TWRP recovery.
SU is installed. Downloaded and checked root with Root Checker - root affirmed.
Only mod so far is Hotspot with the MDL Odexed through TWRP.
Installed ES File Explorer, and it wont allow me to delete or rename system files (specifically ui sounds).
ES asked for and was given SU permission.
I am only good enough with Android as far as I can follow instructions in these forums - I know nothing beyond that.
Any ideas what the problem may be? I was considering getting Root Explorer, if that will work, but I dont want to drop the 3.99 if the problem is elsewhere or can be fixed.
Thanks for your help.
(And what I am currently trying to accomplish is silencing the camera (or more specifically, editing/saving the feature.xml file to allow menu switching of sound : http://forum.xda-developers.com/showthread.php?t=2261789 - it wont let me save the text edited file - I assume it;s the same problem that wont let me delete/rename.)
Thanks. Without you guys I'd be straight Sprint/Samsung stock - aint nobody got time for that.
Click to expand...
Click to collapse
Maybe try renaming the extensions of those files to ".bak"
Hope it helps bud
****'ll Buff Out
Goose0121 said:
Maybe try renaming the extensions of those files to ".bak"
Hope it helps bud
****'ll Buff Out
Click to expand...
Click to collapse
Thanks, but that was actually the first thing I tried - it brings up the rename dialogue, but then after change and "ok", nothing is changed. Same with Astro and Root File Manager.
Thanks, though.
Anyone else?
Try pressing Menu and then going to "Root Explorer" and then "Mount R/W"
From there, make sure the path shows RW instead of RO. Click ok.
Exit out of ES File Manager and come back in and check the Root Explorer Mount R/W again to see if RW stuck. If it did, try to see if you can delete.
apexcell said:
Try pressing Menu and then going to "Root Explorer" and then "Mount R/W".
Click to expand...
Click to collapse
Clicked on root explorer and it gave a (paraphrased) "ES File Explorer has been given superuser privileges for interactive shell" (or something close to that), but I cant find "Mount R/W" anywhere.
And trying various things keeps giving me "device not supported" errors. Again, a paraphrase as the message isnt on screen long enough for me to get the exact wording.
Thanks again for the help.
Is this what comes up when you click on root explorer?
apexcell said:
Is this what comes up when you click on root explorer?
Click to expand...
Click to collapse
No. Nothing opens up. Same settings menu screen, there is just the message that appears below, then disappears, about "superuser permission granted.
I also have same issue where it tells me superuser access has been granted. However, about 15 seconds later I get another message saying "Sorry, test failed. This feature can not run on your phone."
Hmm, that's definitely not right. Try going to the Application manager, to ES File Explorer, Clear data, Uninstall, then re-installing it through Play Store. See if it still does that.
You should definitely get that screen when you go to root explorer.
cap167 said:
I also have same issue where it tells me superuser access has been granted. However, about 15 seconds later I get another message saying "Sorry, test failed. This feature can not run on your phone."
Click to expand...
Click to collapse
That is exactly what is happening with me.
Thanks Apex - doing that now.
UPDATE:
Nope. clear, uninstall, reboot, reinstall, reboot... and still getting the same results. Bah.
Does Solid Explorer also fail to be able to delete?
https://play.google.com/store/apps/details?id=pl.solidexplorer
Thanks Apex. Solid Explorer worked. Thank you for not giving up on the ideas.
While I am glad I found a solution to deleting the files, I remain a bit concerned about the ES File Explorer problem. It make me think other problems exist that I just haven't hit yet.
Case closed!
Great, glad that worked out for you.

[Q] Nookmanager and other questions

Many thanks to Jeff_kz for the excellent Nookmanager. I just set it up on my UK NSTG 1.2.1 and everything seems to run well.
I have a few questions. Keep in mind that I'm a newb and that I have gone through the forums looking for answers but can't find any.
1) How do I get ReLaunch to stay on /system and not on /sdcard?
2) I tried deleting some stock apps, starting with demomode.apk to be safe, but after delete and confirmation nothing happens, how do I delete them? After that, can anyone confirm that these are all safe to delete? And could someone identify the Amazon app store for me, since I can't find that one to delete?
3) How can I install ES File Explorer? (Will that replace ReLaunch?)
4) The only apps I really need are Pocket/Read It Later and a pdf viewer, so I don't think the NTGAppsAttack is for me. Once I have ES File Explorer, will I be able to install Pocket using an old .apk file loaded onto the nook via sd? Or will I need to use adb? And where is a guide for installing apps?
Many thanks in advance!
Gambitmo said:
1) How do I get ReLaunch to stay on /system and not on /sdcard?
Click to expand...
Click to collapse
Settings | Advanced Settings | General Settings | Start directoy(s)
Gambitmo said:
2) I tried deleting some stock apps, starting with demomode.apk to be safe, but after delete and confirmation nothing happens, how do I delete them? After that, can anyone confirm that these are all safe to delete? And could someone identify the Amazon app store for me, since I can't find that one to delete?
Click to expand...
Click to collapse
Did you remount system read-write before trying to delete? Amazon app store is data/app/com.android.venezia.apk
Gambitmo said:
3) How can I install ES File Explorer? (Will that replace ReLaunch?)
Click to expand...
Click to collapse
Install the apk using adb.
Gambitmo said:
4) The only apps I really need are Pocket/Read It Later and a pdf viewer, so I don't think the NTGAppsAttack is for me. Once I have ES File Explorer, will I be able to install Pocket using an old .apk file loaded onto the nook via sd? Or will I need to use adb? And where is a guide for installing apps?
Click to expand...
Click to collapse
adb really makes life easier. QtADB makes adb easier.
straygecko said:
Did you remount system read-write before trying to delete?
Click to expand...
Click to collapse
I doubt it. Could you explain how?
straygecko said:
Amazon app store is data/app/com.android.venezia.apk
Click to expand...
Click to collapse
Not on mine. In fact, there is nothing in /data. A lot of apps are in /system/app but not this one.
straygecko said:
Install the apk using adb.
Click to expand...
Click to collapse
I followed some tutorials on this, but I haven't gotten adb to work on my computer yet. Did anyone else have this problem with their nook?
Since I can't use adb: am I really stuck without it? Or should I use your GApps tools? (My problem with using the GApps tool is it includes a lot of things which I don't want/need.)
Thanks for the help so far.
You can't see anything in /data because you aren't using adb or a root file explorer. adb over wireless is pretty darn easy to get going. Not much more than loading adb on your pc and starting adb wireless on your NST. To get a root file explorer going without adb put an .apk of ES File Manager on your SD card then tap on it in ReLaunch to install it. Run through its settings for it to be a root explorer and to mount system R/W

Categories

Resources