summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2010-02-17 11:38:36 +0100
committerMichal Čihař <michal@cihar.com>2010-02-17 11:38:36 +0100
commitd202fc60d80b90c78cbf509d9904ee1d334131d5 (patch)
tree647e2170faf6a9ba68dc70d9a93ce0913721b5ce /docs
parent9d8b38a7cee5edd6e746c58517cf4446807a4e19 (diff)
Imported Upstream version 1.27.92
Diffstat (limited to 'docs')
-rw-r--r--docs/develop/examples/sms-read.c6
-rw-r--r--docs/user/cs/gammu-smsd-tables.75
-rw-r--r--docs/user/cs/gammu-smsd.116
-rw-r--r--docs/user/cs/gammu.1275
-rw-r--r--docs/user/gammu-smsd-tables.79
-rw-r--r--docs/user/gammu-smsd.116
-rw-r--r--docs/user/gammu.1279
7 files changed, 555 insertions, 51 deletions
diff --git a/docs/develop/examples/sms-read.c b/docs/develop/examples/sms-read.c
index 38b60e9..e835403 100644
--- a/docs/develop/examples/sms-read.c
+++ b/docs/develop/examples/sms-read.c
@@ -107,7 +107,11 @@ int main(int argc UNUSED, char **argv UNUSED)
* but for simplicity we use this approach which will handle only
* text messages.
*/
- printf("Text: \"%s\"\n", DecodeUnicodeConsole(sms.SMS[i].Text));
+ if (sms.SMS[i].Coding == SMS_Coding_8bit) {
+ printf("8-bit message, can not display\n");
+ } else {
+ printf("Text: \"%s\"\n", DecodeUnicodeConsole(sms.SMS[i].Text));
+ }
printf("\n");
}
}
diff --git a/docs/user/cs/gammu-smsd-tables.7 b/docs/user/cs/gammu-smsd-tables.7
index a37ba6a..212feb9 100644
--- a/docs/user/cs/gammu-smsd-tables.7
+++ b/docs/user/cs/gammu-smsd-tables.7
@@ -463,8 +463,9 @@ pole UDH.
Pro dlouhou textovou zprávu, UDH začíná s 050003 následované jedním bajtem s
referenčním číslem zprávy (můžete sem uložit cokoliv, ale mělo by to být
-jiné pro každou zprávu), bajtem s celkovým počet zpráv a bajtem určujícím
-pořadí aktuální zprávy.
+jiné pro každou zprávu, v příkladě je použito D3), bajtem s celkovým počet
+zpráv (v příkladě 02) a bajtem určujícím pořadí aktuální zprávy (01 pro
+první zprávu, 02 pro druhou, atd.).
Například dlouhá textová zpráva skládající se z dvou částí může vypadat
následovně:
diff --git a/docs/user/cs/gammu-smsd.1 b/docs/user/cs/gammu-smsd.1
index c4dbba2..431c90c 100644
--- a/docs/user/cs/gammu-smsd.1
+++ b/docs/user/cs/gammu-smsd.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH GAMMU\-SMSD 1 "Leden 15, 2009" "Gammu 1.23.0" "Dokumentace Gammu"
+.TH GAMMU\-SMSD 1 "8. únor 2010" "Gammu 1.28.0" "Dokumentace Gammu"
.SH JMÉNO
gammu\-smsd \- SMS démon pro Gammu
.SH SYNTAXE
@@ -184,6 +184,17 @@ gammu\-smsd.exe \-c smsdrc
Nyní by mělo být možné dostat popis chyb i když SMSD nejde spustit jako
služba.
+.SH "ZNÁMÁ OMEZENÍ"
+
+You can not use same phone by more programs in same time. However in case
+you did not enable locking in [gammu] section, it might be able to start the
+communication with phone from more programs. In this case neither of the
+programs will probably work.
+
+There is no way to detect that SMS message is reply to another by looking at
+message headers. The only way to achieve this is to add some token to the
+message and let the user include it in the message on reply.
+
.SH "DALŠÍ INFORMACE"
gammu\-smsdrc(5), gammu(1), gammu\-smsd\-inject(1), gammu\-smsd\-monitor(1)
@@ -192,6 +203,9 @@ Dokumentace pro různé služby:
gammu\-smsd\-files(7), gammu\-smsd\-mysql(7), gammu\-smsd\-pgsql(7),
gammu\-smsd\-dbi(7), gammu\-smsd\-tables(7), gammu\-smsd\-null(7),
gammu\-smsd\-run(7)
+
+For web based frontend to SMSD database (currently only MySQL is being
+supported), please check Kalkun \- <http://kalkun.sourceforge.net/>.
.SH AUTOR
gammu\-smsd a tuto manuálovou stránku napsal Michal Čihař
<michal@cihar.com>.
diff --git a/docs/user/cs/gammu.1 b/docs/user/cs/gammu.1
index d36d247..c140c39 100644
--- a/docs/user/cs/gammu.1
+++ b/docs/user/cs/gammu.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH GAMMU 1 "Leden 19, 2010" "Gammu 1.27.91" "Dokumentace Gammu"
+.TH GAMMU 1 "9. únor 2010" "Gammu 1.27.92" "Dokumentace Gammu"
.SH JMÉNO
@@ -182,6 +182,50 @@ platná (SMSC zruší zprávu po této době pokud se jí nepodařilo doručit).
\fB\-save\fP \- zpráva bude před odesláním uložena do telefonu
.TP
+\fBÚvod do formátů SMS\fP
+
+Gammu podporuje mnoho formátů SMS včetně:
+
+ * Nokia Smart Messaging (used for monochromatic picture images, downloadable profiles, monochromatic operator logos, monochromatic caller logos and monophonic ringtones)
+ * Linked SMS (both with 8 and 16\-bit identification numbers in headers)
+ * EMS (this is SMS format used for saving monochromatic images, monophonic ringtones, animations, text formatting and others)
+ * MMS notifications
+ * Alcatel logo messages
+
+You need to ensure that the target phone supports message type you want to
+send. Otherwise the phone will not be able to display it or will even crash,
+because firmware of phone did not expect this possibility.
+
+.TP
+\fBEncoding chars in SMS text\fP
+
+Text in SMS can be coded using two ways:
+
+* with GSM Default Alphabet \- in single SMS you can have maximally 160 chars (Gammu doesn't support compressing such texts according to GSM standards, but it isn't big limit, because there are no phones supporting them), but they're from limited set:
+ * all Latin small and large
+ * all digits
+ * some Greek
+ * some other national
+ * some symbols like @Â\ ! " # & / ( )Â\ % * + = \- , .Â\ :Â\ ; < >Â\ ?
+ * few others
+
+* with Unicode \- in single SMS you can save at most 70 chars, but these can
+be any chars including all national and special ones. Please note, that some
+older phones might have problems displaying such message.
+
+Gammu tries to do the best to handle non ASCII characters in your message.
+Everything is internally handled in Unicode (the input is converted
+depending on your locales configuration) and in case message uses Unicode
+the text will be given as such to the message.
+
+Should the message be sent in GSM Default Alphabet, Gammu will try to
+convert all characters to keep message readable. Gammu does support multi
+byte encoding for some characters in GSM Default Alphabet (it is needed for
+^ { } \e [ ] ~ |). The characters which are not present in GSM Default
+Alphabet are transliterated to closest ASCII equivalent (accents are
+removed). Remaining not known characters are replaced by question mark.
+
+.TP
\fBaddsms\fP\fI folder file [\-yes]\fP
Přidá SMS zprávy ze souboru (formát jako používá backupsms) do zvolené
složky v telefonu.
@@ -253,6 +297,7 @@ Načte s telefonu názvy složek se zprávami.
.TP
\fBnokiagett9\fP
+This option should display T9 dictionary content from DCT4 phones.
.TP
\fBrestoresms\fP\fI file [\-yes]\fP
@@ -294,7 +339,12 @@ sendsms a savesms\fP.
.TP
\fBsavesms CALLER\fP\fI file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num]\fP
-Uloží logo volajícího jako SMS (formát pro Nokia \- velikost 72x14).
+Uloží logo volajícího jako SMS (formát pro Nokia Smart Messaging \- velikost
+72x14).
+
+Please note, that it isn't designed for colour logos available for example
+in DCT4/TIKU \- you need to put bitmap file there inside phone using
+filesystem commands.
Popis společných parametrů naleznete v sekci \fBSpolečné parametry pro
@@ -338,6 +388,8 @@ Sony\-Ericsson) načtou takové vyzvánění jako jedno.
\fB\-toneSE\fP \- přidá vyzvánění ve formátu iMelody v "krátké" formě jak je
podporováno telefony Sony\-Ericssonn.
+\fB\-toneSElong\fP \- add SonyEricsson IMelody saved in one or few SMS with UPI
+
\fB\-variablebitmap\fP \- obrázek libovolné velikosti uložený v jedné SMS
\fB\-variablebitmaplong\fP \- obrázek o maximální velikosti 96x128 uložený v
@@ -349,6 +401,20 @@ jedné nebo více zpráv
za tímto parametrem budou "chráběna" (v telefonech podporující standard ODI
jako například SonyEricsson je nebude možné přeposlat)
+\fB\-16bit\fP \- Gammu uses SMS headers with 16\-bit numbers for saving linking
+info in SMS (it means less chars available for user in each SMS)
+
+\fB\-format\fP lcrasbiut \- last text will be formatted. You can use combinations of chars:
+ l \- left aligned
+ c \- centered
+ r \- right aligned
+ a \- large font
+ s \- small font
+ b \- bold font
+ i \- italic font
+ u \- underlined font
+ t \- strikethrough font
+
\fIPříklad:\fP gammu savesms EMS \-text "Pozdrav" \-defsound 1 \-text "od Gammu"
\-tone10 axelf.txt \-animation 2 file1.bmp file2.bmp
@@ -390,8 +456,12 @@ sendsms a savesms\fP.
.TP
\fBsavesms OPERATOR\fP\fI file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-netcode netcode] [\-biglogo]\fP
-Uloži logo operátora jako SMS (formát pro Nokie \- velikost 72x14 nebo 78x21
-po použití \fB\-biglogo\fP).
+Uloží logo operátora jako SMS (formát Nokia Smart Messaging \- velikost 72x14
+nebo 78x21 po použití \fB\-biglogo\fP, jen ve dvou barvách).
+
+Please note, that it isn't designed for colour logos available for example
+in DCT4/TIKU \- you need to put bitmap file there inside phone using
+filesystem commands.
Popis společných parametrů naleznete v sekci \fBSpolečné parametry pro
@@ -400,7 +470,10 @@ sendsms a savesms\fP.
.TP
\fBsavesms PICTURE\fP\fI file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-text text] [\-unicode] [\-alcatelbmmi]\fP
-Uloží obrázek jako SMS (formát Nokie \- velikost 72x28).
+
+Read bitmap from 2 colors file (bmp, nlm, nsl, ngg, nol, wbmp, etc.), format
+into bitmap in Smart Messaging (72x28, 2 colors, called often Picture Image
+and saved with text) or Alcatel format and send/save over SMS.
Popis společných parametrů naleznete v sekci \fBSpolečné parametry pro
@@ -409,7 +482,11 @@ sendsms a savesms\fP.
.TP
\fBsavesms PROFILE\fP\fI [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-name name] [\-bitmap bitmap] [\-ringtone ringtone]\fP
-Načte vyzvánění (RTTL), obrázek a jméno a uloží je jako profil pro Nokii.
+
+Read ringtone (RTTL) format, bitmap (Picture Image size) and name, format
+into Smart Messaging profile and send/save as SMS. Please note, that this
+format is abandomed by Nokia and supported by some (older) devices only like
+Nokia 3310.
Popis společných parametrů naleznete v sekci \fBSpolečné parametry pro
@@ -419,7 +496,7 @@ sendsms a savesms\fP.
.TP
\fBsavesms RINGTONE\fP\fI file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-long] [\-scale]\fP
Našte RTTL vyzvánění ze souboru a uloží ho jako SMS. Vyzvánění je uloženo ve
-formátu pro Nokii.
+formátu Nokia Smart Messaging..
\fB\-long\fP \- vyzvánění je uloženo v podobě profilo. Může být delší (a uloženo
do 2 SMS), ale umí s ním pracovat jen novější telefony (jako 33xx).
@@ -447,7 +524,8 @@ sendsms a savesms\fP.
Načte text ze standardního vstupu (nebo příkazové řádky, pokud je použito
\-text) a uloží ho jako textovou zprávu do telefonu nebo na SIM kartu.
-\fB\-flash\fP \- SMS třídy 0 (zobrazení jen na displej)
+\fB\-flash\fP \- Class 0 SMS (should be displayed after receiving on recipients'
+phone display after receiving without entering Inbox)
\fB\-len len\fP \- určí, kolik znaků bude načteno. Pokud bude zadaný text delší,
než se vejde do jedné zprávy, bude automaticky rozdělen do více zpráv.
@@ -472,6 +550,9 @@ oznámí přijetí nové zprávy. Text bude zkrácen na 1 sms.
\fB\-textutf8\fP \- načte text v UTF\-8 z příkazové řádky místo standardního
vstupu.
+\fB\-16bit\fP \- Gammu uses SMS headers with 16\-bit numbers for saving linking
+info in SMS (it means less chars available for user in each SMS)
+
\fITIP:\fP Soubor v Unicode můžete na Windows vytvořit například pomocí
WordPadu (zvolte volbu "Uložit jako unicode text"). Na Linuxu můžete použít
třeba YUdit nebo Vim.
@@ -975,6 +1056,29 @@ Pro vygenerování jad souboru z jar souboru můžete použít jadmaker(1).
.TP
\fBnokiaaddplaylists\fP
+Goes through phone memory and generated playlist for all music files found.
+
+To manually manage playlists:
+
+ gammu addfile a:\epredefplaylist filename.m3u
+
+Will add playlist filename.m3u
+
+ gammu getfilesystem
+
+Will get list of all files (including names of files with playlists)
+
+ gammu deletefiles a:\epredefplaylist\efilename.m3u
+
+Will delete playlist filename.m3u
+
+Format of m3u playlist is easy (standard mp3 playlist):
+
+First line is #EXTM3U, next lines contain names of files (b:\efile1.mp3,
+b:\efolder1\efile2.mp3, etc.). File needs t have '\er\en' terminated
+lines. So just run unix2dos on the resulting file before uploading it your
+your phone.
+
.TP
\fBsendfile\fP\fI name\fP
Odešle soubor do telefonu. Je na telefonu, aby se rozhodl, co s ním udělá,
@@ -986,6 +1090,15 @@ většina telefonů vám nabídne možnost ho importovat).
.SS "Loga a obrázky"
+.P
+
+These options are mainly (there are few expections) for monochromatic logos
+and images available in older phones. Recognized file formats: xpm (only
+saving), 2\-colors bmp, nlm, nsl, ngg, nol, wbmp, gif (for Samsung).
+
+In new models all bitmaps are saved in filesystem and should go into
+filesystem section
+
.TP
\fBcopybitmap\fP\fI inputfile [outputfile [OPERATOR|PICTURE|STARTUP|CALLER]]\fP
Převádí loga mezi různými formáty. Pokud neuvedete výstupní soubor, logo
@@ -1031,7 +1144,12 @@ sendsms a savesms\fP.
.TP
\fBsavesms CALLER\fP\fI file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num]\fP
-Uloží logo volajícího jako SMS (formát pro Nokia \- velikost 72x14).
+Uloží logo volajícího jako SMS (formát pro Nokia Smart Messaging \- velikost
+72x14).
+
+Please note, that it isn't designed for colour logos available for example
+in DCT4/TIKU \- you need to put bitmap file there inside phone using
+filesystem commands.
Popis společných parametrů naleznete v sekci \fBSpolečné parametry pro
@@ -1040,8 +1158,12 @@ sendsms a savesms\fP.
.TP
\fBsavesms OPERATOR\fP\fI file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-netcode netcode] [\-biglogo]\fP
-Uloži logo operátora jako SMS (formát pro Nokie \- velikost 72x14 nebo 78x21
-po použití \fB\-biglogo\fP).
+Uloží logo operátora jako SMS (formát Nokia Smart Messaging \- velikost 72x14
+nebo 78x21 po použití \fB\-biglogo\fP, jen ve dvou barvách).
+
+Please note, that it isn't designed for colour logos available for example
+in DCT4/TIKU \- you need to put bitmap file there inside phone using
+filesystem commands.
Popis společných parametrů naleznete v sekci \fBSpolečné parametry pro
@@ -1050,7 +1172,10 @@ sendsms a savesms\fP.
.TP
\fBsavesms PICTURE\fP\fI file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-text text] [\-unicode] [\-alcatelbmmi]\fP
-Uloží obrázek jako SMS (formát Nokie \- velikost 72x28).
+
+Read bitmap from 2 colors file (bmp, nlm, nsl, ngg, nol, wbmp, etc.), format
+into bitmap in Smart Messaging (72x28, 2 colors, called often Picture Image
+and saved with text) or Alcatel format and send/save over SMS.
Popis společných parametrů naleznete v sekci \fBSpolečné parametry pro
@@ -1124,7 +1249,7 @@ Nastaví obrázek v telefonu.
\fBsetbitmap STARTUP\fP\fI file|1|2|3\fP
Nastaví v telefonu logo při spuštění. Může to být zadaný obrázek (pak musíte
zadat jeho cestu), nebo jedna z předdefinovaných animací (toto podporují jen
-některé telefony jako Nokia 3310 nebo 3330).
+některé telefony jako Nokia 3310 nebo 3330, použijte umístění 1, 2 nebo 3).
.TP
\fBsetbitmap TEXT\fP\fI text\fP
@@ -1139,6 +1264,12 @@ Nastaví v telefonu obrázek pozadí.
Vyzvánění jsou většinou podporována jen pro starší telefony. Pro novější je
obvykle jen musíte nahrát do správné složky v telefonu.
+There are recognized various file formats by options described below: rttl,
+binary format created for Gammu, mid (saving), re (reading), ott,
+communicator, ringtones format found in fkn.pl, wav (saving), ime/imy
+(saving), rng, mmf (for Samsung).
+
+
.TP
\fBaddnew\fP\fI file [\-yes] [\-memory ME|SM|..]\fP
Přidá data ze souboru vytvořeného pomocí fuknce \fBbackup\fP.
@@ -1247,7 +1378,7 @@ není nastaven čas a datum.
.TP
\fBsavesms RINGTONE\fP\fI file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-long] [\-scale]\fP
Našte RTTL vyzvánění ze souboru a uloží ho jako SMS. Vyzvánění je uloženo ve
-formátu pro Nokii.
+formátu Nokia Smart Messaging..
\fB\-long\fP \- vyzvánění je uloženo v podobě profilo. Může být delší (a uloženo
do 2 SMS), ale umí s ním pracovat jen novější telefony (jako 33xx).
@@ -1284,6 +1415,11 @@ některých telefonů blikat (například 33xx)
.SS Kalendář
+.P
+
+In Nokia 3310, 3315 and 3330 these are named "Reminders" and have some
+limitations (depending on phone firmware version).
+
.TP
\fBaddnew\fP\fI file [\-yes] [\-memory ME|SM|..]\fP
Přidá data ze souboru vytvořeného pomocí fuknce \fBbackup\fP.
@@ -1530,6 +1666,9 @@ sendsms a savesms\fP.
\fBgetallnotes\fP
Zobrazí všechny poznámky z telefonu.
+Note: Not all phones supports this function, especially most Sony Ericsson
+phones even if they have notes inside phone.
+
.SS "Čas, datum a budíky"
.TP
@@ -1785,6 +1924,29 @@ Pro vygenerování jad souboru z jar souboru můžete použít jadmaker(1).
.TP
\fBnokiaaddplaylists\fP
+Goes through phone memory and generated playlist for all music files found.
+
+To manually manage playlists:
+
+ gammu addfile a:\epredefplaylist filename.m3u
+
+Will add playlist filename.m3u
+
+ gammu getfilesystem
+
+Will get list of all files (including names of files with playlists)
+
+ gammu deletefiles a:\epredefplaylist\efilename.m3u
+
+Will delete playlist filename.m3u
+
+Format of m3u playlist is easy (standard mp3 playlist):
+
+First line is #EXTM3U, next lines contain names of files (b:\efile1.mp3,
+b:\efolder1\efile2.mp3, etc.). File needs t have '\er\en' terminated
+lines. So just run unix2dos on the resulting file before uploading it your
+your phone.
+
.TP
\fBnokiacomposer\fP\fI file\fP
Zobrazí jak zadat RTTL vyzvánění ve skladateli dostupném v mnoha telefonech
@@ -1815,6 +1977,7 @@ příkaz vám umožní tuto změnu provést.
.TP
\fBnokiagett9\fP
+This option should display T9 dictionary content from DCT4 phones.
.TP
\fBnokiagetvoicerecord\fP\fI location\fP
@@ -1823,6 +1986,34 @@ Získá ze zadané pozice v telefonu zvukovou nahrávku a uloží ji do souboru
WAV. Soubor je komprimován pomocí kodeku GSM 6.10. Jeho jméno je stejné jako
je v telefonu.
+Created WAV files require GSM 6.10 codec to be played. In Win XP it's
+included by Microsoft. If you deleted it by accident in this operating
+system, make such steps:
+
+1. Control Panel
+.br
+2. Add hardware
+.br
+3. click Next
+.br
+4. select "Yes. I have already connected the hardware"
+.br
+5. select "Add a new hardware device"
+.br
+6. select "Install the hardware that I manually select from a list"
+.br
+7. select "Sound, video and game controllers"
+.br
+8. select "Audio codecs"
+.br
+9. select "windows\system32" directory and file "mmdriver.inf"
+.br
+10. if You will be asked for file msgsm32.acm, it should unpacked from
+Windows CD
+.br
+11. now You can be asked if want to install unsigned driver (YES), about
+select codec configuration (select what you want) and rebotting PC (make it)
+
.TP
\fBnokiamakecamerashoot\fP
@@ -1850,6 +2041,12 @@ Přečte bezpečnostní kód nebo ho nastaví na "12345".
.TP
\fBnokiaselftests\fP
+Spustí testy na telefonech Nokia DCT3.
+
+Note: EEPROM test can show an error when your phone has an EEPROM in flash
+(like 82xx/7110/62xx/33xx). The clock test will show an error when the phone
+doesn?t have an internal battery for the clock (like 3xxx).
+
.TP
\fBnokiasetlights\fP\fI keypad|display|torch on|off\fP
@@ -1895,8 +2092,10 @@ Nastaví úrověň vibrací na úroveň "level" (v procentech)
.SS "Specifické pro Siemens"
.TP
-\fBsiemensnetmonact\fP\fI netmon_type (1\-full, 2\-simple)\fP
+\fBsiemensnetmonact\fP\fI netmon_type\fP
+Enables network monitor in Siemens phone. Currently known values for type
+are 1 for full and 2 for simple mode.
.TP
\fBsiemensnetmonitor\fP\fI test\fP
@@ -1946,8 +2145,10 @@ nokianetmonitor 243\fP se musí některé telefony restartovat)
\fBsetautonetworklogin\fP
.TP
-\fBsiemensnetmonact\fP\fI netmon_type (1\-full, 2\-simple)\fP
+\fBsiemensnetmonact\fP\fI netmon_type\fP
+Enables network monitor in Siemens phone. Currently known values for type
+are 1 for full and 2 for simple mode.
.TP
\fBsiemensnetmonitor\fP\fI test\fP
@@ -2182,6 +2383,12 @@ sendsms a savesms\fP.
.TP
\fBnokiaselftests\fP
+Spustí testy na telefonech Nokia DCT3.
+
+Note: EEPROM test can show an error when your phone has an EEPROM in flash
+(like 82xx/7110/62xx/33xx). The clock test will show an error when the phone
+doesn?t have an internal battery for the clock (like 3xxx).
+
.TP
\fBnokiasetlights\fP\fI keypad|display|torch on|off\fP
@@ -2354,7 +2561,11 @@ Odstraní uživatelská nastavení
.TP
\fBsavesms PROFILE\fP\fI [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-name name] [\-bitmap bitmap] [\-ringtone ringtone]\fP
-Načte vyzvánění (RTTL), obrázek a jméno a uloží je jako profil pro Nokii.
+
+Read ringtone (RTTL) format, bitmap (Picture Image size) and name, format
+into Smart Messaging profile and send/save as SMS. Please note, that this
+format is abandomed by Nokia and supported by some (older) devices only like
+Nokia 3310.
Popis společných parametrů naleznete v sekci \fBSpolečné parametry pro
@@ -2417,6 +2628,34 @@ Získá ze zadané pozice v telefonu zvukovou nahrávku a uloží ji do souboru
WAV. Soubor je komprimován pomocí kodeku GSM 6.10. Jeho jméno je stejné jako
je v telefonu.
+Created WAV files require GSM 6.10 codec to be played. In Win XP it's
+included by Microsoft. If you deleted it by accident in this operating
+system, make such steps:
+
+1. Control Panel
+.br
+2. Add hardware
+.br
+3. click Next
+.br
+4. select "Yes. I have already connected the hardware"
+.br
+5. select "Add a new hardware device"
+.br
+6. select "Install the hardware that I manually select from a list"
+.br
+7. select "Sound, video and game controllers"
+.br
+8. select "Audio codecs"
+.br
+9. select "windows\system32" directory and file "mmdriver.inf"
+.br
+10. if You will be asked for file msgsm32.acm, it should unpacked from
+Windows CD
+.br
+11. now You can be asked if want to install unsigned driver (YES), about
+select codec configuration (select what you want) and rebotting PC (make it)
+
.TP
\fBnokiamakecamerashoot\fP
@@ -2614,7 +2853,7 @@ Zvolený soubor nelze otevřít.
.SS 129
Je potřeba více paměti...
.SS 130
-Přístup k souboru nebo zařízení odmítnut...
+Operace nebyla povolena telefonem.
.SS 131
Prázdné číslo SMSC. Nastavte ho v telefonu nebo použijte \-smscnumber.
.SS 132
diff --git a/docs/user/gammu-smsd-tables.7 b/docs/user/gammu-smsd-tables.7
index 8f1828e..25a658e 100644
--- a/docs/user/gammu-smsd-tables.7
+++ b/docs/user/gammu-smsd-tables.7
@@ -443,10 +443,11 @@ INSERT INTO outbox (
Inserting multipart messages is a bit more tricky, you need to construct also
UDH header and store it hexadecimally written into UDH field.
-For long text message, the UDH starts with 050003 followed by byte as a
-message reference (you can put anything there, but it should be different for
-each message), byte for number of messages and byte for number of current
-message.
+For long text message, the UDH starts with 050003 followed by byte as a message
+reference (you can put anything there, but it should be different for each
+message, D3 in following example), byte for number of messages (02 in example)
+and byte for number of current message (01 for first message, 02 for second,
+etc.).
For example long text message of two parts could look like following:
diff --git a/docs/user/gammu-smsd.1 b/docs/user/gammu-smsd.1
index 24c3b42..35e9220 100644
--- a/docs/user/gammu-smsd.1
+++ b/docs/user/gammu-smsd.1
@@ -1,4 +1,4 @@
-.TH GAMMU-SMSD 1 "January 15, 2009" "Gammu 1.23.0" "Gammu Documentation"
+.TH GAMMU-SMSD 1 "February 8, 2010" "Gammu 1.28.0" "Gammu Documentation"
.SH NAME
gammu\-smsd \- SMS daemon for Gammu
.SH SYNOPSIS
@@ -178,12 +178,26 @@ gammu\-smsd.exe \-c smsdrc
You now should be able to get errors from SMSD even if it fails to start as a
service.
+.SH KNOWN LIMITATIONS
+
+You can not use same phone by more programs in same time. However in case you
+did not enable locking in [gammu] section, it might be able to start the
+communication with phone from more programs. In this case neither of the
+programs will probably work.
+
+There is no way to detect that SMS message is reply to another by looking at
+message headers. The only way to achieve this is to add some token to the
+message and let the user include it in the message on reply.
+
.SH SEE ALSO
gammu\-smsdrc(5), gammu(1), gammu\-smsd\-inject(1), gammu\-smsd\-monitor(1)
Documentation for different backends:
gammu\-smsd\-files(7), gammu\-smsd\-mysql(7), gammu\-smsd\-pgsql(7), gammu\-smsd\-dbi(7), gammu\-smsd\-tables(7), gammu\-smsd\-null(7), gammu\-smsd\-run(7)
+
+For web based frontend to SMSD database (currently only MySQL is being
+supported), please check Kalkun - <http://kalkun.sourceforge.net/>.
.SH AUTHOR
gammu\-smsd and this manual page were written by Michal Cihar <michal@cihar.com>.
.SH COPYRIGHT
diff --git a/docs/user/gammu.1 b/docs/user/gammu.1
index bfeea7f..3d78d4a 100644
--- a/docs/user/gammu.1
+++ b/docs/user/gammu.1
@@ -1,4 +1,4 @@
-.TH "GAMMU" "1" "Jan 19 2010" "Gammu 1.27.91" "Gammu Documentation"
+.TH "GAMMU" "1" "Feb 9 2010" "Gammu 1.27.92" "Gammu Documentation"
.SH "NAME"
@@ -171,6 +171,50 @@ not deliver it).
\fB\-save\fR - will also save message which is being sent
.TP
+\fBIntroduction to SMS formats\fR
+
+Gammu has support for many SMS formats like:
+
+ * Nokia Smart Messaging (used for monochromatic picture images, downloadable profiles, monochromatic operator logos, monochromatic caller logos and monophonic ringtones)
+ * Linked SMS (both with 8 and 16-bit identification numbers in headers)
+ * EMS (this is SMS format used for saving monochromatic images, monophonic ringtones, animations, text formatting and others)
+ * MMS notifications
+ * Alcatel logo messages
+
+You need to ensure that the target phone supports message type you want to
+send. Otherwise the phone will not be able to display it or will even crash,
+because firmware of phone did not expect this possibility.
+
+.TP
+\fBEncoding chars in SMS text\fR
+
+Text in SMS can be coded using two ways:
+
+* with GSM Default Alphabet - in single SMS you can have maximally 160 chars (Gammu doesn't support compressing such texts according to GSM standards, but it isn't big limit, because there are no phones supporting them), but they're from limited set:
+ * all Latin small and large
+ * all digits
+ * some Greek
+ * some other national
+ * some symbols like @ ! " # & / ( ) % * + = - , . : ; < > ?
+ * few others
+
+* with Unicode - in single SMS you can save at most 70 chars, but these can be
+any chars including all national and special ones. Please note, that some
+older phones might have problems displaying such message.
+
+Gammu tries to do the best to handle non ASCII characters in your message.
+Everything is internally handled in Unicode (the input is converted depending
+on your locales configuration) and in case message uses Unicode the text will
+be given as such to the message.
+
+Should the message be sent in GSM Default Alphabet, Gammu will try to convert
+all characters to keep message readable. Gammu does support multi byte
+encoding for some characters in GSM Default Alphabet (it is needed for ^ { }
+\\ [ ] ~ |). The characters which are not present in GSM Default Alphabet
+are transliterated to closest ASCII equivalent (accents are removed).
+Remaining not known characters are replaced by question mark.
+
+.TP
.BI "addsms" " folder file [\-yes]"
Adds SMSes from file (format like backupsms uses) to
selected folder in phone.
@@ -211,7 +255,8 @@ will see location. If you want to get such sms from phone alone, use
.TP
.BI "geteachsms" " \-pbk"
-Similiary to \fBgetallsms\fR. Difference is, that links all contacenated sms
+Similiary to \fBgetallsms\fR. Difference is, that
+links all concatenated sms
.TP
.BI "getsms" " folder start [stop]"
@@ -242,6 +287,8 @@ Get names for SMS folders in phone
.TP
.BI "nokiagett9"
+This option should display T9 dictionary content from
+DCT4 phones.
.TP
.BI "restoresms" " file [\-yes]"
@@ -280,7 +327,12 @@ For description of shared parameters see \fBCommon parameters for sendsms and sa
.TP
.BI "savesms CALLER" " file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num]"
-Save caller logo as sms (Nokia format - size 72x14).
+Save caller logo as sms in Nokia (Smart Messaging)
+format - size 72x14, two colors.
+
+Please note, that it isn't designed for colour logos available for example in
+DCT4/TIKU - you need to put bitmap file there inside phone using filesystem
+commands.
For description of shared parameters see \fBCommon parameters for sendsms and savesms\fR.
@@ -311,14 +363,29 @@ Saves EMS sequence. All parameters after \fB\-unread\fR (like \fB\-defsound\fR)
\fB\-toneSE\fR - adds IMelody in "short" form supported by SonyEricsson phones
+\fB\-toneSElong\fR - add SonyEricsson IMelody saved in one or few SMS with UPI
+
\fB\-variablebitmap\fR - bitmap in any size saved in one SMS
\fB\-variablebitmaplong\fR - bitmap with maximal size 96x128 saved in one or few sms
-\fB\-fixedbitmap \fR - bitmap 16x16 or 32x32
+\fB\-fixedbitmap\fR - bitmap 16x16 or 32x32
\fB\-protected\fR - all ringtones and bitmaps after this parameter (excluding default ringtones and logos) will be "protected" (in phones compatible with ODI like SonyEricsson products it won't be possible to forward them from phone menu)
+\fB\-16bit\fR - Gammu uses SMS headers with 16-bit numbers for saving linking info in SMS (it means less chars available for user in each SMS)
+
+\fB\-format\fR lcrasbiut - last text will be formatted. You can use combinations of chars:
+ l - left aligned
+ c - centered
+ r - right aligned
+ a - large font
+ s - small font
+ b - bold font
+ i - italic font
+ u - underlined font
+ t - strikethrough font
+
\fIExample:\fR gammu savesms EMS \-text "Greetings" \-defsound 1 \-text "from Gammu" \-tone10 axelf.txt \-animation 2 file1.bmp file2.bmp
will create EMS sequence with text "Greetings" and default sound 1 and text "from Gammu" and ringtone axelf.txt and 2 frame animation read from (1'st frame) file1.bmp and (2'nd frame) file2.bmp
@@ -353,8 +420,13 @@ For description of shared parameters see \fBCommon parameters for sendsms and sa
.TP
.BI "savesms OPERATOR" " file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-netcode netcode] [\-biglogo]"
-Save operator logo as sms (Nokia format - size 72x14 or 78x21 after
-using \fB\-biglogo\fR).
+Save operator logo as sms in Nokia (Smart
+Messaging) format - size 72x14 or 78x21 after using \fB\-biglogo\fR, all in
+two colors.
+
+Please note, that it isn't designed for colour logos available for example in
+DCT4/TIKU - you need to put bitmap file there inside phone using filesystem
+commands.
For description of shared parameters see \fBCommon parameters for sendsms and savesms\fR.
@@ -362,7 +434,10 @@ For description of shared parameters see \fBCommon parameters for sendsms and sa
.TP
.BI "savesms PICTURE" " file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-text text] [\-unicode] [\-alcatelbmmi]"
-Save Picture Image as sms (Nokia format - size 72x28).
+
+Read bitmap from 2 colors file (bmp, nlm, nsl, ngg, nol, wbmp, etc.), format
+into bitmap in Smart Messaging (72x28, 2 colors, called often Picture Image
+and saved with text) or Alcatel format and send/save over SMS.
For description of shared parameters see \fBCommon parameters for sendsms and savesms\fR.
@@ -370,8 +445,10 @@ For description of shared parameters see \fBCommon parameters for sendsms and sa
.TP
.BI "savesms PROFILE" " [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-name name] [\-bitmap bitmap] [\-ringtone ringtone]"
-Read ringtone (RTTL) format and bitmap (Picture Image size) and name and save
-as Nokia profile.
+
+Read ringtone (RTTL) format, bitmap (Picture Image size) and name, format into
+Smart Messaging profile and send/save as SMS. Please note, that this format is
+abandomed by Nokia and supported by some (older) devices only like Nokia 3310.
For description of shared parameters see \fBCommon parameters for sendsms and savesms\fR.
@@ -379,8 +456,8 @@ For description of shared parameters see \fBCommon parameters for sendsms and sa
.TP
.BI "savesms RINGTONE" " file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-long] [\-scale]"
-Read RTTL ringtone from file and save as SMS into SIM/phone
-memory. Ringtone is saved in Nokia format.
+Read RTTL ringtone from file and save as SMS
+into SIM/phone memory. Ringtone is saved in Nokia (Smart Messaging) format.
\fB\-long\fR - ringtone is saved using Profile style. It can be longer (and saved
in 2 SMS), but decoded only by newer phones (like 33xx)
@@ -405,7 +482,7 @@ For description of shared parameters see \fBCommon parameters for sendsms and sa
Take text from stdin (or commandline if \-text
specified) and save as text SMS into SIM/phone memory.
-\fB\-flash\fR - Class 0 SMS
+\fB\-flash\fR - Class 0 SMS (should be displayed after receiving on recipients' phone display after receiving without entering Inbox)
\fB\-len len\fR - specify, how many chars will be read. When use this
option and text will be longer than 1 SMS, will be split into more
@@ -431,6 +508,8 @@ only beep, vibrate or turn on light. Text will be cut to 1 sms.
\fB\-textutf8\fR - get text in UTF-8 from command line instead of stdin.
+\fB\-16bit\fR - Gammu uses SMS headers with 16-bit numbers for saving linking info in SMS (it means less chars available for user in each SMS)
+
\fITIP:\fR
You can create Unicode file using WordPad in Windows (during saving select
"Unicode Text Document" format). In Unix can use for example YUdit.
@@ -903,6 +982,28 @@ You can use jadmaker(1) to generate a .jad file from a .jar file.
.TP
.BI "nokiaaddplaylists"
+Goes through phone memory and generated playlist for all music files found.
+
+To manually manage playlists:
+
+ gammu addfile a:\\predefplaylist filename.m3u
+
+Will add playlist filename.m3u
+
+ gammu getfilesystem
+
+Will get list of all files (including names of files with playlists)
+
+ gammu deletefiles a:\\predefplaylist\\filename.m3u
+
+Will delete playlist filename.m3u
+
+Format of m3u playlist is easy (standard mp3 playlist):
+
+First line is #EXTM3U, next lines contain names of files (b:\\file1.mp3,
+b:\\folder1\\file2.mp3, etc.). File needs t have '\\r\\n' terminated lines. So
+just run unix2dos on the resulting file before uploading it your your phone.
+
.TP
.BI "sendfile" " name"
Sends file to a phone. It's up to phone to decide where
@@ -914,6 +1015,14 @@ vCalendar, most of phones will offer you to import it.
.SS "Logo and pictures"
+.P
+
+These options are mainly (there are few expections) for monochromatic logos and
+images available in older phones. Recognized file formats: xpm (only saving),
+2-colors bmp, nlm, nsl, ngg, nol, wbmp, gif (for Samsung).
+
+In new models all bitmaps are saved in filesystem and should go into filesystem section
+
.TP
.BI "copybitmap" " inputfile [outputfile [OPERATOR|PICTURE|STARTUP|CALLER]]"
Allow to convert logos files to another. When give ONLY inputfile, output will
@@ -959,7 +1068,12 @@ For description of shared parameters see \fBCommon parameters for sendsms and sa
.TP
.BI "savesms CALLER" " file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num]"
-Save caller logo as sms (Nokia format - size 72x14).
+Save caller logo as sms in Nokia (Smart Messaging)
+format - size 72x14, two colors.
+
+Please note, that it isn't designed for colour logos available for example in
+DCT4/TIKU - you need to put bitmap file there inside phone using filesystem
+commands.
For description of shared parameters see \fBCommon parameters for sendsms and savesms\fR.
@@ -967,8 +1081,13 @@ For description of shared parameters see \fBCommon parameters for sendsms and sa
.TP
.BI "savesms OPERATOR" " file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-netcode netcode] [\-biglogo]"
-Save operator logo as sms (Nokia format - size 72x14 or 78x21 after
-using \fB\-biglogo\fR).
+Save operator logo as sms in Nokia (Smart
+Messaging) format - size 72x14 or 78x21 after using \fB\-biglogo\fR, all in
+two colors.
+
+Please note, that it isn't designed for colour logos available for example in
+DCT4/TIKU - you need to put bitmap file there inside phone using filesystem
+commands.
For description of shared parameters see \fBCommon parameters for sendsms and savesms\fR.
@@ -976,7 +1095,10 @@ For description of shared parameters see \fBCommon parameters for sendsms and sa
.TP
.BI "savesms PICTURE" " file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-text text] [\-unicode] [\-alcatelbmmi]"
-Save Picture Image as sms (Nokia format - size 72x28).
+
+Read bitmap from 2 colors file (bmp, nlm, nsl, ngg, nol, wbmp, etc.), format
+into bitmap in Smart Messaging (72x28, 2 colors, called often Picture Image
+and saved with text) or Alcatel format and send/save over SMS.
For description of shared parameters see \fBCommon parameters for sendsms and savesms\fR.
@@ -1044,7 +1166,7 @@ Sets picture image in phone.
.BI "setbitmap STARTUP" " file|1|2|3"
Set startup logo in phone. It can be static (then you will have to give file
name) or one of predefined animated (only some phones like Nokia 3310 or 3330
-supports it).
+supports it, use location 1, 2 or 3 for these).
.TP
.BI "setbitmap TEXT" " text"
@@ -1059,6 +1181,12 @@ Sets wallpaper in phone.
Ringtones are mostly supported only for older phones. For recent phones you
usually just upload them to some folder in phone filesystem.
+There are recognized various file formats by options described below: rttl,
+binary format created for Gammu, mid (saving), re (reading), ott, communicator,
+ringtones format found in fkn.pl, wav (saving), ime/imy (saving), rng, mmf (for
+Samsung).
+
+
.TP
.BI "addnew" " file [\-yes] [\-memory ME|SM|..]"
Adds data written in file created using \fBbackup option\fR. All things
@@ -1164,8 +1292,8 @@ be done, when phone doesn't have set clock inside.
.TP
.BI "savesms RINGTONE" " file [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-long] [\-scale]"
-Read RTTL ringtone from file and save as SMS into SIM/phone
-memory. Ringtone is saved in Nokia format.
+Read RTTL ringtone from file and save as SMS
+into SIM/phone memory. Ringtone is saved in Nokia (Smart Messaging) format.
\fB\-long\fR - ringtone is saved using Profile style. It can be longer (and saved
in 2 SMS), but decoded only by newer phones (like 33xx)
@@ -1199,6 +1327,10 @@ editing ringtone in composer from phone menu (for example, in N33xx).
.SS "Calendar notes"
+.P
+
+In Nokia 3310, 3315 and 3330 these are named "Reminders" and have some limitations (depending on phone firmware version).
+
.TP
.BI "addnew" " file [\-yes] [\-memory ME|SM|..]"
Adds data written in file created using \fBbackup option\fR. All things
@@ -1445,6 +1577,9 @@ For description of shared parameters see \fBCommon parameters for sendsms and sa
.BI "getallnotes"
Reads all notes from the phone.
+Note: Not all phones supports this function, especially most Sony Ericsson
+phones even if they have notes inside phone.
+
.SS "Date, time and alarms"
.TP
@@ -1706,6 +1841,28 @@ You can use jadmaker(1) to generate a .jad file from a .jar file.
.TP
.BI "nokiaaddplaylists"
+Goes through phone memory and generated playlist for all music files found.
+
+To manually manage playlists:
+
+ gammu addfile a:\\predefplaylist filename.m3u
+
+Will add playlist filename.m3u
+
+ gammu getfilesystem
+
+Will get list of all files (including names of files with playlists)
+
+ gammu deletefiles a:\\predefplaylist\\filename.m3u
+
+Will delete playlist filename.m3u
+
+Format of m3u playlist is easy (standard mp3 playlist):
+
+First line is #EXTM3U, next lines contain names of files (b:\\file1.mp3,
+b:\\folder1\\file2.mp3, etc.). File needs t have '\\r\\n' terminated lines. So
+just run unix2dos on the resulting file before uploading it your your phone.
+
.TP
.BI "nokiacomposer" " file"
Show, how to enter RTTL ringtone in composer existing in many Nokia phones
@@ -1737,6 +1894,8 @@ name using this option.
.TP
.BI "nokiagett9"
+This option should display T9 dictionary content from
+DCT4 phones.
.TP
.BI "nokiagetvoicerecord" " location"
@@ -1745,6 +1904,32 @@ Get voice record from location and save to WAV file. File is
coded using GSM 6.10 codec (available for example in win32). Name
of file is like name of voice record in phone.
+Created WAV files require GSM 6.10 codec to be played. In Win XP it's included
+by Microsoft. If you deleted it by accident in this operating system, make such
+steps:
+
+1. Control Panel
+.br
+2. Add hardware
+.br
+3. click Next
+.br
+4. select "Yes. I have already connected the hardware"
+.br
+5. select "Add a new hardware device"
+.br
+6. select "Install the hardware that I manually select from a list"
+.br
+7. select "Sound, video and game controllers"
+.br
+8. select "Audio codecs"
+.br
+9. select "windows\system32" directory and file "mmdriver.inf"
+.br
+10. if You will be asked for file msgsm32.acm, it should unpacked from Windows CD
+.br
+11. now You can be asked if want to install unsigned driver (YES), about select codec configuration (select what you want) and rebotting PC (make it)
+
.TP
.BI "nokiamakecamerashoot"
@@ -1773,6 +1958,13 @@ Get/reset to "12345" security code
.TP
.BI "nokiaselftests"
+Perform tests for Nokia DCT3 phones.
+
+Note: EEPROM test can show an error when your phone has an EEPROM in
+flash (like 82xx/7110/62xx/33xx). The clock test will show an error
+when the phone doesn?t have an internal battery for the clock (like
+3xxx).
+
.TP
.BI "nokiasetlights" " keypad|display|torch on|off"
@@ -1818,8 +2010,10 @@ Set vibra power to "level" (given in percent)
.SS "Siemens specific"
.TP
-.BI "siemensnetmonact" " netmon_type (1\-full, 2\-simple)"
+.BI "siemensnetmonact" " netmon_type"
+Enables network monitor in Siemens phone. Currently known values for type
+are 1 for full and 2 for simple mode.
.TP
.BI "siemensnetmonitor" " test"
@@ -1871,8 +2065,10 @@ reboot them to see netmonitor menu)
.BI "setautonetworklogin"
.TP
-.BI "siemensnetmonact" " netmon_type (1\-full, 2\-simple)"
+.BI "siemensnetmonact" " netmon_type"
+Enables network monitor in Siemens phone. Currently known values for type
+are 1 for full and 2 for simple mode.
.TP
.BI "siemensnetmonitor" " test"
@@ -2099,6 +2295,13 @@ For description of shared parameters see \fBCommon parameters for sendsms and sa
.TP
.BI "nokiaselftests"
+Perform tests for Nokia DCT3 phones.
+
+Note: EEPROM test can show an error when your phone has an EEPROM in
+flash (like 82xx/7110/62xx/33xx). The clock test will show an error
+when the phone doesn?t have an internal battery for the clock (like
+3xxx).
+
.TP
.BI "nokiasetlights" " keypad|display|torch on|off"
@@ -2272,8 +2475,10 @@ Clear user settings
.TP
.BI "savesms PROFILE" " [\-folder id] [\-unread] [\-read] [\-unsent] [\-sent] [\-sender number] [\-smsname name] [\-smscset number] [\-smscnumber number] [\-reply] [\-maxsms num] [\-name name] [\-bitmap bitmap] [\-ringtone ringtone]"
-Read ringtone (RTTL) format and bitmap (Picture Image size) and name and save
-as Nokia profile.
+
+Read ringtone (RTTL) format, bitmap (Picture Image size) and name, format into
+Smart Messaging profile and send/save as SMS. Please note, that this format is
+abandomed by Nokia and supported by some (older) devices only like Nokia 3310.
For description of shared parameters see \fBCommon parameters for sendsms and savesms\fR.
@@ -2333,6 +2538,32 @@ Get voice record from location and save to WAV file. File is
coded using GSM 6.10 codec (available for example in win32). Name
of file is like name of voice record in phone.
+Created WAV files require GSM 6.10 codec to be played. In Win XP it's included
+by Microsoft. If you deleted it by accident in this operating system, make such
+steps:
+
+1. Control Panel
+.br
+2. Add hardware
+.br
+3. click Next
+.br
+4. select "Yes. I have already connected the hardware"
+.br
+5. select "Add a new hardware device"
+.br
+6. select "Install the hardware that I manually select from a list"
+.br
+7. select "Sound, video and game controllers"
+.br
+8. select "Audio codecs"
+.br
+9. select "windows\system32" directory and file "mmdriver.inf"
+.br
+10. if You will be asked for file msgsm32.acm, it should unpacked from Windows CD
+.br
+11. now You can be asked if want to install unsigned driver (YES), about select codec configuration (select what you want) and rebotting PC (make it)
+
.TP
.BI "nokiamakecamerashoot"
@@ -2521,7 +2752,7 @@ Can not open specified file.
.SS 129
More memory required...
.SS 130
-Permission to file/device required...
+Operation not allowed by phone.
.SS 131
Empty SMSC number. Set in phone or use \-smscnumber.
.SS 132