How can I access the SMS inbox from an application (on Symbian s60)? Us it possible with j2me? How about C++ or Python?
Asked
Active
Viewed 947 times
3 Answers
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.

bharath
- 14,283
- 16
- 57
- 95
2
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.

Mihir Palkhiwala
- 2,586
- 3
- 37
- 47
0
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

Babatunde Adeyemi
- 14,360
- 4
- 34
- 26