-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 | |||
@@ -9,4 +9,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 | ************************************************************************* |
@@ -56,7 +60,24 @@ You have to do: | |||
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 | ||