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? 回答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