[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kde pim sync with android phone



On 2011-07-13 11:29, Pavel Mihaduk wrote:
I'm an absolute newbie with android but i need sync me calendar and
contacts.

Thanks

BasaBuru



If you dont want to use Google, then akunambbol in kde and funambol on the mobile are a possible way. Greetings, A.


####################################################################

akunambol compilation is a bit tricky, this can help (however I think funambol version 10 has come out already, ymmv):

### libfunambol ###

cd /usr/local/src
d/l funambol-client-sdk-9.0.0.zip
unzip funambol-client-sdk-9.0.0.zip
cd /usr/local/src/akunambol/Funambol/sdk/cpp/build/autotools
chmod +x autogen.sh
./autogen.sh
./configure
make
make install

### liblikeback ### d/l liblikeback_0.0.1.orig.tar.bz2 tar -xvjf liblikeback_0.0.1.orig.tar.bz2 cd liblikeback_0.0.1 mkdir build cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) .. make make install ln -s /usr/local/src/akunambol/liblikeback-0.0.1/includes/ /usr/local/include/LikeBack


### akunambol ### d/l akunambol-0.2.2.tar.gz tar -xvzf akunambol-0.2.2.tar.gz cd akunambol-0.2.2 mkdir build cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) .. make
make install


Reply to: