> Hi, 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.
> [AT+CSMS=?]
> +CSMS: (0)
[quoted text clipped - 3 lines]
> +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.
> [AT+CMGF=0]
> OK
We've switched into PDU-mode.
> [AT+CPMS=?]
> +CPMS: (),(),()
[quoted text clipped - 3 lines]
> +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.
> [AT+CMGL=?]
> ERROR
[quoted text clipped - 7 lines]
> [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.
> and 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
John Henderson - 12 Feb 2008 09:48 GMT
I wrote:
> I have a bit of a problem with this conclusion, but (unless
> I'm missing something) they exhaust the possibilities for
[quoted text clipped - 5 lines]
> Further searching has produced the statement: "the AT commands
> to retrieve sms messages are not supported by Symbian phones"
In a long session of searching, I've read only further claims
that reading messages on Symbian phones using AT+C... cellular
commands is not supported.
A totally different approach might be required. A couple of
discussions I came across which seem to be heading in the right
direction are:
http://discussion.forum.nokia.com/forum/showthread.php?t=67314
http://wiki.forum.nokia.com/index.php/Reading_SMS_from_Inbox
You might find the content useful, or suggestive of further
search terms.
John