| Reply | « Previous Thread | Next Thread » |
|
The following Python code should, in theory, let me send an SMS from my Nokia N70:
Code:
import messaging messaging.sms_send(recipient,message) Until I manually use the phone to navigate to the Outbox, select the queued message, and select Options | Send to actually send it (at which point the Python application finishes). This behaviour doesn't seem to be unique to my code -- any PyS60 application I've tried that has SMS-sending capabilities does the same thing. Is there something I need to modify, either in my code or in my phone's settings? |
| reinventedpei |
| View Public Profile |
| Find all posts by reinventedpei |
|
Hello reinventedpei
In ur Following Code... Code: import messaging messaging.sms_send(recipient,message) The recepient and message must be a strings.Is it so in ur case? Moreover Such code works fine on my Nokia 6680 and 7610 so may be u got some problems with the variables so do check them out and let know whats the result... Best of Luck Dude ![]() -Pankaj Nathani ![]() |
|
Yes, I'm passing the recipient and message as strings.
|
| reinventedpei |
| View Public Profile |
| Find all posts by reinventedpei |
|
Hello reinventedpei again
So now execute this code and paste your output Quote:
![]() -Pankaj Nathani ![]() |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Send SMS Problem. Cannot Get SMSC Address. Due to Strange SIM Card? | cksong | Mobile Java Networking & Messaging & Security | 1 | 2007-07-02 17:13 |
| Send SMS from midlet without user notification | Robert111 | Mobile Java Networking & Messaging & Security | 4 | 2007-06-27 15:26 |
| can i send SMS automatically? | vhepeter2005 | General Messaging | 3 | 2007-04-28 10:23 |
| nokia 7210 modem via IR doesn't work ! | oussamaaiadi | PC Suite API and PC Connectivity SDK | 1 | 2003-03-06 11:46 |
| D211Ctl perform illegal operation when trying to send sms by Req_Sms_Send | bcchong | Multimodecards | 1 | 2002-07-23 15:39 |