tiun wrote:
我不知道這個是什麼簡...(恕刪)
之前有問過中華的人員
是來電答訊之類的服務
酷波 wrote:
今天大開眼界了,原來...(恕刪)
A flash SMS or class 0 SMS is a text message which the recipient can't save and which doesn't include your number.
Using minicom (from cydia) and this javascript (http://rednaxela.net/pdu.php) it is possible to send these messages.
1) Install minicom from cydia
2) Configure minicom (EDIT: included instructions)
In terminal type
Code:
minicom -s
this will open a graphical utility to configure minicom. Select "serial port setup"] and hit return. press
Code:
a
and set serial device to
Code:
/dev/tty.debug
and hit return. now press “esc” and in the main menu select “save setup as dfl”
hit return, and now select “exit”
Now hit ctrl+c and it should exit the minicom utility.
3) ssh into your iphone
4)
Code:
minicom -w
5) enter
Code:
at
6) prepare your SMS in PDU format on this site http://rednaxela.net/pdu.php (be sure to select Message Class 0
7) Change the modem sms-format tot PDU
Code:
AT+CMGF=0
8)
Code:
AT+CMGS=(the number from the site)
9)
Code:
> (enter the PDU-string from the site)
10) Ctrl-Z
11) Your flash message is sent.
This was tested on an iPhone 3G. Any developer wanting to create an app for this is greatly encouraged. I am not responsible if you mess up your phone or something else.