This commit was manufactured by cvs2svn to create tag
[gnokii.git] / Docs / en_US / gnokii / gnokii.htm
index 2e00fd1..1dd173f 100644 (file)
-<html>
-<head>
-   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-   <meta name="Author" content="Marcin Wiacek">
-   <title>Command line gnokii FAQ</title>
-   <link REL=stylesheet HREF="../styl.css" TYPE="text/css">
-</head>
-<body>
-
-<a NAME="Top"></a>
-<p align="RIGHT"><a class="autoremail" href="../index.htm">Main page</a></p>
-<center><font color="#1F409F" size=+2 class="tytul">Command line gnokii FAQ</font></center>
-
-<p><hr size="2" noshade width="60%" align="center" style="color: #004080">
-
-<p><font color="#1F409F" size=+2 class="dzial">What is command line gnokii ?</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<p>It was first our testing tool. Now it can be used for making almost all things
-possible with gnokii package (and this is the only available tool for win32).
-
-<p><font color="#1F409F" size=+2 class="dzial">Some general commands...</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<DL>
-<DT><I>gnokii --help</I> 
-<DD>Displays GNOKII list of parameters:
-<PRE>c:\> gnokii --help
-   usage: gnokii [--help|--monitor|--version]
-          gnokii --getmemory memory_type start [end] [-d]
-          gnokii --writephonebook [-i]
-          gnokii --getspeeddial number
-          gnokii --setspeeddial number memory_type location
-          gnokii --getsms memory_type start [end] [-f file]
-          gnokii --deletesms memory_type start [end]
-          gnokii --sendsms destination [--smsc message_center_number |
-                 --smscno message_center_index] [--long n] [-s] [-C n]
-                 [-8] [-v n] [-d]
-          ........
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><I>gnokii --version</I> 
-<DD>Displays GNOKII version and copyright information:
-<PRE>c:\> gnokii --version      
-GNOKII Version 0.3.3-pre8-gold
-Copyright (C) Hugh Blemings <hugh@linuxcare.com>, 1999, 2000
-Copyright (C) Pavel Janík ml. <Pavel.Janik@linux.cz>, 1999, 2000
-Built 10:36:05 Dec 10 2000 for 6110 on com2: 
-</PRE>
-</DD></DL>
-
-<p><font color="#1F409F" size=+2 class="dzial">Managing phonebook and other (dialed, misssed, answered, own, etc.) memories</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<DL>
-<DT><I>gnokii --getmemory memory_type start [end] [-d]</I> 
-<DD>Reads specificed memory location from phone..
-<p>You can specify such memories:
-
-<p>
-<ul>
-<li>ME - Phone phonebook memory</li>
-<li>SM - SIM card phonebook memory,</li>
-<li>FD - Fixed dial numbers,</li>
-<li>ON - Own numbers,</li>
-<li>EN - Emergency numbers,</li>
-<li>DC - Dialled numbers,</li>
-<li>RC - Received numbers,</li>
-<li>MC - Missed numbers,</li>
-<li>LD - Last dialed</li>
-</ul>
-
-<p>
-With memories DC, EC, MC you will see assigned date (yes, with all Dialled,
-Received, Missed numbers phone saves date and time too !). If you don't want
-it, use <i>-d</i> option
-
-<p>Note: Locations start from 0 !
-
-<p>Usage examples:
-
-<PRE>tfuj:~$ gnokii --getmemory SM 1 5
-Maja ERA;+48604xxxxxx;SM;1;1
-Dom;+4822xxxxxxx;SM;2;5
-Maja;+4822xxxxxxx;SM;3;1
-Iza;+48601xxxxxx;SM;4;5
-Ania;+48501xxxxxx;SM;5;0
-
-tfuj:~$ gnokii --getmemory ON 1 5
-DOM;+4822xxxxxxx;ON;1;5
-;;ON;2;5
-;;ON;3;5
-;;ON;4;5
-ON|5|Bad location or other error!(22)
-
-tfuj:~$ gnokii --getmemory EN 1 5
-Memory type EN not supported!
-
-tfuj:~$ gnokii --getmemory MC 1 5
-Maja IDEA;501xxxxxx;MC;1;5
-21.06.2000 21:32:52
-Maja IDEA;0501xxxxxx;MC;2;5
-21.06.2000 18:06:02
-;;MC;3;5
-11.06.2000 15:09:33
-;;MC;4;5
-11.06.2000 12:44:55
-;;MC;5;5
-10.06.2000 16:59:13
-</PRE>
-
-<p>The meaning of the fields in the output: 
-  <UL>
-    <LI>
-      <TT>ME/SM/ON/FD/EN/LD</TT>: 
-      <OL>
-        <LI>Name </LI>
-        <LI>Number </LI>
-        <LI>Memory type </LI>
-        <LI>Location in the memory</LI>
-        <LI>Group number</LI>
-      </OL>
-    <LI>
-      <TT>DN/RC/MC</TT>:
-      <OL>
-        <LI>Name </LI>
-        <LI>Number </LI>
-        <LI>Memory type </LI>
-        <LI>Location in the memory </LI>
-        <LI>Group number </LI>
-        <LI>Date and time of the call </LI>
-      </OL>
-    </LI>
-  </UL>
-
-<p>Possible errors: 
-  <OL>
-    <LI>Bad location or other error!(22) </li>
-    <LI>Memory type <TT>XX</TT> not supported! </LI>
-  </OL>
-
-</DD></DL>
-
-<DL>
-<DT><I>gnokii --writephonebook [-i]</I> 
-<DD>
-Reads the data from the standard input and saves it in the SIM Card/phone 
-memory. The input data is in the format as described above (in desciption
-for <i>--getmemory</i> parameter).
-
-<p>Usage examples:
-
-<PRE>
-tfuj:~$ gnokii --writephonebook
-
-Girlfriend;+48501000000;ME;1;1
-Write Succeeded: memory type: int, loc: 1, name: Girlfriend, number: +48501000000
-
-tfuj:~$ echo "Very_long_name_longer_then_the_phone_can_save;some_string;ME;2;1" | gnokii --writephonebook
-Write Succeeded: memory type: int, loc: 2, name: Very_long_name_longer_then_the_phone_can_some_string, number: some_string
-
-tfuj:~$ echo "Girlfriend;+48501000000;ME;200;1" | gnokii --writephonebook
-Write FAILED(22): memory type: int, loc: 200, name: Girlfriend, number: +48501000000
-
-tfuj:~$ echo "Girlfriend;+48501000000;ME;3;10" | gnokii --writephonebook
-Write Succeeded: memory type: int, loc: 3, name: Girlfriend, number: +48501000000
-
-tfuj:~$ gnokii --getmemory ME 1 5
-Girlfriend;+48501000000;ME;1;1
-Very_long_name_l;//3/////2#4;ME;2;1
-Girlfriend;+48501000000;ME;3;10
-;;ME;4;5
-;;ME;5;5
-
-tfuj:~$ echo "Girlfriend;+48501000000;PP;3;10" | gnokii --writephonebook
-Format problem on line 1 [Girlfriend;+48501000000;PP;3;10]
-
-tfuj:~$ echo "some_nonsense_string" | gnokii --writephonebook
-tfuj:~$ 
-</PRE>
-
-<p>Some notes: 
-  <OL>
-    <LI>Remember that any existent entries in the phonebook will be overwritten 
-        (must use [-i] option, if you don't want it - you will be asked then, if
-        you want overwrite or not)</LI>
-    <LI>Names and numbers are truncated by the phone when saving. </LI>
-  </OL>
-
-<p>Possible errors: 
-  <OL>
-    <LI>Wrong location: Write FAILED(22) </LI>
-    <LI>Wring memoty type: Format problem on line n </LI>
-    <LI>Other errors: [no output] - <I>this should be changed</I> </LI>
-  </OL>
-
-</DD></DL>
-
-<DL>
-<DT><I>gnokii --getvoicemailbox</I> 
-<DD>Get voice mailbox number
-
-<p>Example:
-<PRE>
-
-</PRE>
-</DD></DL>
-
-<p><font color="#1F409F" size=+2 class="dzial">Speed dials</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<DL>
-<DT><I>gnokii --getspeeddial number</I> 
-<DD>Reads from the phone a number assigned to a shotrcut key
-
-<p>Example:
-<PRE>
-tfuj:~$ gnokii --getspeeddial 1
-SpeedDial nr. 1: 3:0
-</PRE>
-The output format: <i>SpeedDial nr. key_number: memory_type:location</i>.
-
-<p>On error output is empty.
-</DD></DL>
-
-<DL>
-<DT><I>gnokii --setspeeddial number memory_type location</I> 
-<DD>Writes to the phone a number assigned to a shotrcut key.
-You can use memory SM or ME.
-
-<p>Example:
-
-<PRE>
-tfuj:~$ gnokii --setspeeddial 1 SM 1
-Succesfully written!
-
-tfuj:~$ gnokii --setspeeddial 1 PP 1    
-Unknown memory type PP!
-</PRE>
-
-<p>...but there are still some bugs:
-
-<PRE>
-tfuj:~$ gnokii --setspeeddial 1 SM 10000
-Succesfully written!
-
-tfuj:~$ gnokii --getspeeddial 1
-SpeedDial nr. 1: 3:16
-</PRE>
-</DD></DL>
-
-<p><font color="#1F409F" size=+2 class="dzial">SMS (Smart Messaging System)</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<p>If you don't know anything about SMS, please read our <a href=../gsm/sms/sms.htm>SMS FAQ</a>.
-
-<DL>
-<DT><I>gnokii --getsms memory_type start [end] [-f file]</I> 
-<DD>Reads SMS messages from the specified <i>memory_type</i> (it can
-be phone's internal memory - ME - or SIM card - SM memory) starting at 
-<i>start</i> and ending at <i>end</i>. If <i>end</i> argument is not 
-present only one location - <i>start</i> - is read.
-
-<p>Examples: 
-
-<PRE>tfuj:~$ gnokii --getsms SM 11
-11. Inbox Message (read)
-Date/time: 29/6/0 13:41:22 +0100
-Sender: 102 Msg Center: +48501200777
-Text:
-SMS OD: Mariusz, Wszystkiego najlepszego z okazji imienin! Mariusz
-
-tfuj:~$ gnokii --getsms SM 3
-3. Delivery Report (read)
-Sending date/time: 25/5/0 13:58:24 +0100
-Response date/time: 25/5/0 13:58:32 +0100
-Receiver: +48605000000 Msg Center: +48501200777
-Text: Delivered
-
-tfuj:~$ gnokii --getsms SM 5
-5. Outbox Message (not sent)
-Text: UU0i7eec
-
-tfuj:~$ gnokii --getsms SM 12
-GetSMS SM 12 failed!(4)
-
-tfuj:~$ gnokii --getsms SM 15
-15. Delivery Report (read)
-Sending date/time: 3/1/0 10:49:51 +0100
-Response date/time: 6/1/0 10:51:06 +0100
-Receiver: 1921681052342802 Msg Center: +48501200777
-Text: Failed
-
-tfuj:~$ gnokii --getsms SM 28
-SMS location SM 28 empty.
-
-tfuj:~$ gnokii --getsms SM 25 28
-25. Inbox Message (read)
-Date/time: 18/6/0 12:17:30 +0100
-Sender: 501 Msg Center: +48501200777
-Text:
-Liczba wiadomosci:1,nowych:1,faksow:0
-
-SMS location SM 26 empty.
-27. Inbox Message (read)
-Date/time: 21/6/0 19:45:11 +0100
-Sender: 123 Msg Center: +48501200777
-Text:
-Informujemy, ze wyslalismy do Panstwa fakture z terminem platnosci do 28.06.00. Dziekujemy za wybranie sieci Idea.
-
-SMS location SM 28 empty.
-
-tfuj:~$ gnokii --getsms SM 31
-Invalid location: SM 31
-
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><I>gnokii --deletesms memory_type start [end]</I> 
-<DD>
-Deletes SMS messages from specified memory type (SM or ME)
-starting at entry <i>start</i> and ending at <i>end</i>
-
-<p>Examples: 
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><I>
-gnokii --sendsms destination [--smsc message_center_number |
---smscno message_center_index] [--long n] [-s] [-C n]
-[-8] [-v n] [-d]
-[--enablevoice|--disablevoice|--enablefax|--disablefax|
---enableemail|--disableemail|--void] [--unicode]</I>
-<DD>
-Sends an SMS message to <i>destination</i>
-via SMSC number given in <i>message_center_number</i> or SMSC number taken from
-phone memory from address <i>message_center_index</i>.
-If arguments <i>--smsc</i> and <i>--smscno</i> is ommited SMSC number is taken
-from phone memory from location 1. Message text
-is taken from standard input.
-
-<p>Meaning of optional parameters:
-<ul>
-<li><i>--smsc</i> - specify SMSC set</li>
-<li><i>--smscno</i> - specify SMSC number</li>
-<li><i>--long</i> - reads <i>n</i> bytes and cut into Linked SMS
-(only when contenst is longer than size of 1 SMS)</li>
-<li><i>-s</i> - set replying via the same centre</li>
-<li><i>-C</i> - specify SMS class</li>
-<li><i>-8</i> - send as 8-bit SMS</li>
-<li><i>-v</i> - set validity</li>
-<li><i>-d</i> - you will receive delivery report</li>
-<li><i>--enablevoice, --disablevoice, --enablefax,
---disablefax, --enableemail, --disableemail</i> - 
-These switches makes, that SMS has different meaning and in some phones
-will enable/disable voice/fax/email signs on phone's screen</li>
-<li><i>--voidsms</i> - 
-These switches makes, that SMS has different meaning and some phones
-after receiving it won't
-display anything on the screen, but it will make sound/enable vibra</li>
-<li><i>--unicode</i> - codes SMS as Unicode SMS. When put
-'~' (tilde) char inside, phone will start/end
-blinking text. When will put "{" char,
-contents of SMS will be invisible in some phones.</li>
-</ul>
-
-<p>Examples: 
-
-<PRE>
-gnokii --sendsms "+48601601601" < file
-</PRE>
-</DD></DL>
-Saves an SMS message in SIM. Message text is taken from stdin.
-
-<DL>
-<DT><I>
-gnokii --savesms destination|\"\" [--smsc
-message_center_number] [--smscno message_center_index]
-[--long n] [-r] [-i] [-s] [-C n] [-8] [-a] [-l]
-[--enablevoice|--disablevoice|--enablefax|--disablefax|
---enableemail|--disableemail|--void|--hang|--bug] [--unicode]
-</i>
-<DD>
-
-<p>Meaning of optional parameters:
-<ul>
-<li><i>--smsc</i> - specify SMSC set</li>
-<li><i>--smscno</i> - specify SMSC number</li>
-<li><i>--long</i> - reads <i>n</i> bytes and cut into Linked SMS
-(only when contenst is longer than size of 1 SMS)</li>
-<li><i>-r</i> - mark SMS as read/sent</li>
-<li><i>-i</i> - saves SMS to inbox</li>
-<li><i>-s</i> - set replying via the same centre</li>
-<li><i>-C</i> - specify SMS class</li>
-<li><i>-8</i> - send as 8-bit SMS</li>
-<li><i>-a</i> - ask, when specify location and sms is already there</li>
-<li><i>-l</i> - specify location</li>
-<li><i>--enablevoice, --disablevoice, --enablefax,
---disablefax, --enableemail, --disableemail</i> - 
-These switches makes, that SMS has different meaning and in some phones
-will enable/disable voice/fax/email signs on phone's screen</li>
-<li><i>--voidsms</i> - 
-These switches makes, that SMS has different meaning and some phones
-after receiving it won't
-display anything on the screen, but it will make sound/enable vibra</li>
-<li><i>--hangsms</i> - 
-This switch makes, that SMS has different meaning and in some phones
-(like Nokia 5110) it will hang phone, when saved to Outbox and
-you try to read it from phone's menu</li>
-<li><i>--bug</i> - 
-This switch makes, that SMS has different meaning and in some phones
-(like Nokia 5110, 6150) has problems with this SMS, when try to read it
-from phone's menu. It seems to be its firmware bug...
-</li>
-<li><i>--unicode</i> - codes SMS as Unicode SMS. When put
-'~' (tilde) char inside, phone will start/end
-blinking text. When will put "{" char,
-contents of SMS will be invisible in some phones.</li>
-</ul>
-
-<p>Examples: 
-
-<PRE>
-gnokii --savesms "SavedSMS" -i < file
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>gnokii --getsmsc message_center_number</i>
-<DD>show the SMSC number from location <i>message_center_number</i>.
-
-<p>Usage examples:
-
-<PRE>
-tfuj:~$ gnokii --getsmsc 1
-1. SMS center (CENTERTEL) number is +48501200777
-Messages sent as Text
-Message validity is 72 hours
-
-tfuj:~$ gnokii --getsmsc 2
-2. SMS center () number is 
-Messages sent as Text
-Message validity is Unknown
-</PRE>
-</DD></DL>
-
-<p><font color="#1F409F" size=+2 class="dzial">Date/time and alarm</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<DL>
-<DT><I>gnokii --getdatetime</I> 
-<DD>
-Shows current date and time in the phone.
-
-<p>Example:
-
-<PRE>
-tfuj:~$ gnokii --getdatetime
-Date: 2000/07/06
-Time: 23:50:43
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><I>gnokii --setdatetime [YYYY [MM [DD [HH [MM]]]]]</I> 
-<DD>
-Set the date and the time of the phone.
-
-<p>Example:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><I>gnokii --getalarm</I> 
-<DD>
-Shows current alarm set in phone.
-
-<p>Example:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><I>gnokii --setalarm HH MM</I> 
-<DD>
-Set the alarm of the phone.
-
-<p>Example:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<p><font color="#1F409F" size=+2 class="dzial">Calendar</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<DL>
-<DT><I>gnokii --getcalendarnote index [-v]</I> 
-<DD>
-Get the note with number index from calendar. It will be written in
-vCalendar 1.0 format, when use <i>-v</i> option.
-
-<p>Example:
-
-<PRE>
-tfuj:~$ gnokii --getcalendarnote 1
-   Type of the note: Reminder
-   Date: 2000-06-26
-   Time: 23:59:59
-   Text: GNOKII TEST
-
-tfuj:~$ gnokii --getcalendarnote 2
-The calendar note can not be read
-
-tfuj:~$ gnokii --getcalendarnote 1 -v
-BEGIN:VCALENDAR
-VERSION:1.0
-BEGIN:VEVENT
-CATEGORIES:MISCELLANEOUS
-SUMMARY:GNOKII TEST
-DTSTART:20000626T235959
-END:VEVENT
-END:VCALENDAR
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><I>gnokii --writecalendarnote vcardfile number</I> 
-<DD>
-Write the note to calendar.
-
-<p>Example:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><I>gnokii --deletecalendarnote index</I> 
-<DD>
-Delete the note with number <i>index</i> from calendar.
-
-<p>Example:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<p>
-<img src="../gsm/netmon/nm_5110.gif" align=right>
-<font color="#1F409F" size=+2 class="dzial">Netmonitor</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<p>If you don't know, what is this or how to use it, please read first
-our <a href=../gsm/netmon/faq_net0.htm>Netmonitor manual</a>.
-
-<DL>
-<DT><I>gnokii --netmonitor {reset|off|field|devel|next|nr}</I> 
-<DD>
-Setting/querying netmonitor mode.
-
-<p>Example:
-
-<PRE>
-tfuj:~$ gnokii --netmonitor 0
-TMSI46963A06
-T321:  2/ 20
-PRP:5   0  0
-     0   784
-
-tfuj:~$ gnokii --netmonitor 1    
- 784 -72 xxx
- 0  0 x xxxx
-  29      29
-    CBCH
-
-tfuj:~$ gnokii --netmonitor 2
- NO 2    B35
- 16   x
-
-tfuj:~$ gnokii --netmonitor 3
-784 28-73 28
-781 19-82 19
-809 19-82 19
-     N  N
-
-tfuj:~$ gnokii --netmonitor 4
-778 12-89 12
-794 11-90 11
-774  8-93  8
-   N  N  N
-
-tfuj:~$ gnokii --netmonitor 5
-800-99-99-99
-xxxxxxxxxxxx
-xxxxxxxxxxxx
-   N xx xx
-
-tfuj:~$ gnokii --netmonitor 6
-26003  26002
-20420  26001
-26207  20810
-26203  20416
-
-tfuj:~$ gnokii --netmonitor 7
-E A H C I BR
-1 1 0 0 0 10
-
-tfuj:~$ gnokii --netmonitor 1000
-
-  NO TEST
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><I>gnokii --nm_collect [screen x] [screen y] [screen z]</I> 
-<DD>
-This function is like <i>--netmonitor</i>, but:
-
-<p>
-<ul>
-<li>each screen is printed on one single line</li>
-<li>it loop until user press CTRL-C, (like <i>--monitor</i>)</li>
-<li>it output simultaneously 1, 2 or 3 netmonitor screen</li>
-</ul>
-
-<p>Was originally developed for:
-
-<p>
-<ul>
-<li>comparing of data from differents screen.</li>
-<li>log of netmonitor screen</li>
-</ul>
-
-<p>It's easier and has less options than <i>--netmonitordata</i>, but
-should work with every phone that has netmonitor enabled and
-don't need any parameter specifications (like <i>--netmonitordata</i>,
-which requires external file with info about parameters).
-
-<p>Author: <a href=mailto:a.scopece@tin.it>Andrea Scopece</a>
-
-<p>Example:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><I>
-gnokii --netmonitordata [-S file] [-I file] [-h] [-n n] [-ts n] [-tm n]
-[-fs str] [-ls str] FLD1:FLD2:FLDn:...</I> 
-<DD>
-
-<p>Meaning of parameters is:
-<p>
-<ul>
-<li><i>-fs string</i> - field separator, default "&nbsp;"</li>
-<li><i>-ls string</i> - line separator, default LF (CRLF for win32)</li>
-<li><i>-ts seconds</i> - seconds before of next output of data (min 1 s,
-max 3600 s)</li>
-<li><i>-tm milliseconds</i> - milliseconds before of next output of data
-(default 200 ms, min 200 ms, max 10000 ms)</li>
-<li><i>-n times</i> - stop data output after "times" cycle.
-                    <i>-ts</i> and <i>-tm</i> are mutually exclusive</li>
-<li><i>-h</i> - no header output, (default yes)</li>
-<li><i>DATE</i> - output date, may be as normal YY-MM-DD</li>
-<li><i>DATE-S</i> - output date, may be as short MM-DD</li>
-<li><i>DATE-L</i> - output date, may be as long yyyy-mm-dd</li>
-<li><i>TIME</i> - output time, may be as normal hh:mm:ss</li>
-<li><i>TIME-S</i> - output time, may be as short hh:mm</li>
-<li><i>TIME-L</i> - output time, may be as long hh:mm:ss:cc</li>
-<li>&nbsp;
-<table>
-<tr><td>PARAM1
-<br>PARAM2
-<br>PARAM3
-<br>....
-<br>PARAMn
-</td>
-<td>
-This is the name of a param as specified in file
-info-mon/model/version
-parameter names must be in this file, and are case sensitive.
-
-<p>You can specify max 512 params at once.
-</td></tr>
-</table>
-</li>
-
-<li><i>-S file</i> - parameters of netmonitor screen
-you can override the default specification
-of netmonitor parameters, suppling a file here.</li>
-<li><i>-I file</i> - sequence of command line's argument
-this is useful execute a series of different
-operation, like calling:
-<br><i>gnokii --netmonitordata args_set_1
-<br>gnokii --netmonitordata args_set_2
-<br>gnokii --netmonitordata args_set_3
-<br>gnokii --netmonitordata args_set_n
-</i>
-
-<p>file contains arguments as normally specified
-on command line, but:
-       
-<p>on every line you should specify <i>-n n</i> option
-so processing can stop without user intervent,
-and continue with next line args_set.
-       
-<p>May be useful to make some pre-made collection,
-as one made for battery check poupose, as
-anothor to monitor neighbor cells, and so on.
-
-<p>Inside this file options <i>-I</i> and option <i>-S</i>
-are silently ignored
-       
-<p>Line in this file may be max length 1024
-</li>
-</ul>
-
-<p>Here is also note from author:
-
-<p>Checks of all arguments, and eventually files contents, are made
-before start of data output.
-       
-<p>Because of complexity of command line, phone spec, and eventually
-command file, on error, you have datailed description of any error,
-
-<p>Also I attached here an examples of commands-file (see /Docs/examples)
-that can run with:
-<i>mygnokii --netmonitordata -S netmonitordata_6150_413 -I nmd_commands</i>
-
-<p>Users of same model but with other firmware version probably
-should do very little work for an exact parameters specifications
-of theirs phones.
-
-<p>Users of 5110 and 6110 probably should remove some parameters not
-available, like parameters related to dual band.
-
-<p>Users of other phone models should write a new parameters-file:
-some hints are available in file netmonitordata_6150_413.
-             
-<p>If help is needed, please dump the screen,
-(<i>mygnokii --netmonitor 20 > screen_20.txt</i>),
-and send an e-mail to <a href=email:a.scopece@tin.it>my address</a>.
-
-<p>If available, check help screen by pressing '*' on phone
-(during netmonitor session).
-
-<p>Scope of this work is monitoring some "user-interesting"
-parameters, coming from differents screen, like battery charging
-vs. time, cell ID and channel changes vs. signal strenght, ...
-
-<p>This is work in progress, so any input would be appreciated.
-
-<p>Author: <a href=mailto:a.scopece@tin.it>Andrea Scopece</a>
-
-<p>Example:
-
-<PRE>
-gnokii --netmonitordata -S file RxL:LAC:CID
-
-gnokii --netmonitordata -S file -fs ";" RxL:LAC:CID
-</PRE>
-</DD></DL>
-
-<p><font color="#1F409F" size=+2 class="dzial">Logos and startup texts</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<p>If you don't know, what is logo, please read first <a href=../gsm/logos/logos.htm>our logos FAQ</a>.
-
-<DL>
-<DT><i>
-gnokii --bitmapconvert source destination
-<br>gnokii --bitmapconvert source destination op [network code]
-<br>gnokii --bitmapconvert source destination caller [caller group number]
-<br>gnokii --bitmapconvert source destination startup
-</i>
-<DD>
-Converts logo files. Supported formats:
-NOL, NGG, NSL, NLM, BMP, OTA, XPM.
-3'rd parameter allow to specify, what type should be destination
-logo (when format allows for it).
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --sendlogo op destination logofile network_code
-[--smsc message_center_number] [--smscno message_center_index]
-[-s] [-v n] [-d]
-<br>gnokii --sendlogo caller destination logofile
-[--smsc message_center_number] [--smscno message_center_index]
-[-s] [-v n] [-d]
-</i>
-<DD>
-Send the logofile to destination as operator
-or CLI logo. Optional parameters:
-
-<p>
-<ul>
-<li><i>--smsc</i> - specify SMSC set</li>
-<li><i>--smscno</i> - specify SMSC number</li>
-<li><i>-s</i> - set replying via the same centre</li>
-<li><i>-v</i> - set validity</li>
-<li><i>-d</i> - you will receive delivery report</li>
-</ul>
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --savelogo op logofile network_code
-[--smsc message_center_number] [--smscno message_center_index]
-[-r] [-i] [-s] [-a] [-l] [--name name]
-<br>gnokii --savelogo caller logofile
-[--smsc message_center_number] [--smscno message_center_index]
-[-r] [-i] [-s] [-a] [-l] [--name name]
-</i>
-<DD>
-Saves the logofile on SIM as operator
-or CLI logo. Optional parameters:
-
-<p>
-<ul>
-<li><i>--smsc</i> - specify SMSC set</li>
-<li><i>--smscno</i> - specify SMSC number</li>
-<li><i>-r</i> - mark as read</li>
-<li><i>-i</i> - save to inbox</li>
-<li><i>-s</i> - set replying via the same centre</li>
-<li><i>-a</i> - ask, when specify location and sms is already there</li>
-<li><i>-l</i> - specify location</li>
-<li><i>--name</i> - specify recipient/sender name instead of default</li>
-</ul>
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --setlogo op [logofile] [network code]
-<br>gnokii --setlogo startup [logofile]
-<br>gnokii --setlogo caller [logofile] [caller group number] [group name]
-<br>gnokii --setlogo {dealer|text} [text]
-</i>
-<DD>
-Set caller, startup or operator logo or set (Dealer) welcome note.
-
-<p>In Nokia 6110/6130/6150 you will see menu in phone after using it...
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --getlogo op [logofile] [network code]
-<br>gnokii --getlogo startup [logofile] [network code]
-<br>gnokii --getlogo caller [logofile][caller group number][network code]
-<br>gnokii --getlogo {dealer|text}
-</i>
-<DD>
-Get caller, startup or operator logo or get (Dealer) welcome note.
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<p><font color="#1F409F" size=+2 class="dzial">Ringtones</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<DL>
-<DT><i>
-gnokii --sendringtone destination ringtonefile
-[--smsc message_center_number] [--smscno message_center_index]
-[-s] [-v n] [-d] [--scale]
-</i>
-<DD>
-Send the RTTL/OTT file to destination as ringtone.
-
-<p>
-<ul>
-<li><i>--smsc</i> - specify SMSC set</li>
-<li><i>--smscno</i> - specify SMSC number</li>
-<li><i>-s</i> - set replying via the same centre</li>
-<li><i>-v</i> - set validity</li>
-<li><i>-d</i> - allow to receive delivery report, when send</li>
-<li><i>--scale</i> - saves scale info with all tones. It allow
-to eliminate firmware bug in some Nokia phones.</li>
-</ul>
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --saveringtone ringtonefile
-[--smsc message_center_number] [--smscno message_center_index]
-[-r] [-i] [-s] [-a] [-l] [--name name] [--scale]
-</i>
-<DD>
-Saves ringtone on SIM.
-
-<p>
-<ul>
-<li><i>--smsc</i> - specify SMSC set</li>
-<li><i>--smscno</i> - specify SMSC number</li>
-<li><i>-r</i> - mark as read</li>
-<li><i>-i</i> - save to inbox</li>
-<li><i>-s</i> - set replying via the same centre</li>
-<li><i>-s</i> - set replying via the same centre</li>
-<li><i>-a</i> - ask, when specify location and sms is already there</li>
-<li><i>-l</i> - specify location</li>
-<li><i>--name</i> - specify recipient/sender name instead of default</li>
-<li><i>--scale</i> - saves scale info with all tones. It allow
-to eliminate firmware bug in some Nokia phones.</li>
-</ul>
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-                           
-<DL>
-<DT><i>
-gnokii --setringtone ringtonefile
- [location]
-</i>
-<DD>
-Set the RTTL/OTT as ringtone
-
-<p>In Nokia 6110/6130/6150 you will see menu in phone after using it...
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --getbinringtone ringtonefile
- [location]
-</i>
-<DD>
-Gets downloadable ringtone and writes it in the special binary format
-(it's not yes decoded - after making it this function can be unavailable).
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --setbinringtone ringtonefile
- [location]
-</i>
-<DD>
-Sets downloadable ringtone. Ringtonefile is in format used by
-<i>--getbinringtone</i>. Mygnokii contains some default Nokia phones
-ringtones saved in this format.
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-       
-
-<DL>
-<DT><i>
-gnokii --ringtoneconvert source destination
-</i>
-<DD>
-Converts ringtone files (RTTL, OTT)
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --playringtone file
-</i>
-<DD>
-Plays ringtone in phone
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --composer ringtonefile
-</i>
-<DD>
-Shows, how ringtone will look in Composer in phone...and how to enter it there...
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --allringtones
-</i>
-<DD>
-Shows names of ringtones in your phone (to test, if they're put into source)
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<p><font color="#1F409F" size=+2 class="dzial">Backup/restore tool</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<DL>
-<DT><i>
-gnokii --backupsettings file [subformat]
-</i>
-<DD>
-Writes various settings into one file
-
-<p>Supported formats: LMB (Logo Manager Backup - full support for
-N61xx/51xx features; for N7110/6210 some things can be missed, when compare
-to files saved by LM),
-CSS (NCDS3 - only phonebook part),
-CSV (subformats: ncds2, lm, ncds3_pl - some things missed for N7110/6210),
-SCM (WinTesla)
-
-
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --restoresettings file
-</i>
-<DD>
-
-<p>
-<ol>
-<li>restores various settings from one file</li>
-<li>allow to write phonebooks and logos into separate files.</li>
-</ol>
-
-<p>Supported formats: LMB (Logo Manager Backup - full support for
-N61xx/51xx features; for N7110/6210 some things can be missed, when compare
-to files saved by LM),
-CSS (NCDS3 - only phonebook part),
-CSV (subformats: ncds2, lm, ncds3_pl - some things missed for N7110/6210),
-SCM (WinTesla)
-
-
-
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<p><font color="#1F409F" size=+2 class="dzial">Profiles</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<DL>
-<DT><i>
-gnokii --getprofile [number]
-</i>
-<DD>
-Show settings for selected(all) profile(s)
-
-<p>Usage examples:
-
-<PRE>
-tfuj:~$ gnokii --getprofile 1
-1. "General"
-Incoming call alert: Ringing
-Ringtone number: 19
-Ringing volume: Level 3
-Message alert tone: Standard
-Keypad tones: Off
-Warning and game tones: On
-Vibration: On
-Caller groups: 0x00
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --setprofile number feature value
-</i>
-<DD>
-Set profile feature
-
-<p>Possible features are:
-<ul>
-<li>callalert (Incoming call alert)
-  <br>possible values are:
-  <ul>
-    <li>ringing (Ringing)</li>
-    <li>ascending (Ascending)</li>
-    <li>ringonce (Ring once)</li>
-    <li>beeponce (Beep once)</li>
-    <li>ringing (Ringing)</li>
-    <li>groups (Caller groups - not in N5110)</li>
-    <li>off,0 (Off)</li>
-  </ul>
-</li>
-<li>volume (Ringing volume)
-  <br>possible values are: 1|2|3|4|5
-</li>
-<li>keypad,keypadtone (Keypad tones)
-  <br>possible values are:
-  <ul>
-    <li>0,off (Off)</li>
-    <li>1 (Level 1)</li>
-    <li>2 (Level 2)</li>
-    <li>3 (Level 3)</li>
-  </ul>
-</li>
-<li>smstone,messagetone,sms,message (Message alert tone)
-  <br>possible values are:
-  <ul>
-    <li>0,off (No tone)</li>
-    <li>standard (Standard)</li>
-    <li>special (Special)</li>
-    <li>beeponce,once (Beep once)</li>
-    <li>ascending (Ascending)</li>
-  </ul>
-</li>
-<li>warningtone,warning (Warning and game tones)
-  <br>possible values are: 0|off|1|on
-</li>
-<li>vibra,vibration (Vibration)
-  <br>possible values are: 0|off|1|on
-</li>
-<li>lights (Lights)
-  <br>possible values are:
-  <ul>
-    <li>0,off (Automatic)</li>
-    <li>1,on (On)</li>
-  </ul>
-</li>
-<li>answer (Automatic answer)
-  <br>possible values are: 0|off|1|on
-</li>
-<li>name - profile name (doesn't work in N5110)
-  <br>value is new profile name
-</li>
-<li>ringtone (Ringing tone)
-  <br>value is new ringing tone number
-</li>
-<li>groups - caller group name for profile
-  <br>value is new caller group number  
-</li>
-</ul>
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<p><font color="#1F409F" size=+2 class="dzial">Security features</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<P>This functions are available ONLY, if gnokii was compiled with them !
-
-<DL>
-<DT><i>
-gnokii --entersecuritycode PIN|PIN2|PUK|PUK2
-</i>
-<DD>
-Asks for the code and sends it to the phone
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --getsecuritycodestatus
-</i>
-<DD>
-Show if a security code is needed
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --getsecuritycode PIN|PIN2|PUK|PUK2|SecurityCode
-</i>
-<DD>
-Gets security code (only SecurityCode allowed !)
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<p><font color="#1F409F" size=+2 class="dzial">Other functions</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<DL>
-<DT><I>gnokii --monitor</I> 
-<DD>Runs <i>gnokii</i> in persistent communication state - displays all data 
-received from the phone to the <i>stderr</i>. Example session:
-
-<PRE>tfuj:~$ gnokii --monitor
-Entering monitor mode...
-Initialising GSM interface...
-RFLevel: 4
-Battery: 3
-Power Source: battery
-SIM: Used 42, Free 188
-Phone: Used 4, Free 46
-FD: Used 0, Free 20
-ON: Used 2, Free 3
-SMS Messages: UnRead 0, Number 26
-Network: IDEA Centertel (Poland), LAC: 00c8, CellID: 1024
-[...]
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --dialvoice number
-</i>
-<DD>
-Initiate voice call from first number on SIM card.
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --getdisplaystatus
-</i>
-<DD>
-Shows what icons are displayed in phone's screen.
-
-<p>Usage examples:
-
-<PRE>
-tfuj:~$ gnokii --getdisplaystatus    
-Call in progress: off
-Unknown: off
-Unread SMS: off
-Voice call: off
-Fax call active: off
-Data call active: off
-Keyboard lock: off
-SMS storage full: off
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --identify
-</i>
-<DD>
-Get IMEI, model and revision
-. In this moment doesn't work with MBUS connection
-and Unix...
-
-<p>Usage examples:
-
-<PRE>
-tfuj:~$ gnokii --identify    
-IMEI:     495502202470000
-Model:    NSK-3
-Revision: SW 4.11, HW2460
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --senddtmf string
-</i>
-<DD>
-Sends DTMF sequence
-. If you will start from "p" (Pause), phone will display
-menu before sending it...
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --presskeysequence sequence
-</i>
-<DD>
-presses some keys in phone keyboard
-
-<p>Available keys:
-<ul>
-<li>0..9</li>
-<li>#</li>
-<li>*</li>
-<li>m (Menu)</li>
-<li>n (Names)</li>
-<li>p (Power)</li>
-<li>g (Green)</li>
-<li>r (Red)</li>
-<li>+, - (Volume up or down)</li>
-<li>u (Up arrow)</li>
-<li>d (Down arrow)</li>
-<li>w - 2 sec. pause (useful, when you simulate writing SMS)</li>
-</ul>
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --reset [soft|hard]
-</i>
-<DD>
-Resets the phone.
- You can use "soft" parameter (no question for PIN code - it's default)
-or "hard" (phone will ask for PIN - of course, if you have it enabled in your card;
-in some phones - for example N5110 - this type of reset will be like "soft")
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --getphoneprofile
-</i>
-<DD>
-Gets profile set normally with Product Profile Settings
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --setphoneprofile feature value
-</i>
-<DD>
-Set profile set normally with Product Profile Settings:
-
-<p>Features can be:
-
-<p>
-<ul>
-<li>"ALS" (Alternative Line Service) - values "0" or "1"</li>
-<li>"HRData" (data transmission using Half Rate channels) - values "0" or "1"</li>
-</ul>
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --displayoutput
-</i>
-<DD>
-Show texts displayed in phone's screen
-
-<p>Usage examples:
-
-<PRE>
-tfuj:~$ gnokii --displayoutput
-Entering display monitoring mode...
-Accessory
-connected
-Names
-Menu
-23:59
-Messages
-Exit
-Select
-_
-Messages
-Exit
-Select
-_
-Call register
-Exit
-Select
-2
-Missed
-calls
-Back
-Select
-2-1
-Received
-calls
-Back
-Select
-2-2
-Dialled
-numbers
-Back
-Select
-2-3
-Erase recent
-call lists
-Back
-Select
-2-4
-Show call
-duration
-Back
-Select
-2-5
-Last call
-duration
-00:01:33
-Back
-2-5-1
-All calls'
-duration
-06:45:02
-Back
-2-5-2
-Received calls'
-duration
-02:49:38
-Back
-2-5-3
-Names
-Menu
-23:59
-...WAW... 
-POCZTA ELE
-...WAW... 
-Leaving display monitor mode...
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --getphoneprofile
-</i>
-<DD>
-Gets Product Profile Settings from phone
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --getoperatorname
-</i>
-<DD>
-Get info about downloaded operator name
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<DL>
-<DT><i>
-gnokii --setoperatorname code name
-</i>
-<DD>
-Set downloaded operator name
-
-<p>Usage examples:
-
-<PRE>
-</PRE>
-</DD></DL>
-
-<p><font color="#1F409F" size=+2 class="dzial">How to send SMS to multiple recipients using gnokii ?</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
-
-<p>
-<i>
-#!/bin/tcsh<br>
-&nbsp;<br>
-if ( $# == 0 ) then<br>
-&nbsp; echo "You must specify at least one recipient's number!"<br>
-&nbsp; exit 1<br>
-endif<br>
-&nbsp;<br>
-echo -n "Enter SMS:"<br>
-set sms="$<"<br>
-&nbsp;<br>
-foreach i ( $* )<br>
-&nbsp; echo "$sms" | gnokii --sendsms "$i"<br>
-end
-</i>
-
-</div>
-
-
-<p><font color="#1F409F" size=+2 class="dzial">Sending script...</font><br>
-<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>
+<html>\r
+<head>\r
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
+   <meta name="Author" content="Marcin Wiacek">\r
+   <title>Command line gnokii FAQ</title>\r
+   <link REL=stylesheet HREF="../styl.css" TYPE="text/css">\r
+</head>\r
+<body>\r
+\r
+<a NAME="Top"></a>\r
+<p align="RIGHT"><a class="autoremail" href="../index.htm">Main page</a></p>\r
+<center><font color="#1F409F" size=+2 class="tytul">Command line gnokii FAQ</font></center>\r
+\r
+<p><hr size="2" noshade width="60%" align="center" style="color: #004080">\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">What is command line gnokii ?</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<p>It was first our testing tool. Now it can be used for making almost all things\r
+possible with gnokii package (and this is the only available tool for win32).\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">Some general commands...</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<DL>\r
+<DT><I>gnokii --help</I> \r
+<DD>Displays GNOKII list of parameters:\r
+<PRE>c:\> gnokii --help\r
+   usage: gnokii [--help|--monitor|--version]\r
+          gnokii --getmemory memory_type start [end] [-d]\r
+          gnokii --writephonebook [-i]\r
+          gnokii --getspeeddial number\r
+          gnokii --setspeeddial number memory_type location\r
+          gnokii --getsms memory_type start [end] [-f file]\r
+          gnokii --deletesms memory_type start [end]\r
+          gnokii --sendsms destination [--smsc message_center_number |\r
+                 --smscno message_center_index] [--long n] [-s] [-C n]\r
+                 [-8] [-v n] [-d]\r
+          ........\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><I>gnokii --version</I> \r
+<DD>Displays GNOKII version and copyright information:\r
+<PRE>c:\> gnokii --version      \r
+GNOKII Version 0.3.3-pre8-gold\r
+Copyright (C) Hugh Blemings <hugh@linuxcare.com>, 1999, 2000\r
+Copyright (C) Pavel Janík ml. <Pavel.Janik@linux.cz>, 1999, 2000\r
+Built 10:36:05 Dec 10 2000 for 6110 on com2: \r
+</PRE>\r
+</DD></DL>\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">Managing phonebook and other (dialed, misssed, answered, own, etc.) memories</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<DL>\r
+<DT><I>gnokii --getmemory memory_type start [end] [-d]</I> \r
+<DD>Reads specificed memory location from phone..\r
+<p>You can specify such memories:\r
+\r
+<p>\r
+<ul>\r
+<li>ME - Phone phonebook memory</li>\r
+<li>SM - SIM card phonebook memory,</li>\r
+<li>FD - Fixed dial numbers,</li>\r
+<li>ON - Own numbers,</li>\r
+<li>EN - Emergency numbers,</li>\r
+<li>DC - Dialled numbers,</li>\r
+<li>RC - Received numbers,</li>\r
+<li>MC - Missed numbers,</li>\r
+<li>LD - Last dialed</li>\r
+</ul>\r
+\r
+<p>\r
+With memories DC, EC, MC you will see assigned date (yes, with all Dialled,\r
+Received, Missed numbers phone saves date and time too !). If you don't want\r
+it, use <i>-d</i> option\r
+\r
+<p>Note: Locations start from 0 !\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>tfuj:~$ gnokii --getmemory SM 1 5\r
+Maja ERA;+48604xxxxxx;SM;1;1\r
+Dom;+4822xxxxxxx;SM;2;5\r
+Maja;+4822xxxxxxx;SM;3;1\r
+Iza;+48601xxxxxx;SM;4;5\r
+Ania;+48501xxxxxx;SM;5;0\r
+\r
+tfuj:~$ gnokii --getmemory ON 1 5\r
+DOM;+4822xxxxxxx;ON;1;5\r
+;;ON;2;5\r
+;;ON;3;5\r
+;;ON;4;5\r
+ON|5|Bad location or other error!(22)\r
+\r
+tfuj:~$ gnokii --getmemory EN 1 5\r
+Memory type EN not supported!\r
+\r
+tfuj:~$ gnokii --getmemory MC 1 5\r
+Maja IDEA;501xxxxxx;MC;1;5\r
+21.06.2000 21:32:52\r
+Maja IDEA;0501xxxxxx;MC;2;5\r
+21.06.2000 18:06:02\r
+;;MC;3;5\r
+11.06.2000 15:09:33\r
+;;MC;4;5\r
+11.06.2000 12:44:55\r
+;;MC;5;5\r
+10.06.2000 16:59:13\r
+</PRE>\r
+\r
+<p>The meaning of the fields in the output: \r
+  <UL>\r
+    <LI>\r
+      <TT>ME/SM/ON/FD/EN/LD</TT>: \r
+      <OL>\r
+        <LI>Name </LI>\r
+        <LI>Number </LI>\r
+        <LI>Memory type </LI>\r
+        <LI>Location in the memory</LI>\r
+        <LI>Group number</LI>\r
+      </OL>\r
+    <LI>\r
+      <TT>DN/RC/MC</TT>:\r
+      <OL>\r
+        <LI>Name </LI>\r
+        <LI>Number </LI>\r
+        <LI>Memory type </LI>\r
+        <LI>Location in the memory </LI>\r
+        <LI>Group number </LI>\r
+        <LI>Date and time of the call </LI>\r
+      </OL>\r
+    </LI>\r
+  </UL>\r
+\r
+<p>Possible errors: \r
+  <OL>\r
+    <LI>Bad location or other error!(22) </li>\r
+    <LI>Memory type <TT>XX</TT> not supported! </LI>\r
+  </OL>\r
+\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><I>gnokii --writephonebook [-i]</I> \r
+<DD>\r
+Reads the data from the standard input and saves it in the SIM Card/phone \r
+memory. The input data is in the format as described above (in desciption\r
+for <i>--getmemory</i> parameter).\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+tfuj:~$ gnokii --writephonebook\r
+\r
+Girlfriend;+48501000000;ME;1;1\r
+Write Succeeded: memory type: int, loc: 1, name: Girlfriend, number: +48501000000\r
+\r
+tfuj:~$ echo "Very_long_name_longer_then_the_phone_can_save;some_string;ME;2;1" | gnokii --writephonebook\r
+Write Succeeded: memory type: int, loc: 2, name: Very_long_name_longer_then_the_phone_can_some_string, number: some_string\r
+\r
+tfuj:~$ echo "Girlfriend;+48501000000;ME;200;1" | gnokii --writephonebook\r
+Write FAILED(22): memory type: int, loc: 200, name: Girlfriend, number: +48501000000\r
+\r
+tfuj:~$ echo "Girlfriend;+48501000000;ME;3;10" | gnokii --writephonebook\r
+Write Succeeded: memory type: int, loc: 3, name: Girlfriend, number: +48501000000\r
+\r
+tfuj:~$ gnokii --getmemory ME 1 5\r
+Girlfriend;+48501000000;ME;1;1\r
+Very_long_name_l;//3/////2#4;ME;2;1\r
+Girlfriend;+48501000000;ME;3;10\r
+;;ME;4;5\r
+;;ME;5;5\r
+\r
+tfuj:~$ echo "Girlfriend;+48501000000;PP;3;10" | gnokii --writephonebook\r
+Format problem on line 1 [Girlfriend;+48501000000;PP;3;10]\r
+\r
+tfuj:~$ echo "some_nonsense_string" | gnokii --writephonebook\r
+tfuj:~$ \r
+</PRE>\r
+\r
+<p>Some notes: \r
+  <OL>\r
+    <LI>Remember that any existent entries in the phonebook will be overwritten \r
+        (must use [-i] option, if you don't want it - you will be asked then, if\r
+        you want overwrite or not)</LI>\r
+    <LI>Names and numbers are truncated by the phone when saving. </LI>\r
+  </OL>\r
+\r
+<p>Possible errors: \r
+  <OL>\r
+    <LI>Wrong location: Write FAILED(22) </LI>\r
+    <LI>Wring memoty type: Format problem on line n </LI>\r
+    <LI>Other errors: [no output] - <I>this should be changed</I> </LI>\r
+  </OL>\r
+\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><I>gnokii --getvoicemailbox</I> \r
+<DD>Get voice mailbox number\r
+\r
+<p>Example:\r
+<PRE>\r
+\r
+</PRE>\r
+</DD></DL>\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">Speed dials</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<DL>\r
+<DT><I>gnokii --getspeeddial number</I> \r
+<DD>Reads from the phone a number assigned to a shotrcut key\r
+\r
+<p>Example:\r
+<PRE>\r
+tfuj:~$ gnokii --getspeeddial 1\r
+SpeedDial nr. 1: 3:0\r
+</PRE>\r
+The output format: <i>SpeedDial nr. key_number: memory_type:location</i>.\r
+\r
+<p>On error output is empty.\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><I>gnokii --setspeeddial number memory_type location</I> \r
+<DD>Writes to the phone a number assigned to a shotrcut key.\r
+You can use memory SM or ME.\r
+\r
+<p>Example:\r
+\r
+<PRE>\r
+tfuj:~$ gnokii --setspeeddial 1 SM 1\r
+Succesfully written!\r
+\r
+tfuj:~$ gnokii --setspeeddial 1 PP 1    \r
+Unknown memory type PP!\r
+</PRE>\r
+\r
+<p>...but there are still some bugs:\r
+\r
+<PRE>\r
+tfuj:~$ gnokii --setspeeddial 1 SM 10000\r
+Succesfully written!\r
+\r
+tfuj:~$ gnokii --getspeeddial 1\r
+SpeedDial nr. 1: 3:16\r
+</PRE>\r
+</DD></DL>\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">SMS (Smart Messaging System)</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<p>If you don't know anything about SMS, please read our <a href=../gsm/sms/sms.htm>SMS FAQ</a>.\r
+\r
+<DL>\r
+<DT><I>gnokii --getsms memory_type start [end] [-f file]</I> \r
+<DD>Reads SMS messages from the specified <i>memory_type</i> (it can\r
+be phone's internal memory - ME - or SIM card - SM memory) starting at \r
+<i>start</i> and ending at <i>end</i>. If <i>end</i> argument is not \r
+present only one location - <i>start</i> - is read.\r
+\r
+<p>Examples: \r
+\r
+<PRE>tfuj:~$ gnokii --getsms SM 11\r
+11. Inbox Message (read)\r
+Date/time: 29/6/0 13:41:22 +0100\r
+Sender: 102 Msg Center: +48501200777\r
+Text:\r
+SMS OD: Mariusz, Wszystkiego najlepszego z okazji imienin! Mariusz\r
+\r
+tfuj:~$ gnokii --getsms SM 3\r
+3. Delivery Report (read)\r
+Sending date/time: 25/5/0 13:58:24 +0100\r
+Response date/time: 25/5/0 13:58:32 +0100\r
+Receiver: +48605000000 Msg Center: +48501200777\r
+Text: Delivered\r
+\r
+tfuj:~$ gnokii --getsms SM 5\r
+5. Outbox Message (not sent)\r
+Text: UU0i7eec\r
+\r
+tfuj:~$ gnokii --getsms SM 12\r
+GetSMS SM 12 failed!(4)\r
+\r
+tfuj:~$ gnokii --getsms SM 15\r
+15. Delivery Report (read)\r
+Sending date/time: 3/1/0 10:49:51 +0100\r
+Response date/time: 6/1/0 10:51:06 +0100\r
+Receiver: 1921681052342802 Msg Center: +48501200777\r
+Text: Failed\r
+\r
+tfuj:~$ gnokii --getsms SM 28\r
+SMS location SM 28 empty.\r
+\r
+tfuj:~$ gnokii --getsms SM 25 28\r
+25. Inbox Message (read)\r
+Date/time: 18/6/0 12:17:30 +0100\r
+Sender: 501 Msg Center: +48501200777\r
+Text:\r
+Liczba wiadomosci:1,nowych:1,faksow:0\r
+\r
+SMS location SM 26 empty.\r
+27. Inbox Message (read)\r
+Date/time: 21/6/0 19:45:11 +0100\r
+Sender: 123 Msg Center: +48501200777\r
+Text:\r
+Informujemy, ze wyslalismy do Panstwa fakture z terminem platnosci do 28.06.00. Dziekujemy za wybranie sieci Idea.\r
+\r
+SMS location SM 28 empty.\r
+\r
+tfuj:~$ gnokii --getsms SM 31\r
+Invalid location: SM 31\r
+\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><I>gnokii --deletesms memory_type start [end]</I> \r
+<DD>\r
+Deletes SMS messages from specified memory type (SM or ME)\r
+starting at entry <i>start</i> and ending at <i>end</i>\r
+\r
+<p>Examples: \r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><I>\r
+gnokii --sendsms destination [--smsc message_center_number |\r
+--smscno message_center_index] [--long n] [-s] [-C n]\r
+[-8] [-v n] [-d]\r
+[--enablevoice|--disablevoice|--enablefax|--disablefax|\r
+--enableemail|--disableemail|--void] [--unicode]</I>\r
+<DD>\r
+Sends an SMS message to <i>destination</i>\r
+via SMSC number given in <i>message_center_number</i> or SMSC number taken from\r
+phone memory from address <i>message_center_index</i>.\r
+If arguments <i>--smsc</i> and <i>--smscno</i> is ommited SMSC number is taken\r
+from phone memory from location 1. Message text\r
+is taken from standard input.\r
+\r
+<p>Meaning of optional parameters:\r
+<ul>\r
+<li><i>--smsc</i> - specify SMSC set</li>\r
+<li><i>--smscno</i> - specify SMSC number</li>\r
+<li><i>--long</i> - reads <i>n</i> bytes and cut into Linked SMS\r
+(only when contenst is longer than size of 1 SMS)</li>\r
+<li><i>-s</i> - set replying via the same centre</li>\r
+<li><i>-C</i> - specify SMS class</li>\r
+<li><i>-8</i> - send as 8-bit SMS</li>\r
+<li><i>-v</i> - set validity</li>\r
+<li><i>-d</i> - you will receive delivery report</li>\r
+<li><i>--enablevoice, --disablevoice, --enablefax,\r
+--disablefax, --enableemail, --disableemail</i> - \r
+These switches makes, that SMS has different meaning and in some phones\r
+will enable/disable voice/fax/email signs on phone's screen</li>\r
+<li><i>--voidsms</i> - \r
+These switches makes, that SMS has different meaning and some phones\r
+after receiving it won't\r
+display anything on the screen, but it will make sound/enable vibra</li>\r
+<li><i>--unicode</i> - codes SMS as Unicode SMS. When put\r
+'~' (tilde) char inside, phone will start/end\r
+blinking text. When will put "{" char,\r
+contents of SMS will be invisible in some phones.</li>\r
+</ul>\r
+\r
+<p>Examples: \r
+\r
+<PRE>\r
+gnokii --sendsms "+48601601601" < file\r
+</PRE>\r
+</DD></DL>\r
+Saves an SMS message in SIM. Message text is taken from stdin.\r
+\r
+<DL>\r
+<DT><I>\r
+gnokii --savesms destination|\"\" [--smsc\r
+message_center_number] [--smscno message_center_index]\r
+[--long n] [-r] [-i] [-s] [-C n] [-8] [-a] [-l]\r
+[--enablevoice|--disablevoice|--enablefax|--disablefax|\r
+--enableemail|--disableemail|--void|--hang|--bug] [--unicode]\r
+</i>\r
+<DD>\r
+\r
+<p>Meaning of optional parameters:\r
+<ul>\r
+<li><i>--smsc</i> - specify SMSC set</li>\r
+<li><i>--smscno</i> - specify SMSC number</li>\r
+<li><i>--long</i> - reads <i>n</i> bytes and cut into Linked SMS\r
+(only when contenst is longer than size of 1 SMS)</li>\r
+<li><i>-r</i> - mark SMS as read/sent</li>\r
+<li><i>-i</i> - saves SMS to inbox</li>\r
+<li><i>-s</i> - set replying via the same centre</li>\r
+<li><i>-C</i> - specify SMS class</li>\r
+<li><i>-8</i> - send as 8-bit SMS</li>\r
+<li><i>-a</i> - ask, when specify location and sms is already there</li>\r
+<li><i>-l</i> - specify location</li>\r
+<li><i>--enablevoice, --disablevoice, --enablefax,\r
+--disablefax, --enableemail, --disableemail</i> - \r
+These switches makes, that SMS has different meaning and in some phones\r
+will enable/disable voice/fax/email signs on phone's screen</li>\r
+<li><i>--voidsms</i> - \r
+These switches makes, that SMS has different meaning and some phones\r
+after receiving it won't\r
+display anything on the screen, but it will make sound/enable vibra</li>\r
+<li><i>--hangsms</i> - \r
+This switch makes, that SMS has different meaning and in some phones\r
+(like Nokia 5110) it will hang phone, when saved to Outbox and\r
+you try to read it from phone's menu</li>\r
+<li><i>--bug</i> - \r
+This switch makes, that SMS has different meaning and in some phones\r
+(like Nokia 5110, 6150) has problems with this SMS, when try to read it\r
+from phone's menu. It seems to be its firmware bug...\r
+</li>\r
+<li><i>--unicode</i> - codes SMS as Unicode SMS. When put\r
+'~' (tilde) char inside, phone will start/end\r
+blinking text. When will put "{" char,\r
+contents of SMS will be invisible in some phones.</li>\r
+</ul>\r
+\r
+<p>Examples: \r
+\r
+<PRE>\r
+gnokii --savesms "SavedSMS" -i < file\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>gnokii --getsmsc message_center_number</i>\r
+<DD>show the SMSC number from location <i>message_center_number</i>.\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+tfuj:~$ gnokii --getsmsc 1\r
+1. SMS center (CENTERTEL) number is +48501200777\r
+Messages sent as Text\r
+Message validity is 72 hours\r
+\r
+tfuj:~$ gnokii --getsmsc 2\r
+2. SMS center () number is \r
+Messages sent as Text\r
+Message validity is Unknown\r
+</PRE>\r
+</DD></DL>\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">Date/time and alarm</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<DL>\r
+<DT><I>gnokii --getdatetime</I> \r
+<DD>\r
+Shows current date and time in the phone.\r
+\r
+<p>Example:\r
+\r
+<PRE>\r
+tfuj:~$ gnokii --getdatetime\r
+Date: 2000/07/06\r
+Time: 23:50:43\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><I>gnokii --setdatetime [YYYY [MM [DD [HH [MM]]]]]</I> \r
+<DD>\r
+Set the date and the time of the phone.\r
+\r
+<p>Example:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><I>gnokii --getalarm</I> \r
+<DD>\r
+Shows current alarm set in phone.\r
+\r
+<p>Example:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><I>gnokii --setalarm HH MM</I> \r
+<DD>\r
+Set the alarm of the phone.\r
+\r
+<p>Example:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">Calendar</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<DL>\r
+<DT><I>gnokii --getcalendarnote index [-v]</I> \r
+<DD>\r
+Get the note with number index from calendar. It will be written in\r
+vCalendar 1.0 format, when use <i>-v</i> option.\r
+\r
+<p>Example:\r
+\r
+<PRE>\r
+tfuj:~$ gnokii --getcalendarnote 1\r
+   Type of the note: Reminder\r
+   Date: 2000-06-26\r
+   Time: 23:59:59\r
+   Text: GNOKII TEST\r
+\r
+tfuj:~$ gnokii --getcalendarnote 2\r
+The calendar note can not be read\r
+\r
+tfuj:~$ gnokii --getcalendarnote 1 -v\r
+BEGIN:VCALENDAR\r
+VERSION:1.0\r
+BEGIN:VEVENT\r
+CATEGORIES:MISCELLANEOUS\r
+SUMMARY:GNOKII TEST\r
+DTSTART:20000626T235959\r
+END:VEVENT\r
+END:VCALENDAR\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><I>gnokii --writecalendarnote vcardfile number</I> \r
+<DD>\r
+Write the note to calendar.\r
+\r
+<p>Example:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><I>gnokii --deletecalendarnote index</I> \r
+<DD>\r
+Delete the note with number <i>index</i> from calendar.\r
+\r
+<p>Example:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<p>\r
+<img src="../gsm/netmon/nm_5110.gif" align=right>\r
+<font color="#1F409F" size=+2 class="dzial">Netmonitor</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<p>If you don't know, what is this or how to use it, please read first\r
+our <a href=../gsm/netmon/faq_net0.htm>Netmonitor manual</a>.\r
+\r
+<DL>\r
+<DT><I>gnokii --netmonitor {reset|off|field|devel|next|nr}</I> \r
+<DD>\r
+Setting/querying netmonitor mode.\r
+\r
+<p>Example:\r
+\r
+<PRE>\r
+tfuj:~$ gnokii --netmonitor 0\r
+TMSI46963A06\r
+T321:  2/ 20\r
+PRP:5   0  0\r
+     0   784\r
+\r
+tfuj:~$ gnokii --netmonitor 1    \r
+ 784 -72 xxx\r
+ 0  0 x xxxx\r
+  29      29\r
+    CBCH\r
+\r
+tfuj:~$ gnokii --netmonitor 2\r
+ NO 2    B35\r
+ 16   x\r
+\r
+tfuj:~$ gnokii --netmonitor 3\r
+784 28-73 28\r
+781 19-82 19\r
+809 19-82 19\r
+     N  N\r
+\r
+tfuj:~$ gnokii --netmonitor 4\r
+778 12-89 12\r
+794 11-90 11\r
+774  8-93  8\r
+   N  N  N\r
+\r
+tfuj:~$ gnokii --netmonitor 5\r
+800-99-99-99\r
+xxxxxxxxxxxx\r
+xxxxxxxxxxxx\r
+   N xx xx\r
+\r
+tfuj:~$ gnokii --netmonitor 6\r
+26003  26002\r
+20420  26001\r
+26207  20810\r
+26203  20416\r
+\r
+tfuj:~$ gnokii --netmonitor 7\r
+E A H C I BR\r
+1 1 0 0 0 10\r
+\r
+tfuj:~$ gnokii --netmonitor 1000\r
+\r
+  NO TEST\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><I>gnokii --nm_collect [screen x] [screen y] [screen z]</I> \r
+<DD>\r
+This function is like <i>--netmonitor</i>, but:\r
+\r
+<p>\r
+<ul>\r
+<li>each screen is printed on one single line</li>\r
+<li>it loop until user press CTRL-C, (like <i>--monitor</i>)</li>\r
+<li>it output simultaneously 1, 2 or 3 netmonitor screen</li>\r
+</ul>\r
+\r
+<p>Was originally developed for:\r
+\r
+<p>\r
+<ul>\r
+<li>comparing of data from differents screen.</li>\r
+<li>log of netmonitor screen</li>\r
+</ul>\r
+\r
+<p>It's easier and has less options than <i>--netmonitordata</i>, but\r
+should work with every phone that has netmonitor enabled and\r
+don't need any parameter specifications (like <i>--netmonitordata</i>,\r
+which requires external file with info about parameters).\r
+\r
+<p>Author: <a href=mailto:a.scopece@tin.it>Andrea Scopece</a>\r
+\r
+<p>Example:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><I>\r
+gnokii --netmonitordata [-S file] [-I file] [-h] [-n n] [-ts n] [-tm n]\r
+[-fs str] [-ls str] FLD1:FLD2:FLDn:...</I> \r
+<DD>\r
+\r
+<p>Meaning of parameters is:\r
+<p>\r
+<ul>\r
+<li><i>-fs string</i> - field separator, default "&nbsp;"</li>\r
+<li><i>-ls string</i> - line separator, default LF (CRLF for win32)</li>\r
+<li><i>-ts seconds</i> - seconds before of next output of data (min 1 s,\r
+max 3600 s)</li>\r
+<li><i>-tm milliseconds</i> - milliseconds before of next output of data\r
+(default 200 ms, min 200 ms, max 10000 ms)</li>\r
+<li><i>-n times</i> - stop data output after "times" cycle.\r
+                    <i>-ts</i> and <i>-tm</i> are mutually exclusive</li>\r
+<li><i>-h</i> - no header output, (default yes)</li>\r
+<li><i>DATE</i> - output date, may be as normal YY-MM-DD</li>\r
+<li><i>DATE-S</i> - output date, may be as short MM-DD</li>\r
+<li><i>DATE-L</i> - output date, may be as long yyyy-mm-dd</li>\r
+<li><i>TIME</i> - output time, may be as normal hh:mm:ss</li>\r
+<li><i>TIME-S</i> - output time, may be as short hh:mm</li>\r
+<li><i>TIME-L</i> - output time, may be as long hh:mm:ss:cc</li>\r
+<li>&nbsp;\r
+<table>\r
+<tr><td>PARAM1\r
+<br>PARAM2\r
+<br>PARAM3\r
+<br>....\r
+<br>PARAMn\r
+</td>\r
+<td>\r
+This is the name of a param as specified in file\r
+info-mon/model/version\r
+parameter names must be in this file, and are case sensitive.\r
+\r
+<p>You can specify max 512 params at once.\r
+</td></tr>\r
+</table>\r
+</li>\r
+\r
+<li><i>-S file</i> - parameters of netmonitor screen\r
+you can override the default specification\r
+of netmonitor parameters, suppling a file here.</li>\r
+<li><i>-I file</i> - sequence of command line's argument\r
+this is useful execute a series of different\r
+operation, like calling:\r
+<br><i>gnokii --netmonitordata args_set_1\r
+<br>gnokii --netmonitordata args_set_2\r
+<br>gnokii --netmonitordata args_set_3\r
+<br>gnokii --netmonitordata args_set_n\r
+</i>\r
+\r
+<p>file contains arguments as normally specified\r
+on command line, but:\r
+       \r
+<p>on every line you should specify <i>-n n</i> option\r
+so processing can stop without user intervent,\r
+and continue with next line args_set.\r
+       \r
+<p>May be useful to make some pre-made collection,\r
+as one made for battery check poupose, as\r
+anothor to monitor neighbor cells, and so on.\r
+\r
+<p>Inside this file options <i>-I</i> and option <i>-S</i>\r
+are silently ignored\r
+       \r
+<p>Line in this file may be max length 1024\r
+</li>\r
+</ul>\r
+\r
+<p>Here is also note from author:\r
+\r
+<p>Checks of all arguments, and eventually files contents, are made\r
+before start of data output.\r
+       \r
+<p>Because of complexity of command line, phone spec, and eventually\r
+command file, on error, you have datailed description of any error,\r
+\r
+<p>Also I attached here an examples of commands-file (see /Docs/examples)\r
+that can run with:\r
+<i>mygnokii --netmonitordata -S netmonitordata_6150_413 -I nmd_commands</i>\r
+\r
+<p>Users of same model but with other firmware version probably\r
+should do very little work for an exact parameters specifications\r
+of theirs phones.\r
+\r
+<p>Users of 5110 and 6110 probably should remove some parameters not\r
+available, like parameters related to dual band.\r
+\r
+<p>Users of other phone models should write a new parameters-file:\r
+some hints are available in file netmonitordata_6150_413.\r
+             \r
+<p>If help is needed, please dump the screen,\r
+(<i>mygnokii --netmonitor 20 > screen_20.txt</i>),\r
+and send an e-mail to <a href=email:a.scopece@tin.it>my address</a>.\r
+\r
+<p>If available, check help screen by pressing '*' on phone\r
+(during netmonitor session).\r
+\r
+<p>Scope of this work is monitoring some "user-interesting"\r
+parameters, coming from differents screen, like battery charging\r
+vs. time, cell ID and channel changes vs. signal strenght, ...\r
+\r
+<p>This is work in progress, so any input would be appreciated.\r
+\r
+<p>Author: <a href=mailto:a.scopece@tin.it>Andrea Scopece</a>\r
+\r
+<p>Example:\r
+\r
+<PRE>\r
+gnokii --netmonitordata -S file RxL:LAC:CID\r
+\r
+gnokii --netmonitordata -S file -fs ";" RxL:LAC:CID\r
+</PRE>\r
+</DD></DL>\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">Logos and startup texts</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<p>If you don't know, what is logo, please read first <a href=../gsm/logos/logos.htm>our logos FAQ</a>.\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --bitmapconvert source destination\r
+<br>gnokii --bitmapconvert source destination op [network code]\r
+<br>gnokii --bitmapconvert source destination caller [caller group number]\r
+<br>gnokii --bitmapconvert source destination startup\r
+</i>\r
+<DD>\r
+Converts logo files. Supported formats:\r
+NOL, NGG, NSL, NLM, BMP, OTA, XPM.\r
+3'rd parameter allow to specify, what type should be destination\r
+logo (when format allows for it).\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --sendlogo op destination logofile network_code\r
+[--smsc message_center_number] [--smscno message_center_index]\r
+[-s] [-v n] [-d]\r
+<br>gnokii --sendlogo caller destination logofile\r
+[--smsc message_center_number] [--smscno message_center_index]\r
+[-s] [-v n] [-d]\r
+</i>\r
+<DD>\r
+Send the logofile to destination as operator\r
+or CLI logo. Optional parameters:\r
+\r
+<p>\r
+<ul>\r
+<li><i>--smsc</i> - specify SMSC set</li>\r
+<li><i>--smscno</i> - specify SMSC number</li>\r
+<li><i>-s</i> - set replying via the same centre</li>\r
+<li><i>-v</i> - set validity</li>\r
+<li><i>-d</i> - you will receive delivery report</li>\r
+</ul>\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --savelogo op logofile network_code\r
+[--smsc message_center_number] [--smscno message_center_index]\r
+[-r] [-i] [-s] [-a] [-l] [--name name]\r
+<br>gnokii --savelogo caller logofile\r
+[--smsc message_center_number] [--smscno message_center_index]\r
+[-r] [-i] [-s] [-a] [-l] [--name name]\r
+</i>\r
+<DD>\r
+Saves the logofile on SIM as operator\r
+or CLI logo. Optional parameters:\r
+\r
+<p>\r
+<ul>\r
+<li><i>--smsc</i> - specify SMSC set</li>\r
+<li><i>--smscno</i> - specify SMSC number</li>\r
+<li><i>-r</i> - mark as read</li>\r
+<li><i>-i</i> - save to inbox</li>\r
+<li><i>-s</i> - set replying via the same centre</li>\r
+<li><i>-a</i> - ask, when specify location and sms is already there</li>\r
+<li><i>-l</i> - specify location</li>\r
+<li><i>--name</i> - specify recipient/sender name instead of default</li>\r
+</ul>\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --setlogo op [logofile] [network code]\r
+<br>gnokii --setlogo startup [logofile]\r
+<br>gnokii --setlogo caller [logofile] [caller group number] [group name]\r
+<br>gnokii --setlogo {dealer|text} [text]\r
+</i>\r
+<DD>\r
+Set caller, startup or operator logo or set (Dealer) welcome note.\r
+\r
+<p>In Nokia 6110/6130/6150 you will see menu in phone after using it...\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --getlogo op [logofile] [network code]\r
+<br>gnokii --getlogo startup [logofile] [network code]\r
+<br>gnokii --getlogo caller [logofile][caller group number][network code]\r
+<br>gnokii --getlogo {dealer|text}\r
+</i>\r
+<DD>\r
+Get caller, startup or operator logo or get (Dealer) welcome note.\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">Ringtones</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --sendringtone destination ringtonefile\r
+[--smsc message_center_number] [--smscno message_center_index]\r
+[-s] [-v n] [-d] [--scale]\r
+</i>\r
+<DD>\r
+Send the RTTL/OTT file to destination as ringtone.\r
+\r
+<p>\r
+<ul>\r
+<li><i>--smsc</i> - specify SMSC set</li>\r
+<li><i>--smscno</i> - specify SMSC number</li>\r
+<li><i>-s</i> - set replying via the same centre</li>\r
+<li><i>-v</i> - set validity</li>\r
+<li><i>-d</i> - allow to receive delivery report, when send</li>\r
+<li><i>--scale</i> - saves scale info with all tones. It allow\r
+to eliminate firmware bug in some Nokia phones.</li>\r
+</ul>\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --saveringtone ringtonefile\r
+[--smsc message_center_number] [--smscno message_center_index]\r
+[-r] [-i] [-s] [-a] [-l] [--name name] [--scale]\r
+</i>\r
+<DD>\r
+Saves ringtone on SIM.\r
+\r
+<p>\r
+<ul>\r
+<li><i>--smsc</i> - specify SMSC set</li>\r
+<li><i>--smscno</i> - specify SMSC number</li>\r
+<li><i>-r</i> - mark as read</li>\r
+<li><i>-i</i> - save to inbox</li>\r
+<li><i>-s</i> - set replying via the same centre</li>\r
+<li><i>-s</i> - set replying via the same centre</li>\r
+<li><i>-a</i> - ask, when specify location and sms is already there</li>\r
+<li><i>-l</i> - specify location</li>\r
+<li><i>--name</i> - specify recipient/sender name instead of default</li>\r
+<li><i>--scale</i> - saves scale info with all tones. It allow\r
+to eliminate firmware bug in some Nokia phones.</li>\r
+</ul>\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+                           \r
+<DL>\r
+<DT><i>\r
+gnokii --setringtone ringtonefile\r
+ [location]\r
+</i>\r
+<DD>\r
+Set the RTTL/OTT as ringtone\r
+\r
+<p>In Nokia 6110/6130/6150 you will see menu in phone after using it...\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --getbinringtone ringtonefile\r
+ [location]\r
+</i>\r
+<DD>\r
+Gets downloadable ringtone and writes it in the special binary format\r
+(it's not yes decoded - after making it this function can be unavailable).\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --setbinringtone ringtonefile\r
+ [location]\r
+</i>\r
+<DD>\r
+Sets downloadable ringtone. Ringtonefile is in format used by\r
+<i>--getbinringtone</i>. Mygnokii contains some default Nokia phones\r
+ringtones saved in this format.\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+       \r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --ringtoneconvert source destination\r
+</i>\r
+<DD>\r
+Converts ringtone files (RTTL, OTT)\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --playringtone file\r
+</i>\r
+<DD>\r
+Plays ringtone in phone\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --composer ringtonefile\r
+</i>\r
+<DD>\r
+Shows, how ringtone will look in Composer in phone...and how to enter it there...\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --allringtones\r
+</i>\r
+<DD>\r
+Shows names of ringtones in your phone (to test, if they're put into source)\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">Backup/restore tool</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --backupsettings file [subformat]\r
+</i>\r
+<DD>\r
+Writes various settings into one file\r
+\r
+<p>Supported formats: LMB (Logo Manager Backup - full support for\r
+N61xx/51xx features; for N7110/6210 some things can be missed, when compare\r
+to files saved by LM),\r
+CSS (NCDS3 - only phonebook part),\r
+CSV (subformats: ncds2, lm, ncds3_pl - some things missed for N7110/6210),\r
+SCM (WinTesla)\r
+\r
+\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --restoresettings file\r
+</i>\r
+<DD>\r
+\r
+<p>\r
+<ol>\r
+<li>restores various settings from one file</li>\r
+<li>allow to write phonebooks and logos into separate files.</li>\r
+</ol>\r
+\r
+<p>Supported formats: LMB (Logo Manager Backup - full support for\r
+N61xx/51xx features; for N7110/6210 some things can be missed, when compare\r
+to files saved by LM),\r
+CSS (NCDS3 - only phonebook part),\r
+CSV (subformats: ncds2, lm, ncds3_pl - some things missed for N7110/6210),\r
+SCM (WinTesla)\r
+\r
+\r
+\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">Profiles</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --getprofile [number]\r
+</i>\r
+<DD>\r
+Show settings for selected(all) profile(s)\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+tfuj:~$ gnokii --getprofile 1\r
+1. "General"\r
+Incoming call alert: Ringing\r
+Ringtone number: 19\r
+Ringing volume: Level 3\r
+Message alert tone: Standard\r
+Keypad tones: Off\r
+Warning and game tones: On\r
+Vibration: On\r
+Caller groups: 0x00\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --setprofile number feature value\r
+</i>\r
+<DD>\r
+Set profile feature\r
+\r
+<p>Possible features are:\r
+<ul>\r
+<li>callalert (Incoming call alert)\r
+  <br>possible values are:\r
+  <ul>\r
+    <li>ringing (Ringing)</li>\r
+    <li>ascending (Ascending)</li>\r
+    <li>ringonce (Ring once)</li>\r
+    <li>beeponce (Beep once)</li>\r
+    <li>ringing (Ringing)</li>\r
+    <li>groups (Caller groups - not in N5110)</li>\r
+    <li>off,0 (Off)</li>\r
+  </ul>\r
+</li>\r
+<li>volume (Ringing volume)\r
+  <br>possible values are: 1|2|3|4|5\r
+</li>\r
+<li>keypad,keypadtone (Keypad tones)\r
+  <br>possible values are:\r
+  <ul>\r
+    <li>0,off (Off)</li>\r
+    <li>1 (Level 1)</li>\r
+    <li>2 (Level 2)</li>\r
+    <li>3 (Level 3)</li>\r
+  </ul>\r
+</li>\r
+<li>smstone,messagetone,sms,message (Message alert tone)\r
+  <br>possible values are:\r
+  <ul>\r
+    <li>0,off (No tone)</li>\r
+    <li>standard (Standard)</li>\r
+    <li>special (Special)</li>\r
+    <li>beeponce,once (Beep once)</li>\r
+    <li>ascending (Ascending)</li>\r
+  </ul>\r
+</li>\r
+<li>warningtone,warning (Warning and game tones)\r
+  <br>possible values are: 0|off|1|on\r
+</li>\r
+<li>vibra,vibration (Vibration)\r
+  <br>possible values are: 0|off|1|on\r
+</li>\r
+<li>lights (Lights)\r
+  <br>possible values are:\r
+  <ul>\r
+    <li>0,off (Automatic)</li>\r
+    <li>1,on (On)</li>\r
+  </ul>\r
+</li>\r
+<li>answer (Automatic answer)\r
+  <br>possible values are: 0|off|1|on\r
+</li>\r
+<li>name - profile name (doesn't work in N5110)\r
+  <br>value is new profile name\r
+</li>\r
+<li>ringtone (Ringing tone)\r
+  <br>value is new ringing tone number\r
+</li>\r
+<li>groups - caller group name for profile\r
+  <br>value is new caller group number  \r
+</li>\r
+</ul>\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">Security features</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<P>This functions are available ONLY, if gnokii was compiled with them !\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --entersecuritycode PIN|PIN2|PUK|PUK2\r
+</i>\r
+<DD>\r
+Asks for the code and sends it to the phone\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --getsecuritycodestatus\r
+</i>\r
+<DD>\r
+Show if a security code is needed\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --getsecuritycode PIN|PIN2|PUK|PUK2|SecurityCode\r
+</i>\r
+<DD>\r
+Gets security code (only SecurityCode allowed !)\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">Other functions</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<DL>\r
+<DT><I>gnokii --monitor</I> \r
+<DD>Runs <i>gnokii</i> in persistent communication state - displays all data \r
+received from the phone to the <i>stderr</i>. Example session:\r
+\r
+<PRE>tfuj:~$ gnokii --monitor\r
+Entering monitor mode...\r
+Initialising GSM interface...\r
+RFLevel: 4\r
+Battery: 3\r
+Power Source: battery\r
+SIM: Used 42, Free 188\r
+Phone: Used 4, Free 46\r
+FD: Used 0, Free 20\r
+ON: Used 2, Free 3\r
+SMS Messages: UnRead 0, Number 26\r
+Network: IDEA Centertel (Poland), LAC: 00c8, CellID: 1024\r
+[...]\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --dialvoice number\r
+</i>\r
+<DD>\r
+Initiate voice call from first number on SIM card.\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --getdisplaystatus\r
+</i>\r
+<DD>\r
+Shows what icons are displayed in phone's screen.\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+tfuj:~$ gnokii --getdisplaystatus    \r
+Call in progress: off\r
+Unknown: off\r
+Unread SMS: off\r
+Voice call: off\r
+Fax call active: off\r
+Data call active: off\r
+Keyboard lock: off\r
+SMS storage full: off\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --identify\r
+</i>\r
+<DD>\r
+Get IMEI, model and revision\r
+. In this moment doesn't work with MBUS connection\r
+and Unix...\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+tfuj:~$ gnokii --identify    \r
+IMEI:     495502202470000\r
+Model:    NSK-3\r
+Revision: SW 4.11, HW2460\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --senddtmf string\r
+</i>\r
+<DD>\r
+Sends DTMF sequence\r
+. If you will start from "p" (Pause), phone will display\r
+menu before sending it...\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --presskeysequence sequence\r
+</i>\r
+<DD>\r
+presses some keys in phone keyboard\r
+\r
+<p>Available keys:\r
+<ul>\r
+<li>0..9</li>\r
+<li>#</li>\r
+<li>*</li>\r
+<li>m (Menu)</li>\r
+<li>n (Names)</li>\r
+<li>p (Power)</li>\r
+<li>g (Green)</li>\r
+<li>r (Red)</li>\r
+<li>+, - (Volume up or down)</li>\r
+<li>u (Up arrow)</li>\r
+<li>d (Down arrow)</li>\r
+<li>w - 2 sec. pause (useful, when you simulate writing SMS)</li>\r
+</ul>\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --reset [soft|hard]\r
+</i>\r
+<DD>\r
+Resets the phone.\r
+ You can use "soft" parameter (no question for PIN code - it's default)\r
+or "hard" (phone will ask for PIN - of course, if you have it enabled in your card;\r
+in some phones - for example N5110 - this type of reset will be like "soft")\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --getphoneprofile\r
+</i>\r
+<DD>\r
+Gets profile set normally with Product Profile Settings\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --setphoneprofile feature value\r
+</i>\r
+<DD>\r
+Set profile set normally with Product Profile Settings:\r
+\r
+<p>Features can be:\r
+\r
+<p>\r
+<ul>\r
+<li>"ALS" (Alternative Line Service) - values "0" or "1"</li>\r
+<li>"HRData" (data transmission using Half Rate channels) - values "0" or "1"</li>\r
+</ul>\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --displayoutput\r
+</i>\r
+<DD>\r
+Show texts displayed in phone's screen\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+tfuj:~$ gnokii --displayoutput\r
+Entering display monitoring mode...\r
+Accessory\r
+connected\r
+Names\r
+Menu\r
+23:59\r
+Messages\r
+Exit\r
+Select\r
+_\r
+Messages\r
+Exit\r
+Select\r
+_\r
+Call register\r
+Exit\r
+Select\r
+2\r
+Missed\r
+calls\r
+Back\r
+Select\r
+2-1\r
+Received\r
+calls\r
+Back\r
+Select\r
+2-2\r
+Dialled\r
+numbers\r
+Back\r
+Select\r
+2-3\r
+Erase recent\r
+call lists\r
+Back\r
+Select\r
+2-4\r
+Show call\r
+duration\r
+Back\r
+Select\r
+2-5\r
+Last call\r
+duration\r
+00:01:33\r
+Back\r
+2-5-1\r
+All calls'\r
+duration\r
+06:45:02\r
+Back\r
+2-5-2\r
+Received calls'\r
+duration\r
+02:49:38\r
+Back\r
+2-5-3\r
+Names\r
+Menu\r
+23:59\r
+...WAW... \r
+POCZTA ELE\r
+...WAW... \r
+Leaving display monitor mode...\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --getphoneprofile\r
+</i>\r
+<DD>\r
+Gets Product Profile Settings from phone\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --getoperatorname\r
+</i>\r
+<DD>\r
+Get info about downloaded operator name\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<DL>\r
+<DT><i>\r
+gnokii --setoperatorname code name\r
+</i>\r
+<DD>\r
+Set downloaded operator name\r
+\r
+<p>Usage examples:\r
+\r
+<PRE>\r
+</PRE>\r
+</DD></DL>\r
+\r
+<p><font color="#1F409F" size=+2 class="dzial">How to send SMS to multiple recipients using gnokii ?</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
+\r
+<p>\r
+<i>\r
+#!/bin/tcsh<br>\r
+&nbsp;<br>\r
+if ( $# == 0 ) then<br>\r
+&nbsp; echo "You must specify at least one recipient's number!"<br>\r
+&nbsp; exit 1<br>\r
+endif<br>\r
+&nbsp;<br>\r
+echo -n "Enter SMS:"<br>\r
+set sms="$<"<br>\r
+&nbsp;<br>\r
+foreach i ( $* )<br>\r
+&nbsp; echo "$sms" | gnokii --sendsms "$i"<br>\r
+end\r
+</i>\r
+\r
+</div>\r
+
+
+<p><font color="#1F409F" size=+2 class="dzial">Sending script...</font><br>\r
+<hr align="LEFT" size="3" width="300" color="#60c0a0" noshade>\r
 
 <p>Author: oxana [rasqua@t-online.de]
 
-<p>
+<p>\r
 I use a simple perlscript to send sms from a daily generated file. The file
 is generated by another script.
 
@@ -1647,8 +1647,8 @@ select(undef,undef,undef,$timeout);
 }
 exit(0);
 # exit program
-</pre>
-
-</body>
-</html>
+</pre>\r
 
+</body>\r
+</html>\r
+\r