| Reply | « Previous Thread | Next Thread » |
|
hi,
does anyone have a tutorial or way to send MMS using Python? Sincerely, joseph sim |
|
hi welcome to the Nokia forum
Yes python series 60 has the capability to send MMS using speciallly developed module called MMSMODULE you can find the details here http://nysse.lapanen.org/python/MMS/ as well as many other extensioins from http://wiki.opensource.nokia.com/pro...S60_extensions Enjoy and have great fun sending MMS ... dont forget to send me an MMS at krtrivedi@gmail.com ha!! ||Kiran || Nokia E-65 Nokia 7610 Nokia N95 8GB Nokia E90 Nokia 5110 !! Nokia 6110i !! |
|
Actually, this functionality is already integrated into the standard messaging module - no extra extensions needed
![]() |
|
hello sir
i refereed the latest manual of 1.3.14 but still not found anything related to MMS so i think we have to use extensions like MMSmodule.pyd if u know where it is please help me regards ||Kiran || Nokia E-65 Nokia 7610 Nokia N95 8GB Nokia E90 Nokia 5110 !! Nokia 6110i !! |
|
I confirm the function is present in the 1.3.14 version I haven't checked for earlier version.
If you download the source at sourceforge browse src/ext/messaging in the unzipped folder and check messaging.py Code:
def mms_send(number,msg,attachment=None):
if e32.s60_version_info>=(3,0):
if attachment:
_messaging.mms_send(unicode(number),unicode(msg),unicode(attachment))
else:
_messaging.mms_send(unicode(number),unicode(msg))
else:
pass # to be added later
)Code:
messaging.mms_send(number,msg,attachment=None) LFD Devices: Nokia E61 3rd Edition - pys60 1.4.0 Tips and modules: http://www.lfdm.net/thesis |
|
You're right that it isn't documented -- one more thing to the todo list...
|
|
Thanks a lot... you all are really great..but not happy as it works for 3rd edition as u mentioned. downloading the soruce now.. atleast i can learn something.
||Kiran || Nokia E-65 Nokia 7610 Nokia N95 8GB Nokia E90 Nokia 5110 !! Nokia 6110i !! |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| How to send *midi files via MMS? [6600] | razibhasan | General Discussion | 1 | 2008-04-29 10:26 |
| Send MMS via Emulator | maina1976 | Symbian Tools & SDKs | 0 | 2003-11-20 14:17 |
| How to send MMS by java application running in PC via Nokia7650? | tendyliu | General Messaging | 1 | 2002-11-18 10:12 |
| EAIF emulator and send MMS | Marconato | General Messaging | 1 | 2002-10-31 12:33 |
| Classes/libraries to send MMS messages From Series 60 application? | komuto1 | General Messaging | 0 | 2002-05-21 05:51 |