Hi,  

I'm trying to inlcude a file that starts off several services when Android ICS 
boots up. I've modified the init.rc script and added :
chmod 0777 /system/etc/my.daemon.rc

# runs our daemons
service my-daemons /system/etc/my.daemon.rc
    user root
    group root system radio
    oneshot



file /system/etc/my.daemon.rc contains :

service modem-daemon system/bin/modem-daemon
    socket connectionServer.sock stream 660 root system
    user root
    group root radio system
    disabled


I believe this should work (from what I've managed to find on the web), but the 
daemon just isn't started, neither is the socket created in /dev/socket.

The reason for this approach, is so we can release test software without having 
to continually patch the init.rc file for different releases, we can use a 
single file with daemons we want to run in it. Have I done something 
incorrectly?

Ian

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to