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-40


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-408-gaf558ce
Date: Fri, 15 Jun 2012 20:59:05 +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  af558ce9cc7aed94667659c9fbbe6a13b7bb3400 (commit)
      from  7896feda4d2bd4d4b623d963419401184e06437c (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=af558ce9cc7aed94667659c9fbbe6a13b7bb3400


commit af558ce9cc7aed94667659c9fbbe6a13b7bb3400
Author: Daniele Forsi <address@hidden>
Date:   Fri Jun 15 22:53:33 2012 +0200

    Add another id for Nokia 1110 and ids for Nokia 1112 and Nokia 1208
    
    Thanks to Gustavo Conrad for providing their ids.
    Nokia 1110
    01 00 00 08 00 01 58 2c 00 27 56 20 34 2e 30 32 |       X, 'V 4.02
    0a 31 32 2d 30 35 2d 30 35 0a 52 48 2d 36 39 0a |  12-05-05 RH-69
    28 63 29 20 4e 4d 50 0a 4e 31 31 31 30 0a 55 42 | (c) NMP N1110 UB
    00 00                                           |
    Nokia 1112
    01 00 00 08 00 01 58 28 00 21 56 20 35 2e 30 33 |       X( !V 5.03
    0a 30 34 2d 32 31 2d 30 36 0a 52 48 2d 39 32 0a |  04-21-06 RH-92
    28 63 29 20 4e 4d 50 0a 55 42 00 00 00 00       | (c) NMP UB
    Nokia 1208
    01 00 00 08 00 01 58 28 00 22 56 20 35 2e 33 32 |       X( "V 5.32
    0a 30 35 2d 31 38 2d 30 38 0a 52 48 2d 31 30 36 |  05-18-08 RH-106
    0a 28 63 29 20 4e 4d 50 0a 55 42 00 00 00       |  (c) NMP UB

diff --git a/ChangeLog b/ChangeLog
index 4aafa08..9aa6196 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,10 @@
       gn_statemachine                                   (Paweł Kot)
     o add id for Nokia 3720c to misc.c only; use model=series40
                                                      (Anders Jenbo)
+    o add another id for Nokia 1110 and ids for Nokia 1112 and 1208
+      to misc.c only; use model=series40; many commands don't work,
+      see the Series 30 section in Docs/README-6510
+                                                   (Gustavo Conrad)
  * at driver updates
     o in the default case autodetect if PDU SMS starts with SMSC
                                                     (Daniele Forsi)
diff --git a/Docs/README-6510 b/Docs/README-6510
index 9be02f6..0592e39 100644
--- a/Docs/README-6510
+++ b/Docs/README-6510
@@ -86,6 +86,20 @@ When using this driver you may encounter the following 
errors:
   "Nokia mode" from phone's menu
 * "No route to host" - run as root "ifconfig usbpn0 up"
 
+* Series 30 *
+
+This driver also handles Series 30 phones using Series 40 commands (with
+configuration parameter model=series40) but some commands do not work. It is
+unknown if some functionality is not implemented in phone's firmware or if it 
is
+available using different commands.
+Series 30 phones for which --identify works with this driver so far are:
+ * 1110 RH-69 (--sendsms fails; --getsms fails)
+ * 1110 RH-93
+ * 1112 RH-92 (--sendsms fails; --getsms fails)
+ * 1208 RH-106 (--sendsms works; --getsms fails)
+ * 1209 RH-105
+ * 1280 RM-647
+
 * TODO *
 
  * implement further functionality
diff --git a/common/misc.c b/common/misc.c
index 54a6267..eca2a04 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -79,7 +79,10 @@ static gn_phone_model models[] = {
        {"1100",  "RH-38",      PM_OLD_DEFAULT },
        {"1100b", "RH-36",      PM_OLD_DEFAULT },
        {"1101",  "RH-75",      PM_OLD_DEFAULT }, /* Yet another 1100 variant, 
untested */
+       {"1110",  "RH-69",      PM_DEFAULT_S30 },
        {"1110",  "RH-93",      PM_DEFAULT_S30 },
+       {"1112",  "RH-92",      PM_DEFAULT_S30 },
+       {"1208",  "RH-106",     PM_DEFAULT_S30 },
        {"1209",  "RH-105",     PM_DEFAULT_S30 },
        {"1220",  "NKC-1",      PM_OLD_DEFAULT },
        {"1260",  "NKW-1",      PM_OLD_DEFAULT },

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

Summary of changes:
 ChangeLog        |    4 ++++
 Docs/README-6510 |   14 ++++++++++++++
 common/misc.c    |    3 +++
 3 files changed, 21 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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