Can I send a J2ME application via MMS for users to install?

Can I send a J2ME application via MMS for users to install? SearchSearch
Author Message
Chris Coopers
Unregistered guest
Posted on Sunday, July 10, 2005 - 07:50 pm:   

I'm a newbie in mobile applications looking for a convenient way for my users to receive and install my J2ME application. Noting that GPRS/WAP is not a commonplace, I wonder if I can use MMS as a channel --- i.e. to embed the application in an MMS and the recipients can trigger a setup process just just what we can do via email.

It would be very helpful if possible.
Thanks for helping to give me clues. :-)
Izzo Vasilev
Unregistered guest
Posted on Friday, July 15, 2005 - 08:58 am:   

It will be helpful to install apps from MMCard too.
Any ideas???>?
4 example WAP emulation
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4657
Registered: 10-2002
Posted on Tuesday, July 26, 2005 - 10:18 pm:   

Hi Chris,

Personally, I'd recommend using WAP Push, sending out a link for downloading your Java application.

You can include Java applications in an MMS message, basically just include the JAR or JAD file as a piece of the MMS message, and the recipient can select to install the application (user interface for selecting it varies by phone).

If you include the JAD, of course, the user's phone is going to have to have WAP configuration in place to allow the JAR to be downloaded. So you're probably better off just putting the JAR in the MMS content.

Things you need to be aware of, however ...

1.) Size limitations for phones and MMS. Phones generally have smaller limits for size that they will accept via MMS compared to other channels. 300KB is a hard limit for most higher end devices, but many have smaller limits.

2.) Size limitations for mobile operators and MMS. Some mobile operators will not allow you to send MMS messages larger than 100KB. With 2 megapixel (and up) camera phones on the market now, hopefully the operators who had this limitation in place early on have changed, but I haven't heard any feedback about this recently. It was an issue early on.

3.) Some mobile operators block Java applications from MMS messages. The reason for this is that it is a way that mobile viruses can be spread, when mobile users don't really know what they are getting in an MMS message. (See http://www.nowsms.com/newsletter/20050311.htm, where we posted some details about one potential virus, and added capability to our MMSC to block executable MMS attachments.)

-bn
Monica
Unregistered guest
Posted on Thursday, October 13, 2005 - 03:19 pm:   

Hello, i want to send photos by MMS, I have already wrote de programe to capture pictures, but know i have no idea, how I can send them via MMS. Does anybody know how i can do it, or where i can find that information?.
Thank you
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5123
Registered: 10-2002
Posted on Thursday, October 13, 2005 - 09:19 pm:   

Monica,

Are you wanting to send them from a PC or from a J2ME application on the phone (I'm guessing the latter)?

If the phone supports JSR-205, then you could use that support for sending an MMS. But if it doesn't, then you'd have to implement the protocols themselves, or maybe find an add-on library that supported them.

-bn

Brijendra Jaiswal
New member
Username: Brijendra

Post Number: 2
Registered: 12-2005
Posted on Wednesday, January 04, 2006 - 07:41 am:   

Can u help me i m devloping simle sending sms code but how to start to working i hava J2me ToolKit 2.2 but using WMA it's not working when i add my mobile no then suggest me how to start in my App.