I'm trying to send the gprs settings via a ota message. I've constructed an xml first and converted it to hex code as described on the OTA_settings_general_7_0 document. After I've add the WDP and WSP headers.
I've opened an account on esendex to test sending the settings, but could not understand how to prepare my binary content for sending. I've tested to send the whole content as below, but the GSM could not understand the message as a setting.
I have also add a TPDU header to my message but nothing has changed.
Do I have to add other headers, or is there a method to send the content smsc?
You have to put user data header in the beginning of the user data in order to get the message to the correct port to be handled and identified as OTA message in the device.
Check Smart Messaging FAQ for examples how to encode user data header: http://www.forum.nokia.com/html_read...7,2452,00.html
Br,
M Forum Nokia Developer Support
You can send picture messages only using Smart Messages. There are examples both in Smart Messaging FAQ and Smart Messaging Specification. These two documents can be found from SMS section under Technologies at Forum Nokia web site.
Br,
M Forum Nokia Developer Support
hihi.... i look through the documents u asked me to.. but too dumb to understand it.. can you tell me the easiest way to do so? i just wish to get the picture messages OTA to the phone only.. do i need to set any MIME settingS?