You might need to start your service "on boot"
--
Regards,
Pratik


On Wed, Jun 12, 2013 at 11:34 PM, 董钰 <dywisdom...@gmail.com> wrote:

> Thank you for reply. My service is written in native c ,and I've already
> can boot my service through adding code in init.rc. But I can't make it the
> first service to boot.
>
>
> 2013/6/13 Pratik Prajapati <pratik.prajap...@gmail.com>
>
>> 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 a topic in the
>> Google Groups "Android Linux Kernel Development" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/android-kernel/obskHZkaKBI/unsubscribe?hl=en
>> .
>> To unsubscribe from this group and all its topics, 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.
>
>
>

-- 
-- 
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