access to sms inbox

雨燕双飞 提交于 2019-12-24 04:01:34

问题


How can I access the SMS inbox from an application (on Symbian s60)? Us it possible with j2me? How about C++ or Python?


回答1:


Reading message from inbox in j2me is not possible if you want to read sms then you can send message using particular port and your j2me application should listen on that port

otherwise you can go with symbian c++ where it is possible.




回答2:


In j2me, you can't access the native message box related stuff like Inbox, Sent Message or etc. But it is possible in c++. I don't know about python.




回答3:


It's possible to intercept incoming SMS messages and also view your Inbox, Outbox, Drafts etc with Python for S60. You can find examples of this and many more at Nokia PyS60 Wiki. Here's an example of how to read from your inbox



来源:https://stackoverflow.com/questions/4609956/access-to-sms-inbox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!