[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnokii and Motorola A835
From: |
Andrea Riciputi |
Subject: |
Re: Gnokii and Motorola A835 |
Date: |
Tue, 7 Feb 2006 16:20:24 +0100 |
On Feb 7, 2006, at 11:31 , Pawel Kot wrote:
Hi,
On 2/7/06, Andrea Riciputi <address@hidden> wrote:
At line 1384 there is not the string that you mention (gnokii version
0.6.10). However I think to have found the line you refer to at line
number 555 in AT_SetSMSMemoryType function. I patched it as you
suggested and recompiled gnokki. It doesn't work yet. Here it is the
log file.
No. This is ReplyGetSMSStatus() to be changed.
I changed the line in ReplyGetSMSStatus() as shown here below:
--- gnokii-0.6.10/common/phones/atgen.c.orig 2006-02-07
10:29:52.000000000 +0100
+++ gnokii-0.6.10/common/phones/atgen.c 2006-02-07 15:55:56.000000000
+0100
@@ -1357,7 +1357,7 @@
buf.length = length;
splitlines(&buf);
- if (sscanf(buf.line2, "+CPMS: \"%*c%*c\",%d,%*d,\"%*c%*c\",%
*d,%*d,\"%c%c\",%*d,%*d",
+ if (sscanf(buf.line2, "+CPMS: %*c%*c,%d,%*d,%*c%*c,%*d,%*d,%c%
c,%*d,%*d",
&data->sms_status->number, &store[0], &store[1]) !
= 3)
return GN_ERR_FAILED;
However it doesn't work either. Here it is the new error log.
get_log.txt
Description: Text document
Thanks again,
Andrea
- Gnokii and Motorola A835, Andrea Riciputi, 2006/02/06
- Re: Gnokii and Motorola A835, Pawel Kot, 2006/02/06
- Re: Gnokii and Motorola A835, Andrea Riciputi, 2006/02/06
- Re: Gnokii and Motorola A835, Pawel Kot, 2006/02/06
- Re: Gnokii and Motorola A835, Pawel Kot, 2006/02/06
- Re: Gnokii and Motorola A835, Andrea Riciputi, 2006/02/07
- Re: Gnokii and Motorola A835, Pawel Kot, 2006/02/07
- Re: Gnokii and Motorola A835,
Andrea Riciputi <=
- Re: Gnokii and Motorola A835, Pawel Kot, 2006/02/07