Post by shalHi, i have mention the commands in the bracket, along wid
their coresponding results..
[AT+CMGF=?]
+CMGF: (0,1)
OK
Within the GSM standards (Technical Specification GSM 07.05 in
particular), this is a mandatory command, and your result
indicates that both text-mode and PDU-mode are supported.
Post by shal[AT+CSMS=?]
+CSMS: (0)
OK
[ AT+CSMS?]
+CSMS: 0,1,1,1
OK
This is a mandatory command, with the result saying that Phase 2
(not the later Phase 2+) command syntax is supported.
Post by shal[AT+CMGF=0]
OK
We've switched into PDU-mode.
Post by shal[AT+CPMS=?]
+CPMS: (),(),()
OK
[AT+CPMS?]
+CPMS: ,,,,,,,,
OK
This is another mandatory command, asking what message storage
is available ("AT+CPMS=?") to you, and what storage is
presently selected ("AT+CPMS?"). You've been given a null
result.
Post by shal[AT+CMGL=?]
ERROR
[AT+CNMI=?]
ERROR
[AT+CMGR=?]
ERROR
[AT+CESP=?]
ERROR
These are optional commands, and are obviously not implemented
on this phone.
I have a bit of a problem with this conclusion, but (unless I'm
missing something) they exhaust the possibilities for reading
SMSs directly to a computer (at least in PDU-mode) using
standard GSM commands. A quick google search shows Oxygen
Phone Manager being sold for the Nokia N72, so there may be an
alternative method.
Further searching has produced the statement: "the AT commands
to retrieve sms messages are not supported by Symbian phones"
http://discussion.forum.nokia.com/forum/showthread.php?t=101608
I don't have a Symbian phone, and haven't seen this aspect
discussed on alt.cellular.gsm before. I haven't got any
further imformation on Symbian implementations like the N72 at
this stage.
Post by shaland plzz tell me if der is any website or tutorial so that i
can know what thses commands are actually doing???I want to
learn more about them...thankzz for the reply ...
You can download GSM standards free from www.etsi.org (after
registering your e-mail address), or www.3gpp.org. I prefer
ETSI, because I find it easier to get PDF format files there
(rather than Word format). For dealing with SMS, you'll need
GSM 07.05 (for this phone, select a Phase 2 version), and
probably GSM 03.40. For PDU-mode, you'll need GSM 03.38 too.
The Siemens PDF publication "SMS with the SMS
PDU-mode" is worth a look as well:
http://www.jazi.staff.ugm.ac.id/Mobile%20and%20Wireless%20Documents/sms_pdumode.pdf
I'm not optimistic, but you could try reading the messages in
text-mode on this phone:
AT+CMGF=1
AT+CMGL="ALL"
John