|
|
|
|
Q.: |
What is FlashSMS ? |
A.: |
Some call it FlashSMS or AlertSMS, officially it is called Class0 SMS. If you get a standard SMS you see ‘One SMS received’ on the display. FlashSMS displays the text directly on the screen.
- write a SMS to the SIM via phone menu
- connect via terminal emulation to the phone (as described before)
- AT+CMGF=0 ENTER
- AT+CMGL=2 ENTER
- all unsent SMS appear in PDU mode; the third number is the length of the SMS
- copy the SMS to the clipboard which shall be the FlashSMS
- paste it in a text editor
- change the 17th symbol (the DataCodingSheme octet) from ‘0’ to ‘F’
- copy it back to clipboard
- AT+CMGW=xxx (xxx=length of SMS see: 5.) ENTER
- paste content of the clipboard to the actual position in the terminal emulation
- type control-Z
- quit the terminal session
- Now you can forward the SMS to any one else via the phone menu. The SMS stays on the SIM, on some phones you can even change the content when you select forward and then edit the SMS.
|
|
|
|
|
|
|