gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-38


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-388-g676d444
Date: Wed, 21 Mar 2012 13:31:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  676d444cd8a2928c7adcc7c0bdaecae46af17c9f (commit)
      from  b66bf421f113af8b1ff97fc2c658d5e6be96fcd8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=676d444cd8a2928c7adcc7c0bdaecae46af17c9f


commit 676d444cd8a2928c7adcc7c0bdaecae46af17c9f
Author: Daniele Forsi <address@hidden>
Date:   Wed Mar 21 13:36:39 2012 +0100

    Change value used for phonebook memory ON by nk6510 driver
    
    Tested with Nokia 8310 and Nokia 5300, with them --writephonebook fails
    with error code 0x3d while --readphonebook and --deletephonebook work fine.
    
    Example of failure:
    $ echo "Test;+12345678901;ON;1;5;11" | gnokii --writephonebook --overwrite
    Found model "RM-146"
    Writing phonebook entry Test...
    Message sent: 0x03 / 0x0046
    00 01 00 0b 00 01 01 00 00 10 02 17 00 01 00 00 |
    00 00 00 00 00 02 47 00 00 0e ff 08 00 54 00 65 |       G      T e
    00 73 00 74 0b 00 00 22 ff 00 00 00 00 18 00 2b |  s t   "       +
    00 31 00 32 00 33 00 34 00 35 00 36 00 37 00 38 |  1 2 3 4 5 6 7 8
    00 39 00 30 00 31                               |  9 0 1
    Message received: 0x03 / 0x000e
    01 51 00 0c 00 01 0f 00 00 08 3d 00 00 00       |  Q        =
    Received message type 03
    response 0x10 error 0x3d
    Write failed (Command failed.): memory type: ON, loc: 1, name: Test, 
number: +12345678901

diff --git a/ChangeLog b/ChangeLog
index 4dcedfa..4362abf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,8 @@
     o parse call duration subblock found in Dialled Calls (DC),
       Received Calls (RC) and Call Log (CL) phonebook entries;
       output format is subject to change            (Daniele Forsi)
+    o change the value used for phonebook memory ON (reading and
+      deleting work, but writing fails)             (Daniele Forsi)
  * xgnokii updates
     o fix bug that caused to forget subentries after the first one
       when editing the phonebook                    (Daniele Forsi)
diff --git a/Docs/protocol/nk6510.txt b/Docs/protocol/nk6510.txt
index e8d7399..158a0df 100644
--- a/Docs/protocol/nk6510.txt
+++ b/Docs/protocol/nk6510.txt
@@ -104,6 +104,7 @@ Correct format is FBUS version 2/MBUS version 
2/IrDA/Bluetooth
                                      0x0c: SIM Service Dialling Numbers
                                      0x0e: (10) speed dials
                                      0x10: (5) caller groups
+                                     0x17: Own Number
                                      0x23: Extended Caller Groups
                                      0x27: Message Recipients
                                      0x28: Call Log
diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index 1838586..03d508c 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -126,13 +126,13 @@ typedef enum {
 #define NK6510_MEMORY_FD               0x04    /* ?? SIM fixdialling-phonebook 
*/
 #define NK6510_MEMORY_ME               0x05    /* ME (Mobile Equipment) 
phonebook */
 #define NK6510_MEMORY_SM               0x06    /* SIM phonebook */
-#define NK6510_MEMORY_ON               0x07    /* ?? SIM (or ME) own numbers 
list */
 #define NK6510_MEMORY_EN               0x08    /* ?? SIM (or ME) emergency 
number */
 #define NK6510_MEMORY_MT               0x09    /* ?? combined ME and SIM 
phonebook */
 #define NK6510_MEMORY_VOICE            0x0b    /* Voice Mailbox */
 #define NK6510_MEMORY_SD               0x0c    /* SIM Service Dialling Numbers 
*/
 #define NK6510_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
 #define NK6510_MEMORY_GROUPS           0x10    /* Caller groups */
+#define NK6510_MEMORY_ON               0x17    /* SIM (or ME) own numbers list 
*/
 #define NK6510_MEMORY_EXTGROUPS                0x23    /* Extended Caller 
Groups */
 #define NK6510_MEMORY_MR               0x27    /* Message Recipients */
 #define NK6510_MEMORY_CL               0x28    /* Call Log */

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |    2 ++
 Docs/protocol/nk6510.txt |    1 +
 include/phones/nk6510.h  |    2 +-
 3 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]