GPRS when device is off

K

Korwin

Hi,

Is it possible to use GPRS by the application while device is off?
I need to write an application which will communicate with server over the
GPRS ( call webservice method all the time, return from the method is after
20 minutes).
If device can receive incoming call when it is turn off, maybe there is some
way to use GPRS.

Korwin
 
G

Guest

Depends on the actual state of the device and how the hardware was
implemented. If the processor is running, you can run code, if not no. The
easy way to find out is to write a very simple app that incremented a
counter, run it, and see if it keeps incrementing when the device is "off".



--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top