| Reply | « Previous Thread | Next Thread » |
|
Hi to all! I wanna create a simple python application that let me to see tha last sms full details!
I'm using this code Code:
# import module import inbox i = inbox.Inbox() m = i.sms_messages() # all message ID's content_m=i.content(m[0]) # first message print i.time(m[0]) # arrive time print i.address(m[0]) print i.content(m[0]) sms messages() Returns a list of SMS message IDs in device inbox. content(sms id) Retrieve the SMS message content in Unicode. time(sms id) Retrieve the SMS message time of arrival in seconds since epoch. address(sms id) Retrieve the SMS message sender address in Unicode. delete(sms id) Delete the SMS message from inbox. unread(sms id) Returns the status (1=unread, 0=read) of the SMS with id. but ther isn't an smsmessagecenternumber(sms id) that returns the message center number of the selected sms is there a way to kwno that info? (the message center number of the received sms) thanks! |
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
|
Quote:
AFAIK there is no function in the inbox module which gives you the messagecenter number. ![]() and i am afraid that there are no extension modules for that too which performs the same function. Regards Gaba88 Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| [moved] read number for sending sms? | mysilversir | Symbian Networking & Messaging | 12 | 2009-03-28 22:25 |
| Read SMS/ SMS Alert. | nirenj | General Messaging | 3 | 2009-01-14 13:39 |
| read message body | darco | General Symbian C++ | 35 | 2007-04-29 15:30 |
| Personal | JSmith77 | PersonalJava | 4 | 2003-07-30 13:52 |
| Unicode Song Title In NSM Ringtone | mcai7db3 | Smart Messaging | 3 | 2002-08-28 07:58 |