N900 如何检测来电并根据来电者显示信息窗口?
N900 是否允许我与本机应用程序并行显示附加信息,或者后者始终优先于我的进程?
我有兴趣根据来电显示显示附加信息。
如果可能的话,您能指出任何陷阱或提供一些小的 python 代码示例/或入门技巧吗?
Does the N900 allow me to display additional information in parallel to the native application or does the latter always have priority over my process?
I'm interested in displaying additional information based on caller id.
If it's possible, can you name any pitfalls or give small python code examples / or tipps to get started?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检测来电可能是您在本次旅程中遇到的最小问题 - 您可以从此线程开始
现在,在决定是否继续之前,请考虑一些其他因素:
如果您愿意花时间并遇到 Maemo5 平台生命周期结束钩子的限制 - 考虑学习谷歌搜索关键词 maemo5 心灵感应 任务控制 。这是起点,而不是权威指南——在开始插入呼叫进度对话框之前,您必须学会退出许多不同的事情。
detecting incoming call might be the smallest problem you will see in this journey - you can start with this thread
now consider few other factors before you decided whether you want to continue or not:
if you are Ok with risk to spent time and bump into limitations of Maemo5 platform put on end-of-lifecycle hook -- consider learning down googleing keywords maemo5 telepathy mission-control . this is starting point not definitive guide -- you have to learn quit many different things before you start to approach plugging call progress dialogs.