The Motorola Development Community


Go Back   MotorolaFans.com Forums > Developments > Development
Notices

Development Hacking, development, scripts etc

Reply

MotoFans NWBE

Join Date: Aug 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Quote  
#1
08-05-2008
Default Send MMS from midlet...

Hello all,

I'm having some trouble sending an MMS from a Java midlet on an A1200. SMS works fine:
Code:
String addr = "sms://+" + phone + ":2000";
MessageConnection conn = (MessageConnection) Connector.open(addr);
TextMessage msg = (TextMessage) conn.newMessage(MessageConnection.TEXT_MESSAGE);
msg.setPayloadText(message);
conn.send(msg);
conn.close();
But when I try to use MMS like this:

Code:
String addr = "mms://+" + phone + ":2000";
MessageConnection conn = (MessageConnection) Connector.open(addr);
MultipartMessage msg = (MultipartMessage) conn.newMessage(MessageConnection.MULTIPART_MESSAGE);
msg.setSubject("Test");
msg.addMessagePart(getTextPart(message));
conn.send(msg);
conn.close();
I get an InterruptedIOException during the 'conn.send()' operation. The message is "The connection was closed."

The security dialog pops up, asking me if I want to allow an MMS, and I hit yes, but then this exception hits.

I can send MMS messages from the phone's app. Does anyone have experience with stuff like this? I've been bashing my head against it for days.
Reply With Quote


User Information
Current Phone: Motorola A1200
MabuluShayne is offlineReport Post
Reply

Tags
a1200, j2me, java, mms

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't send MMS ! RA13 Indian Lounge 2 03-29-2008 08:09 PM
Help: Cant Send MMS but can recieve! ontheblackrock5250 A1200 General Chat 4 03-25-2008 04:12 AM
cant SEND MMS but CAN recieve MMS!! serialhacker E6 General Chat 0 11-28-2007 04:40 AM
Send MMS on Cingular devildog10920 E6 General Chat 0 08-02-2007 04:28 PM
cingular mms-cant send photos-please help! jen1234 A1200 General Chat 2 04-18-2007 03:06 PM


All times are GMT. The time now is 12:11 AM. Search Engine Friendly URLs by vBSEO 3.2.0 Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. VBulletin Skin by ForumMonkeys.