How to make an incoming call on my mobile trigger an action on my pc

前端 未结 10 1696
粉色の甜心
粉色の甜心 2021-02-04 03:41

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 thinkin

10条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-04 04:06

    This would be very easy to do in .NET Compact Framework on a Windows Mobile device. You could have an app running on the device and triggered by a phone call write a file to an ActiveSync-connected PC using RAPI, and then have a file listener app on the PC triggered whenever a file is written to a specific folder by the device.

    Unfortunately the N82 runs the Symbian OS, so I got nothing. Just wanted to brag about my favorite device OS before we're all crushed by the iPhone.

提交回复
热议问题