开发者

access to sms inbox

How can I access the 开发者_高级运维SMS inbox from an application (on Symbian s60)? Us it possible with j2me? How about C++ or Python?


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.


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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜