From: Rodolfo M. <rod...@gm...> - 2006-10-07 15:54:37
|
Am Sonntag, den 10.09.2006, 12:12 +0200 schrieb Rodolfo Medina: >> >>> I want to read the phonebook from my Nokia 6630, USB cable. >> >>> Can anyone suggest what plugin I need? Conrad Wolf <con...@we...> writes: >> >> you'll need the syncml-obex-client to sync your phone via USB. To just >> >> save your contacts to your PC you can use it together with the file-sync >> >> plugin. I'm syncing my Nokia 6630 with Evolution using the >> >> evolution2-plugin, which works quite well. Juha Tuomala <Juh...@ik...> writes: >> > it comes from libsyncml. Rodolfo: >> I freshly installed Debian Etch in my machine, then libsyncml with: >> >> $ autoreconf -sfi >> $ ./configure >> $ make >> # make install >> >> , but still the syncml-obex-client plugin is missing in my system: >> >> $ msynctool --listplugins >> Available plugins: >> file-sync >> >> . Any idea about why the syncml-obex-client is not there?, in order to read >> phonebook from my nokia mobile phone! daniel friedrich <dan...@gm...> writes: > you have to build and install also the syncml plugin after you installed > libsyncml. Yes, I did so, with: $ svn co http://svn.opensync.org/plugins/syncml/ syncml-plugin $ cd syncml-plugin $ autoreconf -sfi $ ./configure $ make # make install , but only file-sync is available. :( Please suggestions... Thanks, Rodolfo |