[sync] Nokia C7-00 or symbian^3
Thomas Trethan
thomas at trethan.net
Wed Nov 30 07:32:46 UTC 2011
>> in lib/SyncML/Sync.php in the constructor the parameter $clientURI
>> is "./c:calendar1"; in the devinf the device states "./c:calendar".
>> When Sync.php wants to get the contentType via
>> $device->getPreferredContentTypeClient() those two values don't
>> match and the Type is set defaulty to "text/calendar". According to
>> devinf the mobile phone wants "text/x-vcalendar" which doesn't
>> match. Therefore all received entries are ignored. Furthermore I
>> found out, that the device really seems to send "./c:calendar1" (see
>> debugging wbxml logs), but don't know why...
>
> Which logs?
/tmp/sync/devinf.txt:
Horde_SyncMl_DataStore::__set_state(array(
'SourceRef' => './c:calendar',
/tmp/sync/client_10.xml:
<Target>
<LocURI>./calendar</LocURI>
</Target>
<Source>
<LocURI>./c:calendar1</LocURI>
</Source>
/tmp/sync/client_11.xml:
<TargetRef>./c:calendar1</TargetRef>
<SourceRef>./calendar</SourceRef>
Regards, Tom
More information about the sync
mailing list