-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 @@ -3,16 +3,20 @@ For which platform is KA/Pi available? Q: I can not install KA/Pi on the SD card (ext2 formated), it can be installed only in the internal memory. What can I do ? Q: KA/Pi startup is time very slow. What can I do ? Q: Can I receive contacts via infrared (IR) directly with KA/Pi? +Q: +It looks like I can not import the original addressbook into Ka/Pi +There is no menu entry that supports my ROM. + ************************************************************************* Q: For which platform is KA/Pi available? A: KA/Pi is the platform-independend version of KAddressbook and it includes a replacement for the KDE libraries called microkde. It can be compiled to any platform, where Qt is available. @@ -50,13 +54,30 @@ Yes, KA/Pi can receice data via IR when it is running! You have to do: - disable FastLoad for the original addressbook application and close it - start KA/Pi - enable IR beam/receive Note: When FastLoad is enabled for KA/Pi, KA/Pi is always running and you do not need to "start" KA/Pi. +************************************************************************* +Q: +It looks like I can not import the original addressbook into Ka/Pi +There is no menu entry that supports my ROM. +A: +When Ka/Pi starts, it tries to load all existing addressbook access +libraries. Those libraries again are trying to load ROM dependent libs. +If one of those related libs is missing, the menu will not inlcude an entry +for that addressbook type. +The following access libraries are available: +ROM: OpenZaurus +libname: libmicrokabc_opie.so +linked to: libqpe, libqte, libopie +ROM: old Sharp format (qtopia, XML format) +libname: libmicrokabc_qtopia.so +linked to: libqpe, libqpepim - -
\ No newline at end of file +ROM: new Sharp format (DTM database format) +libname: libmicrokabc_sharpdtm.so +linked to: libqpe, libqte, libzdtm, libsl |