I guess it depends on your version of android, which services are availabe and on the policys of SElinux what they can do.
But basicly you can do the following: Find out what services init knows: # grep "service " /init*rc Start the Service manually: # start <servicename> Stop the Service manually: # stop <servicename> On Friday, December 6, 2013 1:14:34 AM UTC+1, noktilux wrote: > > >> when I mount using a shell-script (masked as a system-service like >> /system/bin/debuggerd) with "/system/bin/start" the mount is visible >> systemwide. >> >> > it seems my reply/question from yesterday got lost. so, here we go > again... > > zc: can you please explain how you did this? i have the same problem: i > am able to mount an external NAS share, but only root sees it. the folder > mounted to appears blank to others (apps, users, etc). i tried replacing > /system/bin/debuggerd with a shell script, but this is not a service that > seems to load automatically on start. can you please give an account of > exactly what you did? i, at least, want to get this working before opting > for a less "hacky" approach. thanks. > > > > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the Google Groups "Android Linux Kernel Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
