From: Rodolfo M. <rod...@gm...> - 2006-10-08 17:43:51
|
Rodolfo Medina <rod...@gm...> writes: >>> >>> 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. daniel friedrich <dan...@gm...> writes: >> you have to build and install also the syncml plugin after you installed >> libsyncml. Rodolfo: > 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. :( Daniel Gollub <dg...@su...> writes: > Please create OSYNC_TRACE files while running `msynctool --listplugins` > > export OSYNC_TRACE=/tmp/osync_trace/; > mkdir $OSYNC_TRACE; > msynctool --listplugins; > ls /tmp/osync_trace/*; Thanks: that's what I did: # export OSYNC_TRACE=/tmp/osync_trace/ # mkdir $OSYNC_TRACE # msynctool --listplugins Available plugins: file-sync # ls /tmp/osync_trace/* /tmp/osync_trace/Thread16384.log , and that's the file `/tmp/osync_trace/Thread16384.log', which I can't understand: [1160328249.974909] >>>>>>> osync_env_initialize(0x804e058, 0xbffff904) [1160328249.975084] >>>>>>> osync_env_load_plugins(0x804e058, (null), 0xbffff904) [1160328249.975132] >>>>>>> osync_module_load_dir(0x804e058, /usr/local/lib/opensync/plugins, 0xbffff904) [1160328249.975260] >>>>>>> osync_module_load(0x804e058, /usr/local/lib/opensync/plugins/file_sync.so, 0xbffff414) [1160328249.990948] osync_plugin_new_info(0x804e058): 0x8054290 [1160328249.991048] <<<<<<< osync_module_load: 0x8054200 [1160328249.991121] <<<<<<< osync_module_load_dir [1160328249.991158] <<<<<<< osync_env_load_plugins [1160328249.991195] <<<<<<< osync_env_initialize [1160328250.13399] >>>>>>> osync_env_finalize(0x804e058, 0xbffff904) [1160328250.13480] osync_plugin_free(0x8054290) [1160328250.13524] osync_module_unload(0x804e058, 0x8054200) [1160328250.13559] <<<<<<< osync_env_finalize . Hoping for further kind help, thanks a lot, Rodolfo |