Thread: File Management
View Single Post
Old 02-20-2011, 06:53 PM   #2
zartemis
Addict
zartemis knows what time it iszartemis knows what time it iszartemis knows what time it iszartemis knows what time it iszartemis knows what time it iszartemis knows what time it iszartemis knows what time it iszartemis knows what time it iszartemis knows what time it iszartemis knows what time it iszartemis knows what time it is
 
zartemis's Avatar
 
Posts: 283
Karma: 2002
Join Date: Nov 2007
Device: Kindle3, Kindle2, Nook, NookColor
Quote:
Originally Posted by dereksurfs View Post
1. Can I simply use my computer plugged into the the nook and windows explorer to access /system/apps files? I am able to get to some directories, but are these hidden to MS? This would seem easier although I know we are dealing with a different OS. So things could get messy.

2. How does one edit files in system/apps which are read only? Is best to change their permissions first like most Unix OSs? If so how?

BTW, I'm an old unix programmer. I'm just not sure if I need to go into that mode here form a console app. Maybe that would be easier - simply chmod 777 the file.
Well, if you remember your unix stuff, you can remount the system mount point read/write (that's probably what is blocking you) and yes, indeed, use chmod to change permissions if you need to using a terminal emulator app or by accessing the shell via adb (either over USB or ADBWireless).

If you don't mind paying for an app, you can also just pick up root explorer which will give you one-button access to remounting /system r/w and allow you to change simple permissions (but not setuid or setgid) via GUI (faster than typing on the Nook's keyboard, IMO).

Last edited by zartemis; 02-20-2011 at 06:57 PM.
zartemis is offline   Reply With Quote