You Are Here:

Community: Developer Discussion Boards

#1 Old read last sms details (message center number) - 2009-06-23, 01:33

Join Date: Apr 2008
Posts: 24
impazzito
Offline
Registered User
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])
I know that Inbox objects have the following functions:

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!
Reply With Quote

#2 Old Re: read last sms details (message center number) - 2009-06-23, 05:01

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
Quote:
Originally Posted by impazzito View Post


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!
hello impazzito

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 With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
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

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia