Question

i'm looking for a way to power on or off the GPRS adapter programatically.

Was it helpful?

Solution

If you're already using the Smart Device Framework, the ability is already there in the API, as you can see in this blog entry (the blog is for WiFi but the phone radio and bluetooth work the same way).

THe other option is to call ChangeRadioState in ossvcs.dll yourself (that's what the SDF is doing).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top