views:

117

answers:

2

I am developing a Windows Mobile app that my company is providing the devices for. We do not want our users to use the phone that is part of the windows mobile device.

Does anyone know a way to block phone usage?

If it matters, the device type is a Symbol MC-70.

Thanks in advance for any input.

+1  A: 

If your company is providing the devices and you do not want users to use the phone, you should get a data-only plan from your provider. This will save your company money and ensure that the phone cannot be used.

Scott Ewers
Thanks for the idea. We use a cellular connection to get to the internet (GRPS). I don't know if we can disable the phone part of our contract with Version or not. I will try and find out.
Vaccano
A: 

Best I could come up with was to use the Telphony api provided at:http://tapi.codeplex.com/

It has a CellularLineMonitor class that allows me to hang up on any call after it is made or received.

Vaccano