[android-porting] Re: Modifyng Sysfs files from Android system service

2011-04-26 Thread ImperatorRj
On Apr 25, 1:10 am, Shanth Murthy shanth.murth...@gmail.com wrote: Hi ImperatorRj, I'm not suppose to change the permissions of sysfs due to security reasons, they can only be modified by root user. My Service runs as a system user but needs to modify sysfs. is there any way to run my

Re: [android-porting] Re: Modifyng Sysfs files from Android system service

2011-04-25 Thread Shanth Murthy
Hi ImperatorRj, I'm not suppose to change the permissions of sysfs due to security reasons, they can only be modified by root user. My Service runs as a system user but needs to modify sysfs. is there any way to run my service's sysfs modification part as a root user. thanks, shanth On Fri, Apr

[android-porting] Re: Modifyng Sysfs files from Android system service

2011-04-22 Thread ImperatorRj
On Apr 20, 8:15 pm, Shanth Murthy shanth.murth...@gmail.com wrote: Hi, I have a question related to Android System Service. I have added system service into Android framework.. During the run-time of the system service, it has to modify certain sysfs parameter exposed by underlying

Re: [android-porting] Re: Modifyng Sysfs files from Android system service

2011-04-22 Thread Matthias Kaehlcke
El Fri, Apr 22, 2011 at 07:57:17AM -0700 ImperatorRj ha dit: On Apr 20, 8:15 pm, Shanth Murthy shanth.murth...@gmail.com wrote: I have a question related to Android System Service. I have added system service into Android framework.. During the run-time of the system service, it has