[Multisync-devel] Incorrect usage of dlerror() in src/syncengine.c

2004-09-10 Thread Sam Lawrance
Howdy folks, The following code snippet is part of plugin loading (from the 0.82 tarball, src/syncengine.c around line 1720). plugin = g_malloc0(sizeof(sync_plugin)); g_assert(plugin); plugin->plugin = mod; plugin->shortname = CALL_PLUGIN(plugin, "s

[Multisync-devel] Multisync Nokia (Gnokii) plugin

2004-09-10 Thread Dariusz Borkowski
Hi, Great initiative! I wonder if it would be better to write plugin for Gammu wich (as I think) is fork of Gnokii. I was afraid of IR problems which can broke the phone like 6610 (see Gnokii mailing list). So I sent a question to Gammu developer and he said "...Everything I know in 100% is that

[Multisync-devel] Synchronise on the Motorola A760 GSM-phone-cum-PDA

2004-09-10 Thread Raj Mathur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there anyone here who could reverse engineer the Motorola sync protocol given a usbsnoop output from the official Motorola sync program? If yes, please let me know what actions you would like the snoop of. Thanks, - -- Raju - -- Raj Mathur

Re: [Multisync-devel] Pointers needed: How do I write a multisync plugin?

2004-09-10 Thread Stewart Heitmann
I suggest you take a look at the plugin developer's how-to http://www.multisync.org/developer/plugin_howto.html and the plugin demo code multisync/doc/plugin-API.c then refer to the actual code of a simple plugin, like backup-plugin. -- Stewart Heitmann <[EMAIL PROTECTED]> ---