Problem with Sending MMS through SMPP... Search Search

Now SMS/MMS Gateway » MMS & SMS Technical Discussions (unsupported) » Problem with Sending MMS through SMPP to Sony Ericsson W830i Handset « Previous Next »

Author Message
Vijaya Rama Kannan
New member
Username: Akramkannan

Post Number: 1
Registered: 09-2007
Posted on Monday, September 17, 2007 - 07:05 am:   

Hi, Am akram

Am using the following Code to send MMS to handsets.

Am using Sony Ericsson w830i handset to receive MMS messages

request.setDestAddr(new Address((byte)1, (byte)1, destAddress));
request.setReplaceIfPresentFlag(replaceIfPresentFlag);
ByteBuffer toneData = loadByteBuffer("C:\mnop.gif");
request.setScheduleDeliveryTime(scheduleDeliveryTime);
request.setValidityPeriod(validityPeriod);
ByteBuffer message = new ByteBuffer();
message.appendByte((byte)4);
message.appendByte((byte)5);
message.appendByte((byte)6);
message.appendShort((short)0x158A);
message.appendBuffer(toneData);
request.setDataCoding((byte)0x0F5);

request.setShortMessageData(message);
request.setShortMessage(shortMessage);
request.setEsmClass((byte)(Data.SM_UDH_GSM));
request.setProtocolId(protocolId);
request.setPriorityFlag(priorityFlag);
request.setRegisteredDelivery(registeredDelivery);
request.setDataCoding(dataCoding);
request.setSmDefaultMsgId(smDefaultMsgId);
request.assignSequenceNumber(true);
response = session.submit(request);


I am able to receive the message, But the message says corrupted.

my assume is something need to do with MMS receiving PORT. I read some nowsms forums and came to know PORT 0x158A is plays the part of receiving Images.

Is Sony Ericsson Mobiles having any other seperate PORT spec to receice MMS?

Help me in this regard,

Thanks in Advance,

Akram

Add Your Message Here
Post:
Bold text Italics Underline Create a hyperlink Insert a clipart image

Username: Posting Information:
This is a private posting area. Only registered users and moderators may post messages here.
Click here to register with this discussion board.
Password:
Options: Automatically activate URLs in message
Action:

Search Search Tree View Tree View   Home Home
Login Login / Register Topics Topics Search Last 1|3|7 Days   Previous Page Previous Next Next Page

© Copyright 2002-2008 by NowMobile.com Limited
Airport House, Purley Way, Croydon, London, CR0 0XZ, UK
UK Tel: +44-20-8286-8080 US Tel: +1.410.833.8711
email : nowsms@nowsms.com