Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User impazzito's Avatar
    Join Date
    Apr 2008
    Posts
    28
    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!

  2. #2
    Nokia Developer Champion gaba88's Avatar
    Join Date
    Feb 2008
    Location
    Ahmedabad, Gujarat, India
    Posts
    3,692
    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

Similar Threads

  1. [moved] read number for sending sms?
    By mysilversir in forum Symbian Networking & Messaging (Closed)
    Replies: 12
    Last Post: 2009-03-28, 21:25
  2. Read SMS/ SMS Alert.
    By nirenj in forum General Messaging
    Replies: 3
    Last Post: 2009-01-14, 12:39
  3. read message body
    By darco in forum Symbian C++
    Replies: 35
    Last Post: 2007-04-29, 14:30
  4. Personal
    By JSmith77 in forum PersonalJava
    Replies: 4
    Last Post: 2003-07-30, 12:52
  5. Unicode Song Title In NSM Ringtone
    By mcai7db3 in forum Smart Messaging
    Replies: 3
    Last Post: 2002-08-28, 06:58

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved