This should be asked on a different forum...  I believe there are android
porting and android firmware forums where you will get more help.  This
forum is for developing applications with the Android SDK.

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Mon, Apr 23, 2012 at 8:07 AM, caredur <[email protected]> wrote:

> I am working on a project that creates custom images for an Android
> device.  We edit the kernel and other os files.  Our system init calls
> init.herring.rc which is where we have our 'module' starting from.
>
> service ourapp /data/local/ourapp --daemon
>     class core
>     user root
>     group root
>     oneshot
>
> On the first boot after flashing our images onto the device 'ourapp'
> always fails due to permissions.  However, after we reboot once the
> init.herring.rc starts up 'ourapp' fine.  What could be causing this?  Why
> would a reboot be necessary for the init.rc file to start a service...
>
> Thanks!!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to