Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send MMS in J2ME? [closed]

Tags:

java-me

mms

How to send MMS in J2ME?

like image 512
Ali El-sayed Ali Avatar asked Oct 26 '09 21:10

Ali El-sayed Ali


2 Answers

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

like image 45
funkybro Avatar answered Oct 27 '22 06:10

funkybro


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.

like image 156
martin clayton Avatar answered Oct 27 '22 08:10

martin clayton