Problem with Nokia Picture Message

Problem with Nokia Picture Message SearchSearch
Author Message
Dusan Grujic
New member
Username: Jasheem

Post Number: 1
Registered: 07-2008
Posted on Sunday, July 13, 2008 - 04:22 pm:   

Hello, I'm trying to send picture message.

This is OTA Bitmap Data (hex string):
00481C017FFFEFFFEFFFFBFFFE403FE8382FFFFBFFFE483FA8382F9FFBFFFE4CFFA9FF2F8FFADADA 4EFF29012F80FA52525E7F69312FBF7B07064FFF69792FBEFB777647FF69792FBE7B070647FEEF7D EFBE7BFFFE47FCEF7DE7BCF1FFFC40F0EF7DE77CF1EDBC21E7C9792798F1E53C21E7C93927C8F1F0 7C166F893923E6E0F778152F888223F3E0F078083F044443D7E0FFF8043E022881EFC07FF0023C01 3900FF803FE0013800BA007F001FC000F0007C003E000F80FFC00038001C0007FF55FFFFFFFFFFFF FFAA2AF387873F1E670F5415F3939F3E4E2727A82AF3878F3E4E07275455F3939F3E0E4727AAFFF3 9B870E4E670FFF00FFFFFFFFFFFFFF00

When i try to send it through web interface it works fine, but when i try through URL in my browser doesn't send correctly.

UDH is 060504158A158A
pid is 0
dcs is F7
binary is 1
so whole url looks like
http://192.168.1.8:8800/?PhoneNumber=06439xxxxx&Data=00481C017F....&UDH=06050415 8A158A&pid=0&dcs=F7&binary=1

so, when i enter that in browser it says that he only sent two messages instead of standard 3 ( when i send through nowsms web interface it says that he sent 3 messages).
I receive message tho, but my phone cannot open it.
btw im using sony ericsson w850i as modem.

Hope you can help me.

Dusan
Dusan Grujic
New member
Username: Jasheem

Post Number: 2
Registered: 07-2008
Posted on Sunday, July 20, 2008 - 09:40 am:   

anyone?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7641
Registered: 10-2002
Posted on Friday, July 25, 2008 - 10:02 pm:   

The web form that we have for the Nokia picture message includes some JavaScript that adds additional headers.

In this case, the following is prepended to the OTA bitmap:

30000000020100

The final "0100" is the length of the bitmap data. The other part is a picture message header with a null string.

Unfortunately, the JavaScript on that web page can't be invoked by a normal message submission request, so you need to build the headers yourself for direct URL submission.

-bn