在 Windows Phone 7 上拦截 USSD 事件
Windows Phone7不支持使用USSD的阶段2通信。有没有办法在 Windows Phone 7 设备上拦截传出的 USSD 请求,以便路由到应用程序来处理该请求?
Windows phone7 does not support phase 2 communication using USSD. Is there a way to intercept an outgoing USSD request on a Windows Phone 7 device in order to route to an application to handle the request instead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
用于此类低级操作的 API(当它们与蜂窝接口相关时更是如此)不可用。
如果考虑到WP7中不允许更多无辜的事情,我认为USSD拦截未来可用的机会很小......
The APIs for such low level operations --- even more so when they are related to the cellular interface --- are not available.
If we take into account that more innocent things are not allowed in WP7, I think that the USSD interception has little chance of being available in the future...
只有 Microsoft 合作伙伴或 OEM 可以访问本机 API,这基本上与 Windows CE/Windows Mobile 非常相似。有些函数可以接收 USSD,但没有一个函数可以阻止消息的默认处理(即:显示带有消息的弹出窗口)。
Only Microsoft Partners or OEMs have access to native API which is basically something much like Windows CE/Windows Mobile. There are functions that can receive USSD but none that can prevent default handling of the messages (namely: displaying popup with the message).