GNOKII_MAIN symbol used for Gnokii compilation
[gnokii.git] / readme
1 1.What is this ?\r
2 ----------------\r
3 This is my own version of gnokii...\r
4 \r
5 It's related rather to improvements in command line gnokii and in the main code.\r
6 It was created from CVS gnokii 0.3.3_pre8-gold and contains many other changes.\r
7 I decided to make it, since gnokii project seemed to be frozen (from 07.2000 ?)\r
8 and my changes were ignored\r
9 \r
10 In this moment CVS gnokii is developed again. It went into different\r
11 direction (doesn't use threads and probably will work better on multi CPU\r
12 systems), but many functions still are worse than in mygnokii\r
13 \rNow there is small cooperation of these two projects\r(some new CVS source is in mygnokii and some things from mygnokii are in CVS),\rbut they're more and more different and I don't know, if they will join\r
14 again (well, I implemented almost all Smart Messaging and other functions\r
15 Everything works rather correct and only bugs need to be removed. Because of\r
16 it I'm not sure, if it will have sence for me to write it again for CVS gnokii\r- especially, that I don't like organisation there and IMHO every change needs\r
17 there tons of explanations and emails)\r
18 \r
19 So, if you think, that mygnokii works better for you, use it and please help\r
20 in improving or testing. I will try to answer on each your email (of course,\r
21 I can't promise :-( ).\r
22 \r
23 If you like more CVS gnokii, use gnokii. That's all.\r
24
25 2.Where to send your updates to gnokii ?\r
26 ----------------------------------------\r
27 If you made something - patch, script, etc., which could be useful for gnokii\r
28 users, please send it to the Marcin-Wiacek@Topnet.PL. THX\r
29 \r
30 3.How to apply patches ?\r
31 ------------------------\r
32 Make "patch < patchfile", where patchfile is name of file with patch.\r
33 \r
34 4.How to create patches ?\r
35 -------------------------\r
36 1.copy source with gnokii, you start from, into "gnokii" dir\r
37 2.copy source with gnokii, you want to modify, into "work" dir\r
38 3.make changes in "work"\r
39 4.go into subdirectory with "gnokii" and "work"\r
40 5.make "diff -urx CVS gnokii work > patchfile"\r
41 6.send "patchfile" to me ;-)\r
42
43 5.TODO
44 ------
45 6210:
46   * setting Picture Images
47   * support for voice tags in phonebook
48   * NBS (with preview) uploading for caller/op logos
49   * test and eventually make full support for speed dials
50
51 Other:
52   * make DLR3 init using AT-commands (will work for more phones)
53   * support for 5210, 5510, 6310, 6510, 8310 (sniffs required)
54   * support for irda sockets in win32
55   * EMS
56   * support for more AT phones and commands
57   * compatibility with gnomecal (Bostjan - I remember ;-))
58   * end backup/restore
59   * end xgnokii and delphi gui
60   * move some things from gnokii (lockfile, setting smsc in gnokii)
61
62 6.BUGS and INCOMPATIBILITIES
63 ----------------------------
64 6210:
65   * why during saving startup logo last few bytes are cut ?
66     (need to use gnokii --setlogo 7110startup ... first)
67
68 Other:
69   * gnome viewers have sometimes problems with displaying bmp files\r
70     written by gnokii. This is NOT mygnokii fault.
71   * phone sometimes doesn't want to speak over mbus (when previous\r
72     transmission was cut - some ACK were not sent/received) in command line
73     gnokii in Unix/Linux. Must restart phone and then and works...\r
74   * sometimes, when read alphanumeric numbers, name is 1 char too long
75   * when save some SMS to phone (8 bit with UDH), after forwarding them\r
76     from phone menu they're changed. 100% firmware bug (6210, probably\r
77     each Nokia phone with SMS memory)\r
78 \r
79 -----\r
80 If know some other, please let me know to marcin-wiacek@topnet.pl\r.
81 Please include version of mygnokii, description of bug and debug info from it
82 (you can use "logfile" option in gnokiirc to make it).
83