How to send MMS in J2ME? [closed]
Asked Answered
E

3

6

How to send MMS in J2ME?

Enclosure answered 26/10, 2009 at 21:16 Comment(2)
Instead of asking the same question 3 different ways, why not just edit your second one to include the language and the other information you were asked for?Ballyhoo
@Ballyhoo - It looks like a (very) slightly different question.Reichenberg
R
7

See JSR 205.

Here's a sample code at Java Tips.

Obviously the handset and service provider have to support MMS...

Last link, a more descriptive piece on J2ME MMS.

Reichenberg answered 26/10, 2009 at 22:57 Comment(1)
Thanks a lot for your understanding I hoped that I could vote up for you but it requires 15 reputation :)Enclosure
L
2

Martin Clayton's answer is correct except it's actually JSR 205 you need for MMS.

Learn answered 27/10, 2009 at 9:25 Comment(0)
P
0

As with all good things in Java Mobile remember to test on your target handsets, some over achieving device manufacturers have limited the payload to a max size of 32kb, which you might find tricky if you are sending images or video

Pitchdark answered 31/10, 2009 at 22:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.