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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-116-gf861c26
Date: Wed, 26 Jan 2011 14:16:02 +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  f861c26f6b58bf7e0ec493c2f274dd96c3c732a2 (commit)
      from  f4edb2d165f01475149a41b7985927a128c6d0e4 (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=f861c26f6b58bf7e0ec493c2f274dd96c3c732a2


commit f861c26f6b58bf7e0ec493c2f274dd96c3c732a2
Author: Daniele Forsi <address@hidden>
Date:   Wed Jan 26 15:14:20 2011 +0100

    Add documentation for the new [flags] section of the configuration file

diff --git a/Docs/sample/gnokiirc b/Docs/sample/gnokiirc
index 2147f7c..13ac522 100644
--- a/Docs/sample/gnokiirc
+++ b/Docs/sample/gnokiirc
@@ -177,6 +177,36 @@ serial_baudrate = 19200
 # forever.
 smsc_timeout = 10
 
+# If your Nokia phone isn't correctly handled by libgnokii you can describe
+# its features with a comma separated list of flags (and please write to the
+# mailing list so it can be fixed).
+# For phones older than Series 40 use OLD_DEFAULT; for Series 40 3rd Edition
+# and later Series 40 use DEFAULT_S40_3RD; for all other Nokias use DEFAULT.
+# Format is: product name=model name[,flag]...
+# where product name is the corresponding string returned by gnokii --identify
+# model name is the marketing name of the phone and valid flags are:
+# AUTHENTICATION: phone needs a special protocol initialization
+# CALENDAR: phone supports calendar events (first protocol)
+# CALLERGROUP: phone supports caller groups in phonebooks
+# DATA: phone supports an old non-AT protocol for data communications (DON'T 
use this)
+# DEFAULT_S40_3RD: shortcut for DEFAULT, SMSFILE, EXTPBK2, EXTCALENDAR
+# DEFAULT: shortcut for OLD_DEFAULT, CALLERGROUP, EXTPBK, FOLDERS
+# DTMF: phone can send DTMF tones
+# EXTCALENDAR: phone supports calendar events (second protocol)
+# EXTPBK: phonebooks supports more than just name and number (first protocol)
+# EXTPBK2: phonebooks supports more than just name and number (second protocol)
+# FOLDERS: SMS are stored in IN, OU, ... instead of SM, ME
+# FULLPBK: currently unused
+# KEYBOARD: keypresses can be emulated by the computer
+# NETMONITOR: phone supports Nokia NetMonitor
+# OLD_DEFAULT: shortcut for SPEEDDIAL, SMS, DTMF, KEYBOARD, CALENDAR
+# SMSFILE: SMS are stored in the phone's filesystem
+# SMS: phone supports SMS
+# SPEEDDIAL: phone supports speed dials
+# XGNOKIIBREAKAGE: enable dangerous functions known to damage some phones 
(DON'T use this)
+[flags]
+#RM-237=3110c, DEFAULT_S40_30
+
 # Set this to 1 if you want to break your phone with xgnokii. Works only
 # with few Nokia models and FBUS communication
 [xgnokii]

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

Summary of changes:
 Docs/sample/gnokiirc |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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