| Reply | « Previous Thread | Next Thread » |
|
Hi,
Is their any way to read the inbox sms's in j2me ? Regards, Mohamed Shaheen http://m-shaheen.blogspot.com |
|
hi frnd,
it is not possible in J2me to access Sms Inbox of Device.You can send sms to Other device which will go to your inbox but you can access them thanks Ajay Kumar J2ME Mobile Software Developer Aamchi Mumbai,India |
| prajapati.ajay |
| View Public Profile |
| Find all posts by prajapati.ajay |
|
wht about symbian programming ? can do it ?
Regards, Mohamed Shaheen http://m-shaheen.blogspot.com |
|
hi frnd,
in Symbian Programming it is possible...Search on Google you will get some help... Ajay Kumar J2ME Mobile Software Developer Aamchi Mumbai,India |
| prajapati.ajay |
| View Public Profile |
| Find all posts by prajapati.ajay |
|
Also Wiki would have examples for this, so simle search on there would give nice examples to get started with Symbian c++.
|
|
You will try with python, its a good language and you can develop really fast your aplicattion.
For example: this code reads a sms from INBOX and delete it import inbox i = inbox.Inbox() m = i.sms_messages() # read all message ID's i.content(m[0]) # read first message i.time(m[0]) # read the message's date time i.address(m[0]) # read the message's sender i.delete(m[0]) # delete the message That's all !! If you are insterested email me i have a good book but i dont sure if i can out the link here :) Le Cuije |
| cuijartija |
| View Public Profile |
| Find all posts by cuijartija |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Playing video on N95 using J2me | Ehudm | Streaming and Video | 2 | 2009-06-19 08:02 |
| About get a Sms from Inbox! | starryshen | Symbian | 5 | 2006-05-15 08:53 |
| how to read sms from inbox? (not receive sms) | cormen | General Symbian C++ | 9 | 2004-03-24 08:53 |