[sync] Funambol Windowsmobile plugin-3.0.31 uses "fwm-xxx" as deviceID
Jochem Meyers
jochem at mondrian.nl
Mon Oct 2 07:59:39 PDT 2006
Hello Patrick,
I've installed the latest Horde CVS and Funambol 3.0.31 today, and you're
correct.
Without the 'fmw-' check, you'll get a lot of 'Unsupported Content-Type:
text/x-s4j-sifc' entries in your log file, and synchronization will fail,
regardless of what the funambol client says.
I changed line 47 of /usr/share/php/SyncML/Device.php to :
if (stristr($si, 'sync4j') !== false || stristr($si, 'sc-pim') !== false ||
stristr($si, 'fwm') !== false) {
Synchronization works like a charm now.
Regards,
Jochem
Mondrian B.V.
-----Oorspronkelijk bericht-----
Van: Patrick Abiven [mailto:patrick.abiven at apitech.fr]
Verzonden: maandag 2 oktober 2006 16:45
Aan: sync at lists.horde.org
Onderwerp: [sync] Funambol Windowsmobile plugin-3.0.31 uses "fwm-xxx" as
deviceID
Hello
The device ID of the Funambol plugin v3 is "fwm-xxx" .
The code in SyncML/Device.php uses 'sync4j' and 'sc-pim' for detecting
Sync4J / Funambol client.
The Funambol plugin is able to synchronize calendars using SIF Format or
iCalendar Format.
If we use SIF Format, it seems that the test should be updated with "fmw-"
expression. Is it correct ?
Regards
Patrick
--
sync mailing list - Join the hunt: http://horde.org/bounties/#sync
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: sync-unsubscribe at lists.horde.org
More information about the sync
mailing list