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
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
-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
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]>
---