[android-developers] Re: background process

2008-10-19 Thread [EMAIL PROTECTED]
I tryed it but, i Think It works. My programm run when the phone boot. But it always be on the foreground. I'd like not. On 20 oct, 08:34, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Thanks, i read it now. > > i hope that will be the Answer > > On 17 oct, 17:38, Ludwig <[EMAIL PROTECTED]>

[android-developers] Re: background process

2008-10-19 Thread [EMAIL PROTECTED]
Thanks, i read it now. i hope that will be the Answer On 17 oct, 17:38, Ludwig <[EMAIL PROTECTED]> wrote: > You will need to implement a service and have something that listens for the > boot completed message being broadcast. > I wrote about this > athttp://androidgps.blogspot.com/2008/09/st

[android-developers] Re: background process

2008-10-17 Thread Ludwig
You will need to implement a service and have something that listens for the boot completed message being broadcast. I wrote about this at http://androidgps.blogspot.com/2008/09/starting-android-service-at-boot-time.html HTH Ludwig 2008/10/17 [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > I 'm inter

[android-developers] Re: background process

2008-10-17 Thread [EMAIL PROTECTED]
I 'm interested too by running my program at the same time of boot, and in background. I try with thread, but that's display application, and next start thread. So that's not good. any idea? thanks On 14 oct, 11:22, zeshu <[EMAIL PROTECTED]> wrote: > How to design a process that boots itself