As far as i know you can not start your java service on first of all other
services. Technically you can start it from init.rc but you can not get any
other system service object in your service. you can not even get system
context, nothing will work, your service will crash. But if you want to run
some native code you can do it. look into init.rc where vold starts.


--
Regards,
Pratik


On Wed, Jun 12, 2013 at 8:53 PM, <dywisdom...@gmail.com> wrote:

> Any suggestions would be greatly appreciated.
>
>
> On Thursday, June 13, 2013 11:52:19 AM UTC+8, dywis...@gmail.com wrote:
>>
>> I want to boot my own service right after all ".img" file were mounted
>> and before any other service was going to boot.
>>
>  --
> --
> unsubscribe: android-kernel+unsubscr...@googlegroups.com
> 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 android-kernel+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
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 android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to