Help needed for EMS picture and text

Help needed for EMS picture and text SearchSearch
Author Message
Anonymous
 
Posted on Monday, December 13, 2004 - 12:45 pm:   

Hi
im creating an appliaction that would be able to send an EMS message(picture with text).
Beacuse this is a prototype model i intend to send a small pic of 128 bytes with some text "hello".
However when i try to send it i get the picture fine on my cell but the text seems to come in someother form of encoding.
Instead of Picture +"hello" i get Picture+"t26v7"
as "hello".

could someone please help me out as to where i am going wrong?
The data that i am sending is as follows.

00 SMSC information
51 SMSC submit
00 TP message reference
0C address lenght of phone No.
91 intenational format
xxxxxxxxxxxx phone number
00 PID
00 DCS
A7 Validity period
9C Tp UDL
83 Tp UDHL
10 Large Picture 128 bytes
81 DATA length for the PIC
000000000000000000000000001FD97F001040410017535D00174E5D0017475D00105741001FD57F 0000050000146C25000A18A1000AEBD5001D8CAB000C758B00001F4E001FD15500104EAA00174190 001745100017591F00104388001FDA89000000000000000000000000000000000000000000000000 000000000000000000
E8329BFD06-"hello" encoded in 7 bits.


the total data therefore sent to the cell is

0051000C911989860302610000A79C831081000000000000000000000000001FD97F001040410017 535D00174E5D0017475D00105741001FD57F0000050000146C25000A18A1000AEBD5001D8CAB000C 758B00001F4E001FD15500104EAA00174190001745100017591F00104388001FDA89000000000000 000000000000000000000000000000000000000000000000000000E8329BFD06


any help will be greatly appreciated.