You Are Here:

Community: Developer Discussion Boards

#1 Old how can i send a MMS using Python? - 2006-11-17, 06:55

Join Date: Nov 2006
Posts: 4
josephsim
Offline
Registered User
hi,

does anyone have a tutorial or way to send MMS using Python?

Sincerely,
joseph sim
Reply With Quote

#2 Old Re: how can i send a MMS using Python? - 2006-11-18, 08:40

Join Date: Aug 2004
Posts: 146
krtrivdi's Avatar
krtrivdi
Offline
Forum Nokia Champion
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 !!
Reply With Quote

#3 Old Re: how can i send a MMS using Python? - 2006-11-21, 17:22

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
Actually, this functionality is already integrated into the standard messaging module - no extra extensions needed
Reply With Quote

#4 Old Re: how can i send a MMS using Python? - 2006-11-22, 20:19

Join Date: Aug 2004
Posts: 146
krtrivdi's Avatar
krtrivdi
Offline
Forum Nokia Champion
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 !!
Reply With Quote

#5 Old Re: how can i send a MMS using Python? - 2006-11-22, 21:32

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
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
so constructor is (3rd edition only )
Code:
messaging.mms_send(number,msg,attachment=None)
But true it's not documented

LFD


Devices:
Nokia E61 3rd Edition - pys60 1.4.0

Tips and modules:
http://www.lfdm.net/thesis
Reply With Quote

#6 Old Re: how can i send a MMS using Python? - 2006-11-22, 21:36

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
You're right that it isn't documented -- one more thing to the todo list...
Reply With Quote

#7 Old Re: how can i send a MMS using Python? - 2006-11-22, 21:38

Join Date: Aug 2004
Posts: 146
krtrivdi's Avatar
krtrivdi
Offline
Forum Nokia Champion
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 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
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

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