如何使来电我的手机触发个人电脑上的行动我的、个人电脑、行动、手机

2023-09-03 09:40:39 作者:孤独配酒

我心里有一个具体的方案,但我会问这个一般:

I have a specific scenario in mind, but I will ask this generally:

有没有办法让我的手机触发我的电脑上的行动?我在想,用智能手机它必须是能够连结手机与蓝牙的PC,并有小程序运行在我的电脑上的一些排序,将监听电话呼入电话中。当有人打电话给我,我想我的手机只需提交来电联系号码到电脑,然后电脑会尽自己的东西在那里。然后,我要处理的手机像往常一样的通话。

Is there a way to make my mobile phone trigger an action on my computer? I am thinking that with a smart phone it must be possible to link the phone and the pc with bluetooth, and have some sort of small program running on my computer that will listen for incoming phonecalls on the phone. When someone calls me, I want my mobile to simply submit the callers phonenumber to the pc, and then the pc will do its stuff from there. Then, I want to handle the call on the mobile phone as usual.

编辑: 更新了这个问题!我目前使用的HTC Hero的我,并希望在Android SDK将使其更容易实现。

Updated this question! I am currently using the HTC Hero, and hopefully the Android SDK will make this more easy to accomplish.

我的具体方案是: 当我的手机(诺基亚N82)要求,我要提交的来电联系号码为搜索Applet /应用程序,将查询的Microsoft Dynamics CRM,看看是否联系人或公司有联系号码,如果有的话,显示相应的人我的屏幕上或公司的信息。我的preferred开发平台是净

My specific scenario was: When my phone (Nokia N82) calls, i want to submit the callers phonenumber to a search applet/application, that will query Microsoft Dynamics CRM and see if a contact person or a company has that phonenumber, and if so, show the corresponding person or companys info on my screen. My preferred development platform is .Net

推荐答案

在N82运行Symbian的,所以你可以开发使用的CTelephony(C ++)类检测手机状态和做任何你想做的事情的应用程序。你有一个例子在这里

The N82 runs Symbian, so you could develop an application that used the CTelephony (C++) class to detect the phone status and do whatever you want with it. You have an example here

http://www.symbian.com/developer/techlib/v9.1docs/doc_source/guide/Telephony-subsystem-guide/N1013A/answer.html