| 1 |
Here is a small guide to sync the gpe-pims with evolution. |
|---|
| 2 |
|
|---|
| 3 |
gpe: |
|---|
| 4 |
You need to install gpesyncd and must be able to connect through ssh |
|---|
| 5 |
to the gpe device. That's basically it. But to make the sync a |
|---|
| 6 |
little more comfortable, you should use ssh hostkey authentication. |
|---|
| 7 |
|
|---|
| 8 |
evolution: |
|---|
| 9 |
To use the plugin you need to have opensync and multisync0.90. |
|---|
| 10 |
You can get the latest versions with subversion with: |
|---|
| 11 |
|
|---|
| 12 |
svn co http://svn.opensync.org/trunk opensync |
|---|
| 13 |
svn co http://svn.opensync.org/multisync/trunk multisync-0.90 |
|---|
| 14 |
|
|---|
| 15 |
once both are installed you can compile with the usual commands: |
|---|
| 16 |
./autogen.sh |
|---|
| 17 |
./configure |
|---|
| 18 |
make |
|---|
| 19 |
make install |
|---|
| 20 |
|
|---|
| 21 |
multisync-0.90 comes with some tools which make it easier to configure |
|---|
| 22 |
opensync. |
|---|
| 23 |
Here is an example how to sync the contacts from the handheld to evolution |
|---|
| 24 |
|
|---|
| 25 |
First you need to install the evo2-sync plugin (see www.opensync.org |
|---|
| 26 |
for more information). |
|---|
| 27 |
|
|---|
| 28 |
Now add a synchronization group: |
|---|
| 29 |
msynctool --addgroup gpe-evo |
|---|
| 30 |
|
|---|
| 31 |
Now you can list your groups with: |
|---|
| 32 |
msynctool --listgroups |
|---|
| 33 |
|
|---|
| 34 |
Now we need to add members to this sync-group, by typing: |
|---|
| 35 |
msynctool --addmember gpe-evo gpe-sync |
|---|
| 36 |
msynctool --addmember gpe-evo evo2-sync |
|---|
| 37 |
|
|---|
| 38 |
After this you need to configure the plugins. You can do this with |
|---|
| 39 |
multisync0.90, a gui, or with the commands: |
|---|
| 40 |
msynctool --configure gpe-evo 1 |
|---|
| 41 |
msynctool --configure gpe-evo 2 |
|---|
| 42 |
|
|---|
| 43 |
You then need to tell it to discover the device capabilities: |
|---|
| 44 |
msynctool --discover gpe-evo 1 |
|---|
| 45 |
msynctool --discover gpe-evo 2 |
|---|
| 46 |
|
|---|
| 47 |
After this you can sync it with |
|---|
| 48 |
msynctool --sync gpe-evo |
|---|
| 49 |
|
|---|
| 50 |
That's it! |
|---|