[android-porting] Stopping Ril daemon from apk file

2010-08-17 Thread BilalMujeeb
Hi, I am trying to stop the ril daemon using a test apk and want to restart it later. Using shell setprop ctl.stop ril-daemon setprop ctl.start ril-daemon I am able to stop the server but cannot do so using the application. Any Idea. Thanks in advance Bilal -- unsubscribe:

Re: [android-porting] Stopping Ril daemon from apk file

2010-08-17 Thread Deva R
shell have root access by default, so it can access all sysfs entry or /dev nodes w/o issues., application dont have root access, and probably a /sys fs or /dev fs entry might require r+w+x access permission., On Tue, Aug 17, 2010 at 8:59 PM, BilalMujeeb bilalmuj...@gmail.com wrote: Hi, I