What is it different xxx.mms file format

What is it different xxx.mms file format SearchSearch
Author Message
victor.yu
New member
Username: Victoryu

Post Number: 18
Registered: 11-2009
Posted on Monday, May 03, 2010 - 02:23 pm:   

Hi
I have problem about MMSCOMP to create mms file.
that it is can send to nokia S40 platform support JSR205.
But i reference the sendMMS.php code.
I just modify the code as
$data["PhoneNumber"] = "\r\n" . "09261234560:kuMMS";

I can't send MMS to nokia S40 platform support JSR205 .

what is different between xxx.mms with thoese two case.
Can i used php to add XXX.hdr file?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2079
Registered: 08-2008
Posted on Wednesday, May 05, 2010 - 03:49 pm:   

Hi Victor,

Can you send an application addressed MMS from the web interface directly? With the content files not being pre-compiled MMS? (In other words, send from the web interface a simple message with only image and/or text, do *not* use MMSCOMP.)

Assuming that works ok, your problem is that when you use MMSCOMP, you are not inserting the destination application headers.

It is generally not a good idea to use MMSCOMP if you are sending out via an MMSC. Instead, specify all of your content as separate files, and let NowSMS build the binary MMS.

(There is a way to generate the destination application headers using MMSCOMP, but it will require additional research for me to find them. Before I do this, please verify that you are able to send an application addressed MMS message using the NowSMS web interface. This will confirm that the MMSC interface that you are using actually supports this capability ... before we spend more time on how to build the message with MMSCOMP.)

--
Des
NowSMS Support
victor.yu
New member
Username: Victoryu

Post Number: 19
Registered: 11-2009
Posted on Thursday, May 06, 2010 - 02:53 am:   

Hi
I can send an application addressd MMS from web. to SonyEricsson and Nokia S60 J2ME.
But it's can send to Nokia S40.

So we used MMSCOMP to make application addressed MMS and send to Nokia S40 platform. It's work.

So I am so confused about this.
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2106
Registered: 08-2008
Posted on Wednesday, May 12, 2010 - 07:25 pm:   

Hi Victor,

This thread appears to be a continuation of another thread from six months ago ... http://support.nowsms.com/discus/messages/1/42014.html

Have you ever succeeded, in any way, of sending an application addressed MMS message to a J2ME application on Nokia S40 platform?

If yes, how?

It is not clear to me what works (if anything) and what does not work.

--
Des
NowSMS Support
victor.yu
New member
Username: Victoryu

Post Number: 20
Registered: 11-2009
Posted on Thursday, May 13, 2010 - 02:59 am:   

We just use MMSCOMP to make xx.MMS file and send it to S40 platform.
Now we release our program to test all feature phones.
It needs some times for testing.
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2116
Registered: 08-2008
Posted on Thursday, May 13, 2010 - 05:00 pm:   

What is different about the MMSCOMP file that works on the S40?
victor.yu
New member
Username: Victoryu

Post Number: 21
Registered: 11-2009
Posted on Friday, May 14, 2010 - 03:33 am:   

We test in Taiwan CHT carrer.
If we used MMSCOMP to make xxx.mms file. We send this xxx.mms file to Nokia S40 platform . S40 can push and receive MMS by J2ME.

We used sendMMS.php to send MMS to S40.
The MMS will receive by system.

the sendMMS.php code:
$data["PhoneNumber"] = "\r\n" . "phone number:testmms";

The testmms is our J2ME push register name.