Disable phone program
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all, I am using a Windows Mobile 5.0 PPC device. I have a c# application that uses GPRS to communicate with back-end systems. Now, I want to prevent any user of the device from using the phone (e.g. dial numbers, make calls etc) and at the same time, allow my application to connect to GPRS. In a way, I just want to disable (turn off) the phone program. I have tried to turn off phone manually but this prevents my application from connecting to GPRS with a message "Cannot connect. Ensure that your phone is turned on and correctly configured and that service is available, before trying again". Any help please. Thanks!
Ashvin Gunga