Search code examples
windows-mobilecompact-frameworkwindows-mobile-5.0handhelddevice

Block phone useage on a Windows Mobile 5 device


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.


Solution

  • 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.