handy:synchronisation
Dies ist eine alte Version des Dokuments!
Inhaltsverzeichnis
Synchronisation
S60 <--> Funambol Server <--> Evolution
http://www.i-tiger.de/2009/04/05/handy-synchronisierung-mit-ubuntu-funambol-genesis-sync-und-das-e71/ http://download.forge.objectweb.org/sync4j/funambol-installation-and-configuration-guide-v7.1.pdf
d.h.:
Funambol Server
- runterladen: https://www.forge.funambol.org/download/
- Konsolenbasiert installieren:
chmod a+x funambol-7.1.1.bin ./funambol-7.1.1.bin
- GPL akzeptieren
- Standardordner: /opt/Funambol
- init Skript
- kopieren:
cp /opt/Funambol/bin/funambol /etc/init.d/funambol
- bearbeiten:
nano /etc/init.d/funambol
FUNAMBOL_HOME=`(cd /opt/Funambol ; pwd)`
update-rc.d funambol defaults
- administrieren: (evtl net nötig…)
cd / ./opt/Funambol/admin/bin/funamboladmin
- eigenen admin user account erstellen, damit einloggen, standard account löschen, etc…
- IP Adresse/Hostname einstellen: Server Settings –> Server URI –>
http://host:port/funambol/ds
Google Synchronisation
- runterladen https://google-connector.forge.funambol.org/
- entpacken
- in
plug-ins/google/bin/runGoogle.sh
einfügen:export JAVA_HOME=/usr
./plug-ins/google/bin/runGoogle.sh
- Server URL: http://localhost:8080/funambol/ds
- google username MIT @gmail.com etc
handy/synchronisation.1249311141.txt.gz · Zuletzt geändert: 2009/08/03 16:52 (Externe Bearbeitung)