| Reply | « Previous Thread | Next Thread » |
|
how can i reply last received sms or mms
|
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
Just read the last msg id (number) and send a sms using messaging module to that number !
![]() Best Regards, Croozeus |
|
Before, you ask for an example :
Code:
import inbox #Create an instance of the inbox i=inbox.Inbox() #Get the ID of the latest SMS id=i.sms_messages()[0] messaging.sms_send(id, u"Your reply here Mr. Eagle") Croozeus |
|
Quote:
![]() |
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
there is nothing much more easier! That's what you need.
import my_wish my_wish.go() unfortunately my_wish module requires importing read_doc_first. This module can be found all over the forum or google |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Checking the reply of SMS | s150588 | General Symbian C++ | 1 | 2004-07-19 12:30 |
| Receiving SMS reply | psmshankar | General Messaging | 1 | 2002-09-23 06:28 |
| Redirecting the SMS reply | psmshankar | PC Suite API and PC Connectivity SDK | 0 | 2002-09-23 01:41 |
| Receiving SMS reply | psmshankar | PC Suite API and PC Connectivity SDK | 0 | 2002-09-20 09:40 |
| Receiving SMS reply | psmshankar | PC Suite API and PC Connectivity SDK | 0 | 2002-09-20 09:40 |