MMS Tech Problem with MMS and J2ME JSR205

MMS Tech Problem with MMS and J2ME JSR205 SearchSearch
Author Message
victor.yu
New member
Username: Victoryu

Post Number: 1
Registered: 11-2009
Posted on Thursday, November 19, 2009 - 11:12 am:   

We reference the doc http://blog.nowsms.com/2007/06/send-mms-to-java-appmidlet.html

But , we still can't send MMS to J2ME program.
Can u help me step by step to do this?

in userinterface
application/octet-streamlog file1
MMSCDEBUG.LOG (111.2 k)
application/octet-streamlog file2
SMSDEBUG.LOG (4.8 k)
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1446
Registered: 08-2008
Posted on Thursday, November 19, 2009 - 05:33 pm:   

Hi Victor,

Unfortunately, there are a few variables that can get in the way.

First, does the receiving phone actually support application based addressing for MMS?

Second, some operator MMSCs completely regenerate all MMS headers, which can cause the application addressing to be lost.

Here's what I'd suggest ...

Let's make sure that the operator MMSC is not regenerating the MMS message header.

I'd like to see you send an application addressed MMS message back to the modem phone number itself. Then we can look at the raw MMSCDEBUG.LOG and MMSWAPDEBUG.LOG to ensure that the necessary headers are still present.

That might be a problem in your environment, however, as it looks like you are using a mobile phone as a GSM modem. When you use a phone as a modem, the MMS client in the phone always gets in the way, so NowSMS cannot use the modem for receiving MMS messages.

So you would need to use a dedicated GSM modem device to complete this test and get these log files. (More information about GSM modems here: http://www.nowsms.com/support/GSMModem.htm)

The other alternative for testing this scenario would be to have your application try to send an MMS message to its own phone number and application id, and see if it is received ok. If this is successful, it would tell you that both the phone and operator MMSC support is ok. (But if it is successful, it would leave open the question why NowSMS is not working, and we would likely need to get some more debug logs to analyze.)

--
Des
NowSMS Support
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1447
Registered: 08-2008
Posted on Thursday, November 19, 2009 - 05:37 pm:   

More info ...

I just took another look at your log file ... and I don't see any evidence that the receiving client can even receive the message at all.

Have you confirmed that you can send an MMS message OK without specifying an application ID?

I am suspicious that your configuration is not complete for being able to send MMS messages. In particular, it looks like you are using the default NowSMS configuration where NowSMS acts as a direct delivery MMSC. However, this capability is blocked by most operators.

The alternative configuration is to route outbound MMS messages via the operator MMSC.

See this link for how to configure this type of connection:

http://www.nowsms.com/documentation/quickstartguide/NowSMSQuickStart3.pdf

And see this link for more background information on "MMS direct delivery" issues:

http://www.nowsms.com/howmmsworks.htm

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

Post Number: 2
Registered: 11-2009
Posted on Friday, November 20, 2009 - 06:20 am:   

I want to do it that the NowSMS send MMS to my J2ME program (KuReceive).
I attached the receive J2ME jar , you can install it to your Feature(SonyEricsson).

The MMS ApplicationID is kutest.

We want KuReceive.jar to receive MMS file sended by NowSMS.
You can used KuSend send MMS to KuReceive by feature phone.

application/x-zip-compressedKuReceive.jar
KuReceive.jar (9.1 k)
application/x-zip-compressedKuSend
KuSend.jar (7.7 k)
text/vnd.sun.j2me.app-descriptorKuReceive.jad
KuReceive.jad (0.3 k)
text/vnd.sun.j2me.app-descriptorKuSend.jad
KuSend.jad (0.3 k)
victor.yu
New member
Username: Victoryu

Post Number: 3
Registered: 11-2009
Posted on Friday, November 20, 2009 - 09:52 am:   

We had send MMS to our program, success.
Thank your help.