How to send MMS in J2ME?
Asked
Active
Viewed 1,837 times
6
-
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? – Brandon Oct 26 '09 at 21:21
-
@Brandon - It looks like a (very) slightly different question. – martin clayton Oct 26 '09 at 22:58
3 Answers
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.

martin clayton
- 76,436
- 32
- 213
- 198
-
Thanks a lot for your understanding I hoped that I could vote up for you but it requires 15 reputation :) – Ali El-sayed Ali Oct 27 '09 at 07:47
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

kgutteridge
- 8,727
- 1
- 18
- 23