如何控制我的winmo手机?
我一直在尝试找到一种方法来从我的电脑控制我的 winmo 手机。 (HTC S740)
我想要的是能够从应用程序拨打电话、从应用程序接听电话以及从应用程序挂断电话。它还应该能够跟踪正在进行的通话已经持续了多长时间。
是否有任何库可以让我使用 C# 制作这样的应用程序?
(Windows 7 下手机通过 USB 连接到电脑。)
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.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 RAPI 调用设备上的功能。您可能需要编写一个包装器。
我相信 ctacke 的这个答案应该可以帮助您执行任务。
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.
您可以查看 OpenNETCF 库,其中有许多实用程序可以调用本机 API 来帮助您,但我没有听说过任何库可以帮助远程控制您的手机。
You can look at OpenNETCF library, which have many utilities to call native APIs that can help you, but i didn't hear of any library to help control your phone remotely.