I have the full android source code (2.1). I have a couple of queries.
- I want to create a custom native service in android. I would like to know how i can do that. Things like where i should include my source f开发者_运维技巧iles, etc.
- I would like to know how i can start this native service when my device boots up.
- How can i write a java application to get the data from this native service?
Please help me with some pointers.
Thanks,
SenI don't know about the native sources, but what if you try to just install an application with the required service. All you need to start it up at boot time, as shown in the article.
精彩评论