try this,
service helloworld /system/bin/helloworld
user root
oneshot
On Wed, Mar 25, 2009 at 1:18 PM, vrukesh <[email protected]> wrote:
>
> HI,
>
> We are trying to launch C program application (for example,
> Helloworld) at start-up on ARM-based target board.
>
> We copied the application in /system/bin and modified the init.rc
> script to add the entry of the application in "on boot". But, still,
> the application does not launch at the start-up.
>
> Modifications in init.rc look like this:
>
>
> on boot
> .
> .
> #calling helloworld
> service helloworld /system/bin/helloworld
> onrestart
>
>
> Any suggestions on fixing the issue can be helpful.
> Thanks and Regards,
> Vrukesh
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---