[android-porting] Re: Need to start a reliable, persistent server

2012-03-04 Thread Glenn Kasten
Yes - you could make it a service (in the init sense of the term), and put it in an on restart clause in the servicemanager section of init.rc. For an example see mediaserver. On Mar 2, 5:07 pm, Tim Mensch tim.men...@gmail.com wrote: I'm working with a client who needs to have a persistent

[android-porting] Re: Need to start a reliable, persistent server

2012-03-04 Thread Chris Stratton
You probably also want to give it special oom killer values to protect it. On Friday, March 2, 2012 8:07:39 PM UTC-5, Tim wrote: I'm working with a client who needs to have a persistent server run on a device running Android. The device will be wall-powered, so battery life is not an

Re: [android-porting] Re: Need to start a reliable, persistent server

2012-03-04 Thread Zoltan Kuscsik
Hi, mission critical services should be written in native code and started by the init.rc or system server. Z On Sun, Mar 4, 2012 at 5:37 PM, Glenn Kasten gkas...@android.com wrote: Yes - you could make it a service (in the init sense of the term), and put it in an on restart clause in the

[android-porting] Re: Steps to port Android

2012-03-04 Thread Martin
Have you ported android to chumby? Were you successful? Am Freitag, 21. August 2009 10:16:59 UTC+2 schrieb Johan de Koning: Hello, Now that building cupcake for dream is working I was looking for a new research topic :) One of the problems with the HTC Dream is that it makes use of

[android-porting] Re: Is it possible to install and run binder in standard linux box?

2012-03-04 Thread Sam Berro
Yes, the binder driver is not dependent on Android. On Sun, Mar 4, 2012 at 6:04 PM, Ryan Huang ryan.p.hu...@gmail.com wrote: Thanks! -- You received this message because you are subscribed to the Google Groups android-platform group. To post to this group, send email to