I have a specific scenario in mind, but I will ask this generally:
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 personal computer with bluetooth, and have some sort of small program running on my computer that will listen for incoming phone calls on the phone. When someone calls me, I want my mobile to simply submit the callers phone number to the personal computer, and then the personal computer will do its stuff from there. Then, I want to handle the call on the mobile phone as usual.
Edit:
Updated this question! I am currently using the HTC Hero, and hopefully the Android SDK will make this more easy to accomplish.
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 Framework.