I have a simple program (terminal) on my PC:
- Nokia 7110 conected with cable
- software (the terminal)
With this stuff I can send with no problems operator logo or ringtone to other phones. But I can't send a picture SMS.
The following text is a result from my software (from the terminal). Everything seems ok, but the picture SMS will lost when I send it - mobile phone to which am I trying to send it will not recieve anything.
Do you know where the problem could be?
AT+CMGS=154
0051000C9124608045939200F5A78C0B0504158A00000003050301300000045465737402010000481C010000000FFFFE0000000000003510ED800000000000600000C000000000008000002000000000010000003000000000033000001000000000061E000008000000003E03C0000F800000003DA03AC8B780000000100000000200000000222488290A000000003DBEFFB6DD0000000063FFFF
AT+CMGF=0
AT+CMGS=154
0051000C9124608045939200F5A78C0B0504158A00000003050302FFE30000000049FFF7FFC90000000051FFE3FFCD80000000D1FFF7FFD180000000E3FFFFFFE380000000BEAD5AAABE80000000E95800155580000000BEA8001ABE80000000CAE8001FAB80000000BFFFFFF4FE80000000A1FFFEAAC280000000F1BB3654C780000000DFEFFFFF7D80000000E6FFF6FDFF80000000EFADFBF7EB
AT+CMGF=0
+CMGS: 94
OK
AT+CMGS=37
0051000C9124608045939200F5A7170B0504158A00000003050303800000007BFF7FBDFF0000
+CMGS: 95
OK
Nokia phone 7110 does not support showing of picture messages.
Phones that support picture messages can be checked from document
Nokia Phone Messaging Characteristics
http://www.forum.nokia.com/main/1,35452,1_2_7_1,00.html
BR
M, Forum Nokia
+CMGS: 95, reply from SC
OK
Your program should always waite for reply from SC and OK response
before trying to send again. That is propably what has caused
the problem. There is seen only two responses from the SC even though
you tried to send three messages. OK response has to be received
after every command before trying to send another command to the
terminal.
BR
M, Forum Nokia
Hi all
Look i'm having sort a same problem i'm trying to send a smart message with a picture but the terminal shows a can't display message so i tried with the 3rd edition S40 , but now it shows the text , i can send ringtones but the pictures doesn't seem to work , i use a Nokia complete test plataform with the NMSS 1.5 and a the end A S40 3erd edition terminal, any help would be very apreciated.
I was just surfing through and I saw the first message here. I hope I am not too late. I do not know if I am right or wrong but I've noticed that there are errors in the hex codes, the sequence of the commands and the length of the codes.
First, the picture message header code should be :
0B0504158A000000030103 but yours was
0B0504158A00000003 05 03
Where did you get that "05"?
Second, the AT command sequence should be
AT+CMGF=0
AT+CMGS=154
<Hex codes>
AT+CMGS=154
<Hex codes> and so on.
You do not send the AT+CMGF=0 after the first hex codes and only once at the beginning.
Thirdly, based on the codes in your hex string, the messages should be "Test" with a 72 x 28 resolution picture. This means that the length of the third part of your message should be 23 and not 37.
Therefore, the AT command should be:
AT+CMGS=23