Hmmm... that code is really interesting:
int objlen = 65536;
sync_object_type objtype;
filename = g_strdup_printf("telecom/pb/luid/%s.vcf", luid);
objlen = 10240;
i wonder why objlen is assigned twice. i guess someone must have had a
reason to limit the objlen. Does anyone know why (Not that w
Hi,
The attached patch resolves the problem with not syncing contacts which
included binary data, for example voice commands or pictures. Try it out
and of course backup the phonebook first. Apply with (in multisync
topdir):
% patch -p0 < voice-contact.patch
Technical details:
It was quite hard