author | ulf69 <ulf69> | 2004-10-16 01:09:24 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-10-16 01:09:24 (UTC) |
commit | 2897677d61fd8d33355611b5b951e2bee1136b9c (patch) (unidiff) | |
tree | d7c5ea18e0cabf760ea6902f6d49c837831caadf | |
parent | 2f422841d30140b8cf11fe8198ed1fc3ca769550 (diff) | |
download | kdepimpi-2897677d61fd8d33355611b5b951e2bee1136b9c.zip kdepimpi-2897677d61fd8d33355611b5b951e2bee1136b9c.tar.gz kdepimpi-2897677d61fd8d33355611b5b951e2bee1136b9c.tar.bz2 |
added FAQ for plugins
-rw-r--r-- | bin/kdepim/kaddressbook/kapiFAQ.txt | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/bin/kdepim/kaddressbook/kapiFAQ.txt b/bin/kdepim/kaddressbook/kapiFAQ.txt index 1086bce..cc70b39 100644 --- a/bin/kdepim/kaddressbook/kapiFAQ.txt +++ b/bin/kdepim/kaddressbook/kapiFAQ.txt | |||
@@ -8,6 +8,10 @@ Q: | |||
8 | KA/Pi startup is time very slow. What can I do ? | 8 | KA/Pi startup is time very slow. What can I do ? |
9 | Q: | 9 | Q: |
10 | Can I receive contacts via infrared (IR) directly with KA/Pi? | 10 | Can I receive contacts via infrared (IR) directly with KA/Pi? |
11 | Q: | ||
12 | It looks like I can not import the original addressbook into Ka/Pi | ||
13 | There is no menu entry that supports my ROM. | ||
14 | |||
11 | 15 | ||
12 | ************************************************************************* | 16 | ************************************************************************* |
13 | Q: | 17 | Q: |
@@ -55,8 +59,25 @@ You have to do: | |||
55 | 59 | ||
56 | Note: When FastLoad is enabled for KA/Pi, KA/Pi is always running and | 60 | Note: When FastLoad is enabled for KA/Pi, KA/Pi is always running and |
57 | you do not need to "start" KA/Pi. | 61 | you do not need to "start" KA/Pi. |
62 | ************************************************************************* | ||
63 | Q: | ||
64 | It looks like I can not import the original addressbook into Ka/Pi | ||
65 | There is no menu entry that supports my ROM. | ||
66 | A: | ||
67 | When Ka/Pi starts, it tries to load all existing addressbook access | ||
68 | libraries. Those libraries again are trying to load ROM dependent libs. | ||
69 | If one of those related libs is missing, the menu will not inlcude an entry | ||
70 | for that addressbook type. | ||
71 | The following access libraries are available: | ||
58 | 72 | ||
73 | ROM: OpenZaurus | ||
74 | libname: libmicrokabc_opie.so | ||
75 | linked to: libqpe, libqte, libopie | ||
59 | 76 | ||
77 | ROM: old Sharp format (qtopia, XML format) | ||
78 | libname: libmicrokabc_qtopia.so | ||
79 | linked to: libqpe, libqpepim | ||
60 | 80 | ||
61 | 81 | ROM: new Sharp format (DTM database format) | |
62 | \ No newline at end of file | 82 | libname: libmicrokabc_sharpdtm.so |
83 | linked to: libqpe, libqte, libzdtm, libsl | ||