|
|
|
start date: Wed, 25 Jul 2007 18:12:14 -0700,
posted on: microsoft.public.dotnet.framework.compactframework
back
| Thread Index |
|
1
Felix
|
|
2
ctacke/ ctacke[at]opennetcf[dot]com
|
|
3
Felix
|
|
4
ctacke/ ctacke[at]opennetcf[dot]com
|
Idle state background application
Hi,
I'm writing a Pocket PC Phone application that polls a URL every
minute. Problem is when the phone goes idle it goes into Idle (sleep)
mode. The application keeps running but now it can no longer access
the data connection. I know I can keep the phone running by reseting
the idle timer, but that keeps the backlight on and keys unlocked. Is
there any way to maintain the network connect when the phone goes to
Idle?
What is standard practice when writing an application like this, i'm
sure i'm not the first who has these requirements.
Thank you very much!
Felix
Date:Wed, 25 Jul 2007 18:12:14 -0700
Author:
|
Re: Idle state background application
Use a notification. Set it to fire every minute for you to check, but come
up in unattended mode (so the backlight stays off).
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
"Felix" wrote in message
news:1185412334.677763.302490@22g2000hsm.googlegroups.com...
> Hi,
>
> I'm writing a Pocket PC Phone application that polls a URL every
> minute. Problem is when the phone goes idle it goes into Idle (sleep)
> mode. The application keeps running but now it can no longer access
> the data connection. I know I can keep the phone running by reseting
> the idle timer, but that keeps the backlight on and keys unlocked. Is
> there any way to maintain the network connect when the phone goes to
> Idle?
>
> What is standard practice when writing an application like this, i'm
> sure i'm not the first who has these requirements.
>
> Thank you very much!
> Felix
>
Date:Wed, 25 Jul 2007 20:48:42 -0500
Author:
|
Re: Idle state background application
Thanks Chris...know of any code samples that do this?
Thank you!
Felix
On Jul 25, 9:48 pm, "<ctacke/>" <ctacke[at]opennetcf[dot]com> wrote:
> Use a notification. Set it to fire every minute for you to check, but come
> up in unattended mode (so the backlight stays off).
>
> --
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Managed Code in an Embedded Worldwww.OpenNETCF.com
>
> "Felix" wrote in message
>
> news:1185412334.677763.302490@22g2000hsm.googlegroups.com...
>
> > Hi,
>
> > I'm writing a Pocket PC Phone application that polls a URL every
> > minute. Problem is when the phone goes idle it goes into Idle (sleep)
> > mode. The application keeps running but now it can no longer access
> > the data connection. I know I can keep the phone running by reseting
> > the idle timer, but that keeps the backlight on and keys unlocked. Is
> > there any way to maintain the network connect when the phone goes to
> > Idle?
>
> > What is standard practice when writing an application like this, i'm
> > sure i'm not the first who has these requirements.
>
> > Thank you very much!
> > Felix
Date:Thu, 26 Jul 2007 02:03:32 -0000
Author:
|
Re: Idle state background application
Not offhand - search the archives for both notification and unattended mode
and you shoudl get on the path. If not, post back tomorrow.
-Chris
"Felix" wrote in message
news:1185415412.459472.52410@22g2000hsm.googlegroups.com...
> Thanks Chris...know of any code samples that do this?
>
> Thank you!
> Felix
>
> On Jul 25, 9:48 pm, "<ctacke/>" <ctacke[at]opennetcf[dot]com> wrote:
>> Use a notification. Set it to fire every minute for you to check, but
>> come
>> up in unattended mode (so the backlight stays off).
>>
>> --
>>
>> Chris Tacke, Embedded MVP
>> OpenNETCF Consulting
>> Managed Code in an Embedded Worldwww.OpenNETCF.com
>>
>> "Felix" wrote in message
>>
>> news:1185412334.677763.302490@22g2000hsm.googlegroups.com...
>>
>> > Hi,
>>
>> > I'm writing a Pocket PC Phone application that polls a URL every
>> > minute. Problem is when the phone goes idle it goes into Idle (sleep)
>> > mode. The application keeps running but now it can no longer access
>> > the data connection. I know I can keep the phone running by reseting
>> > the idle timer, but that keeps the backlight on and keys unlocked. Is
>> > there any way to maintain the network connect when the phone goes to
>> > Idle?
>>
>> > What is standard practice when writing an application like this, i'm
>> > sure i'm not the first who has these requirements.
>>
>> > Thank you very much!
>> > Felix
>
>
Date:Wed, 25 Jul 2007 21:17:08 -0500
Author:
|
|
|