| « Previous Thread | Next Thread » |
|
Can anyone please recommend to me some documentation about the system design for a process that sends picture messages and ringtones to mobile devices?
i.e. with wap enabled phones, you save a .wbmp file to your server, define the wap mime types to your server, configure the phone settings, write the wml page file path on your server to the phone's homepage and you can browse the picture. But I want to know how to send picture messages using SMS. Any documentation that illustrates the design will be highly appreciated. (I read the SMS spec, although it gives very valuable info that I will need to use, it does not suggest how to design the entire process) Regards |
|
But the Smart Messaging FAQ and the Smart Messaging specification 3.0.0 does not tell us how to encode the image,I program with php,and use the function bin2hex,as a result,it display on the mobile not the same as itself,yet the example provided by the Smart Messaging FAQ display well
thanks |
| cellin_chen |
| View Public Profile |
| Find all posts by cellin_chen |
|
Smart Messaging specification 3.0.0 describes how those messages
are implemented. Also Smart Messaging FAQ gives you valuable information and examples. http://www.forum.nokia.com/main/1,35452,1_2_5_3,00.html http://www.forum.nokia.com/main/1,35452,1_2_5_5,00.html You can either implement sms network service using CIMD interface in case of Nokia's SC or then you can make an application to PC using the phone as modem using SMS AT-commands (GSM specification 07.05) or Nokia Connectivity SDK, SMS application to phone is also possible in Symbian phones... BR M, Forum Nokia |
|
Hi,
If you are using Nokia SMSC you will be using SMSC's CIMD interface. Please study more about CIMD from Forum Nokia's CIMD pages (www.forum.nokia.com -> Technologies -> Messaging -> CIMD -> Documents). CIMD interface specification gives you a lot information. Please study also other documents and CIMD FAQ. Please find an example below how to send picture message using CIMD below (this example is from Smart Messaging FAQ 16. How can I encode Picture message user data (8-bit). The example includes a picture and text "Test" ------------------------------------------------------------ Example on sending a picture+text as a concatenate message (two SMSs). Header needs to be defined as header and the DCS is 245: (032:xxxxxx and 034:XXXX and 030:245) 032:0B0504158A00000003010301 034:300000045465737402010000481C01666666666666666666999999999999999999800000000000000001400000006000E000024000000E900310000280000031080CF3B801800000400411044401400000FFFE2F8B12024000000000538CAA0280000000006289C4018000000000414140014000000000014280024000200000 030:245 032:0B0504158A00000003010302 034:014280028001F0000000A28001800FFE000000A500015FFFFFFFFFFEA57FFA400AAA0000005500028201500440015D08A1881024800040FF0201404100010003ABE00244000008200D55588280101440001AAAAC0180000000003555560140010000806AAAAB0240000000005555550280000000000000000199999999999999 030:245 032:0B0504158A00000003010303 034:9999666666666666666666 030:245 ------------------------------------------------------------ Antti/Forum Nokia |
|
Check Smart Messaging Specification 3.0.0
5-10 5.1.6 An example of OTA Bitmap format BR M, Forum Nokia |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|