Search code examples
c#windows-mobileactivesync

How can I control my winmo phone?


I have been trying to find a way to control my winmo phone from my pc. (HTC S740)

What I want is to be able to call a number from an application, answer the phone from an application and hangup the phone from an application. It should also be able to track how long the ongoing call has been.

Any libraries out there that lets me make such an application with C#?

(The phone is connected to the pc via usb in Windows 7.)


Solution

  • You can use RAPI to invoke functionality on the device. You might need to write a wrapper.
    I believe that this answer by ctacke should help you perform the task.