<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-14406</id>
	<title>Nabble - OpenSync</title>
	<updated>2008-10-08T04:56:23Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/OpenSync-f14406.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/OpenSync-f14406.html" />
	<subtitle type="html">OpenSync is a synchronization framework that is platform and distribution independent. It consists of several plugins that can be used to connect to devices, a powerful sync-engine and the framework itself. The synchronization framework is kept very flexible and is capable of synchronizing any type of data, including contacts, calendar, tasks, notes and files. OpenSync home is &lt;a href=&quot;http://www.opensync.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19879372</id>
	<title>Re: Cmake 2.6 &amp; other requirements for 0.40</title>
	<published>2008-10-08T04:56:23Z</published>
	<updated>2008-10-08T04:56:23Z</updated>
	<author>
		<name>Paul Eggleton-5</name>
	</author>
	<content type="html">Juha Tuomala wrote:
&lt;br&gt;&amp;gt; Requiring 2.6 blocks a vast part of platforms out of scope,
&lt;br&gt;&amp;gt; it this *really* needed?
&lt;br&gt;&lt;br&gt;Perhaps not. This change came in a patchset from someone else, and I just
&lt;br&gt;assumed he had added it because there was something in the cmake setup
&lt;br&gt;that required 2.6. I'll revert it this evening.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Paul
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19879372&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Cmake-2.6---other-requirements-for-0.40-tp19874131p19879372.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19874131</id>
	<title>Cmake 2.6 &amp; other requirements for 0.40</title>
	<published>2008-10-08T00:39:50Z</published>
	<updated>2008-10-08T00:39:50Z</updated>
	<author>
		<name>Juha Tuomala-2</name>
	</author>
	<content type="html">&lt;br&gt;Hi
&lt;br&gt;&lt;br&gt;I saw from svn that changeset 3671 makes opensync (opie)
&lt;br&gt;to require cmake-2.6 or higher.
&lt;br&gt;&lt;br&gt;On RHEL/CentOS 5:
&lt;br&gt;&lt;br&gt;=============================================================================
&lt;br&gt;&amp;nbsp;Package &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Arch &amp;nbsp; &amp;nbsp; &amp;nbsp; Version &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Repository &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Size
&lt;br&gt;=============================================================================
&lt;br&gt;Installing:
&lt;br&gt;&amp;nbsp;cmake &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; x86_64 &amp;nbsp; &amp;nbsp; 2.4.8-3.el5 &amp;nbsp; &amp;nbsp; &amp;nbsp;epel &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4.3 M
&lt;br&gt;&lt;br&gt;&lt;br&gt;the cmake is 2.6, and it's coming already from epel. 
&lt;br&gt;&lt;br&gt;Requiring 2.6 blocks a vast part of platforms out of scope,
&lt;br&gt;it this *really* needed?
&lt;br&gt;&lt;br&gt;Those slow pace distros are going to be around for a long time
&lt;br&gt;and there is a reason for that. And I would like to run opensync
&lt;br&gt;on my server too, which is not possible after this change.
&lt;br&gt;&lt;br&gt;&lt;br&gt;From toplevel CmakeLists.txt I could find the following:
&lt;br&gt;--------------------------------------------------------------------
&lt;br&gt;CMAKE_MINIMUM_REQUIRED( VERSION 2.4.4 )
&lt;br&gt;&lt;br&gt;FIND_PACKAGE( GLIB2 REQUIRED )
&lt;br&gt;FIND_PACKAGE( Sqlite3 REQUIRED )
&lt;br&gt;FIND_PACKAGE( LibXml2 REQUIRED )
&lt;br&gt;FIND_PACKAGE( LibXslt REQUIRED )
&lt;br&gt;FIND_PACKAGE( LibExslt REQUIRED )
&lt;br&gt;FIND_PACKAGE( SWIG )	
&lt;br&gt;FIND_PACKAGE( PythonLibs )
&lt;br&gt;FIND_PACKAGE( Check )
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;Is there other requirements? That doesn't seem to include libwbxml?
&lt;br&gt;And most are without versions, which at least wbxml is picky about.
&lt;br&gt;&lt;br&gt;IMO we should agree some bottom line for requirements for 0.40 and
&lt;br&gt;have some kind of connection to the platforms where opensync is 
&lt;br&gt;targeted to be run on.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Tuju
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Varo hattupäisiä autoilijoita.
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19874131&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Cmake-2.6---other-requirements-for-0.40-tp19874131p19874131.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19863198</id>
	<title>Re: [PATCH] memo does not support empty content</title>
	<published>2008-10-07T10:00:08Z</published>
	<updated>2008-10-07T10:00:08Z</updated>
	<author>
		<name>Bjoern Ricks</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; A fix for the fact that I did not handled the null case for
&lt;br&gt;&amp;gt; osync_xmlfield_get_key_value return value in the initial memo converter
&lt;br&gt;&amp;gt; implementation.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bjoern could you report if it is enough to get xmlformat-note to memo
&lt;br&gt;&amp;gt; and back working ? I saw any other items missing though I will commit
&lt;br&gt;&amp;gt; this chunk before final review if it help get past the problem you had.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Yes it solves my problem. You can commit it. I coded nearly the same 
&lt;br&gt;patch ;-)
&lt;br&gt;I was just not sure if a OSyncXMLFormat may have an empty content field.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;/Bjoern Ricks
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19863198&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-PATCH--memo-does-not-support-empty-content-tp19858997p19863198.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19858997</id>
	<title>[PATCH] memo does not support empty content</title>
	<published>2008-10-07T07:03:55Z</published>
	<updated>2008-10-07T07:03:55Z</updated>
	<author>
		<name>Alban Browaeys-2</name>
	</author>
	<content type="html">A fix for the fact that I did not handled the null case for
&lt;br&gt;osync_xmlfield_get_key_value return value in the initial memo converter
&lt;br&gt;implementation.
&lt;br&gt;&lt;br&gt;Bjoern could you report if it is enough to get xmlformat-note to memo
&lt;br&gt;and back working ? I saw any other items missing though I will commit
&lt;br&gt;this chunk before final review if it help get past the problem you had.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;Alban
&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[opensync_memosupportemptycontent.diff]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;Index: formats/plain.c
&lt;br&gt;===================================================================
&lt;br&gt;--- formats/plain.c	(révision 3672)
&lt;br&gt;+++ formats/plain.c	(copie de travail)
&lt;br&gt;@@ -57,11 +57,13 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;static osync_bool conv_xmlformatnote_to_memo(char *input, unsigned int inpsize, char **output, unsigned int *outpsize, osync_bool *free_input, const char *config, OSyncError **error)
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;+	char *body = NULL;
&lt;br&gt;&amp;nbsp;	*free_input = TRUE;
&lt;br&gt;&amp;nbsp;	OSyncXMLFormat *xmlformat = (OSyncXMLFormat *)input;
&lt;br&gt;&amp;nbsp;	OSyncXMLFieldList *xmlfieldlist = osync_xmlformat_search_field(xmlformat, &amp;quot;Description&amp;quot;, error, NULL);
&lt;br&gt;&amp;nbsp;	OSyncXMLField *xmlfield = osync_xmlfieldlist_item(xmlfieldlist, 0);
&lt;br&gt;-	const char *body = osync_xmlfield_get_key_value(xmlfield, &amp;quot;Content&amp;quot;);
&lt;br&gt;+	body = osync_xmlfield_get_key_value(xmlfield, &amp;quot;Content&amp;quot;);
&lt;br&gt;+	if (body == NULL) body = &amp;quot;&amp;quot;;
&lt;br&gt;&amp;nbsp;	*output = g_strdup(body);
&lt;br&gt;&amp;nbsp;	*outpsize = strlen(body);
&lt;br&gt;&amp;nbsp;	return TRUE; 
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19858997&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-PATCH--memo-does-not-support-empty-content-tp19858997p19858997.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19842475</id>
	<title>Re: maxsize_oma_12_devinf.patch breaks Sony Ericsson V630</title>
	<published>2008-10-06T10:21:11Z</published>
	<updated>2008-10-06T10:21:11Z</updated>
	<author>
		<name>Bugzilla from felix@derklecks.de</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; recently the openSUSE wbxml package was patched with:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; # cat SOURCES/wbxml2-0.9.2_SVN59-maxsize_oma_12_devinf.patch
&lt;br&gt;&amp;gt;&amp;gt; --- src/wbxml_tables.c
&lt;br&gt;&amp;gt;&amp;gt; +++ src/wbxml_tables.c
&lt;br&gt;&amp;gt;&amp;gt; @@ -1891,7 +1891,7 @@
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;Rx&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x00, 0x19 },
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;Rx-Pref&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1a },
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;SharedMem&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1b },
&lt;br&gt;&amp;gt;&amp;gt; - &amp;nbsp; &amp;nbsp;{ &amp;quot;Size&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x00, 0x1c },
&lt;br&gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp;{ &amp;quot;MaxSize&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1c },
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;SourceRef&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1d },
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;SwV&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1e },
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;SyncCap&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1f },
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; this makes my phone hang on sync.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I am using syncml-ds-tool --version 1.2 ...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Should I open a report in libsyncml trac for this? I think this patch might
&lt;br&gt;&amp;gt;&amp;gt; be Michael's work to get Tuju's phones working in Berlin...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes please open a bug in libsyncml trac.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (Could you also file a bug for Christopher against the openSUSE package 
&lt;br&gt;&amp;gt; itself?)
&lt;/div&gt;I allready discussed this with bellmich via private mail. It is fixed with r646
&lt;br&gt;by him.
&lt;br&gt;&lt;br&gt;Some recent factory change has brocken my USB support, but I have no idea what
&lt;br&gt;caused it yet. Must be new libusb or something, downgrading libsyncml does not
&lt;br&gt;help ...
&lt;br&gt;&lt;br&gt;greetings
&lt;br&gt;Felix Möller
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19842475&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/maxsize_oma_12_devinf.patch-breaks-Sony-Ericsson-V630-tp19814683p19842475.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19839280</id>
	<title>Compiling on MinGW/Msys</title>
	<published>2008-10-06T07:30:20Z</published>
	<updated>2008-10-06T07:30:20Z</updated>
	<author>
		<name>Bogdan Matasaru</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman,new york,times,serif;font-size:12pt&quot;&gt;&lt;div&gt;Hi all!&lt;br&gt;There are a couple of minor changes needed in order to compile opensync with MinGW/Msys.&lt;br&gt;&lt;br&gt;--- opensync/client/opensync_client_proxy.c ---&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - the inclusion of &amp;lt;sys/wait.h&amp;gt; should be guarded by #ifndef _WIN32/#endif&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - osync_client_proxy_spawn with OSYNC_START_TYPE_PROCESS the fork call cannot be linked.&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; On the other hand, on _WIN32 the queues don't work either, so I guess it is safe to exclude them for now under _WIN32.&lt;br&gt;&lt;br&gt;--- opensync/plugin/opensync_plugin_connection.*, opensync_plugin_config.c ---&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - interface is a reserved keyword; changing it to _interface fixes the problem.&lt;br&gt;&lt;br&gt;--- opensync/version/opensync_version.c ---&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - in _osync_version_match(), the
 error handling code is left outside the #ifndef _WIN32/#endif and it refers to undefined variables.&lt;br&gt;
&lt;br&gt;--- tools/osyncplugin.c ---&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - connect clashes with winsock's connect. Renaming it to plugin_connect fixes the problem.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Bogdan&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;

      &lt;/body&gt;&lt;/html&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19839280&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;opensync.zip&lt;/strong&gt; (36K) &lt;a href=&quot;http://www.nabble.com/attachment/19839280/0/opensync.zip&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Compiling-on-MinGW-Msys-tp19839280p19839280.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19838491</id>
	<title>Re: sunbird (0.9) to synce</title>
	<published>2008-10-06T06:54:07Z</published>
	<updated>2008-10-06T06:54:07Z</updated>
	<author>
		<name>Wolfgang Rosenauer-4</name>
	</author>
	<content type="html">Daniel Gollub schrieb:
&lt;br&gt;&amp;gt; Interesting - synce plugin is not using the iCalendar nor vCalendar - it's 
&lt;br&gt;&amp;gt; using directly the OpenSync XML internal format. Maybe in the conversion code 
&lt;br&gt;&amp;gt; from SynCE-what-ever-format to OpenSync XML internal format there is a 
&lt;br&gt;&amp;gt; conversion issue.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But pretty cool implementation - python using XSL conversion stylesheets.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Have to dive into this a &amp;nbsp;bit deeper...
&lt;br&gt;&lt;br&gt;So you think the OpenSync XML data is still correct and when it gets
&lt;br&gt;converted within SynCE it might get broken?
&lt;br&gt;I could try to ask the SynCE guys if they have an idea then. I just
&lt;br&gt;can't judge or prove where it gets wrong in the chain.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&amp;nbsp;Wolfgang
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19838491&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---User-f14408.html&quot; embed=&quot;fixTarget[14408]&quot; target=&quot;_top&quot; &gt;Opensync - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/sunbird-%280.9%29-to-synce-tp19835011p19838491.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19837878</id>
	<title>Re: sunbird (0.9) to synce</title>
	<published>2008-10-06T06:16:18Z</published>
	<updated>2008-10-06T06:16:18Z</updated>
	<author>
		<name>Daniel Gollub</name>
	</author>
	<content type="html">On Monday 06 October 2008 14:39:07 Wolfgang Rosenauer wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Daniel Gollub schrieb:
&lt;br&gt;&amp;gt; &amp;gt; On Monday 06 October 2008 14:24:36 Wolfgang Rosenauer wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Hi Daniel,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Daniel Gollub schrieb:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Which exact version are you running? OpenSync 0.22?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Yes, everything what's provided by openSUSE 11.0
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; I guess this could be an issue due to conversion from iCalendar to
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; vCalendar which is hopefully only done by OpenSync and the format
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; plugin called &amp;quot;vformat&amp;quot;. (In 0.22 this was/is shipped by OpenSync
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; itself)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Note: vCalendar doesn't really know about Timezones, at least not the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; same detailed way as iCalendar does. So we used to see here various
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; problems in the past.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Could you give me more detailed information which versions are used so
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; i can have a quick look which formats are used.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Sunbird 0.9
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; libopensync-plugin-sunbird-0.22
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; libopensync-plugin-synce-0.12
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Typo? ;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No, the synce project is actually at version 0.12 ;-)
&lt;/div&gt;&lt;br&gt;hehe i see ;)
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Btw. libopensync-plugin-synce-0.22 never got shipped by openSUSE 11.0
&lt;br&gt;&amp;gt; &amp;gt; (iirc). Could you point me to the (third-party) repo or src rpm?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; OBS home:MasterPatricko:synce. It's a subpackage of synce-sync-engine
&lt;br&gt;&lt;br&gt;Interesting - synce plugin is not using the iCalendar nor vCalendar - it's 
&lt;br&gt;using directly the OpenSync XML internal format. Maybe in the conversion code 
&lt;br&gt;from SynCE-what-ever-format to OpenSync XML internal format there is a 
&lt;br&gt;conversion issue.
&lt;br&gt;&lt;br&gt;But pretty cool implementation - python using XSL conversion stylesheets.
&lt;br&gt;&lt;br&gt;Have to dive into this a &amp;nbsp;bit deeper...
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19837878&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---User-f14408.html&quot; embed=&quot;fixTarget[14408]&quot; target=&quot;_top&quot; &gt;Opensync - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/sunbird-%280.9%29-to-synce-tp19835011p19837878.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19837156</id>
	<title>Re: sunbird (0.9) to synce</title>
	<published>2008-10-06T05:39:07Z</published>
	<updated>2008-10-06T05:39:07Z</updated>
	<author>
		<name>Wolfgang Rosenauer-4</name>
	</author>
	<content type="html">Daniel Gollub schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Monday 06 October 2008 14:24:36 Wolfgang Rosenauer wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi Daniel,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Daniel Gollub schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Which exact version are you running? OpenSync 0.22?
&lt;br&gt;&amp;gt;&amp;gt; Yes, everything what's provided by openSUSE 11.0
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I guess this could be an issue due to conversion from iCalendar to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; vCalendar which is hopefully only done by OpenSync and the format plugin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; called &amp;quot;vformat&amp;quot;. (In 0.22 this was/is shipped by OpenSync itself)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Note: vCalendar doesn't really know about Timezones, at least not the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; same detailed way as iCalendar does. So we used to see here various
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; problems in the past.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Could you give me more detailed information which versions are used so i
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; can have a quick look which formats are used.
&lt;br&gt;&amp;gt;&amp;gt; Sunbird 0.9
&lt;br&gt;&amp;gt;&amp;gt; libopensync-plugin-sunbird-0.22
&lt;br&gt;&amp;gt;&amp;gt; libopensync-plugin-synce-0.12
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Typo? ;)
&lt;/div&gt;&lt;br&gt;No, the synce project is actually at version 0.12 ;-)
&lt;br&gt;&lt;br&gt;&amp;gt; Btw. libopensync-plugin-synce-0.22 never got shipped by openSUSE 11.0 (iirc).
&lt;br&gt;&amp;gt; Could you point me to the (third-party) repo or src rpm?
&lt;br&gt;&lt;br&gt;OBS home:MasterPatricko:synce. It's a subpackage of synce-sync-engine
&lt;br&gt;&lt;br&gt;Wolfgang
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19837156&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---User-f14408.html&quot; embed=&quot;fixTarget[14408]&quot; target=&quot;_top&quot; &gt;Opensync - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/sunbird-%280.9%29-to-synce-tp19835011p19837156.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19837084</id>
	<title>Re: Mobile model and brand recommendation</title>
	<published>2008-10-06T05:32:51Z</published>
	<updated>2008-10-06T05:32:51Z</updated>
	<author>
		<name>Daniel Gollub</name>
	</author>
	<content type="html">On Monday 06 October 2008 14:26:38 Daniel Gollub wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Saturday 27 September 2008 17:07:09 Rainer Dorsch wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I am wondering if the developers can recommend mobiles because they work
&lt;br&gt;&amp;gt; &amp;gt; well with opensync (and the developers are using them themselves and
&lt;br&gt;&amp;gt; &amp;gt; maybe get them even sponsored by the manufacturer :-).
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I have a slight preference to phones supporting UMTS and to Nokia phones
&lt;br&gt;&amp;gt; &amp;gt; (because they would use the same power adapter as my N800). But if others
&lt;br&gt;&amp;gt; &amp;gt; work much better with opensync, I would take anotherone.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Michael gave a nice presentation which included some overview about SyncML
&lt;br&gt;&amp;gt; stacks in various devices.
&lt;/div&gt;&lt;br&gt;&lt;a href=&quot;http://opensync.org/attachment/wiki/OpenSyncDeveloperMeeting2008Berlin/libsyncml.pdf?format=raw&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensync.org/attachment/wiki/OpenSyncDeveloperMeeting2008Berlin/libsyncml.pdf?format=raw&lt;/a&gt;&lt;br&gt;&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19837084&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Mobile-model-and-brand-recommendation-tp19703868p19837084.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19837083</id>
	<title>Re: sunbird (0.9) to synce</title>
	<published>2008-10-06T05:31:26Z</published>
	<updated>2008-10-06T05:31:26Z</updated>
	<author>
		<name>Daniel Gollub</name>
	</author>
	<content type="html">On Monday 06 October 2008 14:24:36 Wolfgang Rosenauer wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Daniel,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Daniel Gollub schrieb:
&lt;br&gt;&amp;gt; &amp;gt; Which exact version are you running? OpenSync 0.22?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, everything what's provided by openSUSE 11.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I guess this could be an issue due to conversion from iCalendar to
&lt;br&gt;&amp;gt; &amp;gt; vCalendar which is hopefully only done by OpenSync and the format plugin
&lt;br&gt;&amp;gt; &amp;gt; called &amp;quot;vformat&amp;quot;. (In 0.22 this was/is shipped by OpenSync itself)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Note: vCalendar doesn't really know about Timezones, at least not the
&lt;br&gt;&amp;gt; &amp;gt; same detailed way as iCalendar does. So we used to see here various
&lt;br&gt;&amp;gt; &amp;gt; problems in the past.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Could you give me more detailed information which versions are used so i
&lt;br&gt;&amp;gt; &amp;gt; can have a quick look which formats are used.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sunbird 0.9
&lt;br&gt;&amp;gt; libopensync-plugin-sunbird-0.22
&lt;br&gt;&amp;gt; libopensync-plugin-synce-0.12
&lt;/div&gt;&lt;br&gt;Typo? ;)
&lt;br&gt;&lt;br&gt;Btw. libopensync-plugin-synce-0.22 never got shipped by openSUSE 11.0 (iirc).
&lt;br&gt;Could you point me to the (third-party) repo or src rpm?
&lt;br&gt;&lt;br&gt;&amp;gt; libopensync-0.22
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for checking,
&lt;br&gt;&amp;gt; &amp;nbsp;Wolfgang
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19837083&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---User-f14408.html&quot; embed=&quot;fixTarget[14408]&quot; target=&quot;_top&quot; &gt;Opensync - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/sunbird-%280.9%29-to-synce-tp19835011p19837083.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19837015</id>
	<title>Re: Mobile model and brand recommendation</title>
	<published>2008-10-06T05:26:38Z</published>
	<updated>2008-10-06T05:26:38Z</updated>
	<author>
		<name>Daniel Gollub</name>
	</author>
	<content type="html">On Saturday 27 September 2008 17:07:09 Rainer Dorsch wrote:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am wondering if the developers can recommend mobiles because they work
&lt;br&gt;&amp;gt; well with opensync (and the developers are using them themselves and maybe
&lt;br&gt;&amp;gt; get them even sponsored by the manufacturer :-).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a slight preference to phones supporting UMTS and to Nokia phones
&lt;br&gt;&amp;gt; (because they would use the same power adapter as my N800). But if others
&lt;br&gt;&amp;gt; work much better with opensync, I would take anotherone.
&lt;br&gt;&lt;br&gt;Michael gave a nice presentation which included some overview about SyncML 
&lt;br&gt;stacks in various devices.
&lt;br&gt;&lt;br&gt;But i really don't want to give any buying decisions - even if the SyncML is 
&lt;br&gt;on some mobiles a bit poor implemented i highly recommend to focus on such 
&lt;br&gt;mobiles. Since there is some kind of public specification about SyncML.
&lt;br&gt;&lt;br&gt;It's not the case for most other implementation.
&lt;br&gt;&lt;br&gt;(I still have a 3-4 year old mobile running - i doubt you want to buy this one 
&lt;br&gt;;))
&lt;br&gt;&lt;br&gt;best regards,
&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19837015&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Mobile-model-and-brand-recommendation-tp19703868p19837015.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19836949</id>
	<title>Re: sunbird (0.9) to synce</title>
	<published>2008-10-06T05:24:36Z</published>
	<updated>2008-10-06T05:24:36Z</updated>
	<author>
		<name>Wolfgang Rosenauer-4</name>
	</author>
	<content type="html">Hi Daniel,
&lt;br&gt;&lt;br&gt;Daniel Gollub schrieb:
&lt;br&gt;&amp;gt; Which exact version are you running? OpenSync 0.22?
&lt;br&gt;&lt;br&gt;Yes, everything what's provided by openSUSE 11.0
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I guess this could be an issue due to conversion from iCalendar to vCalendar 
&lt;br&gt;&amp;gt; which is hopefully only done by OpenSync and the format plugin called 
&lt;br&gt;&amp;gt; &amp;quot;vformat&amp;quot;. (In 0.22 this was/is shipped by OpenSync itself)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Note: vCalendar doesn't really know about Timezones, at least not the same 
&lt;br&gt;&amp;gt; detailed way as iCalendar does. So we used to see here various problems in the 
&lt;br&gt;&amp;gt; past.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Could you give me more detailed information which versions are used so i can 
&lt;br&gt;&amp;gt; have a quick look which formats are used.
&lt;/div&gt;&lt;br&gt;Sunbird 0.9
&lt;br&gt;libopensync-plugin-sunbird-0.22
&lt;br&gt;libopensync-plugin-synce-0.12
&lt;br&gt;libopensync-0.22
&lt;br&gt;&lt;br&gt;Thanks for checking,
&lt;br&gt;&amp;nbsp;Wolfgang
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19836949&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---User-f14408.html&quot; embed=&quot;fixTarget[14408]&quot; target=&quot;_top&quot; &gt;Opensync - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/sunbird-%280.9%29-to-synce-tp19835011p19836949.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19836861</id>
	<title>Re: libopensync-plugin-sunbird</title>
	<published>2008-10-06T05:20:26Z</published>
	<updated>2008-10-06T05:20:26Z</updated>
	<author>
		<name>Daniel Gollub</name>
	</author>
	<content type="html">On Friday 03 October 2008 21:02:15 Alex Pujols wrote:
&lt;br&gt;&amp;gt; I was wondering who is maintaining this plugin. &amp;nbsp;I previously spoke
&lt;br&gt;&amp;gt; with Markus Meyer who created the plugin and he said that he handed
&lt;br&gt;&amp;gt; dev for the plugin back to the core team. Just wondering who was still
&lt;br&gt;&amp;gt; involved, thanks guy's
&lt;br&gt;&lt;br&gt;Currently i fear nobody is actively maintaining it.
&lt;br&gt;It would require a port to the new OpenSync API.
&lt;br&gt;Do you want to volunteer? ;)
&lt;br&gt;&lt;br&gt;best regards,
&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19836861&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/libopensync-plugin-sunbird-tp19803724p19836861.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19836837</id>
	<title>Re: maxsize_oma_12_devinf.patch breaks Sony Ericsson V630</title>
	<published>2008-10-06T05:18:56Z</published>
	<updated>2008-10-06T05:18:56Z</updated>
	<author>
		<name>Daniel Gollub</name>
	</author>
	<content type="html">On Saturday 27 September 2008 21:10:15 Felix Möller wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; recently the openSUSE wbxml package was patched with:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; # cat SOURCES/wbxml2-0.9.2_SVN59-maxsize_oma_12_devinf.patch
&lt;br&gt;&amp;gt; --- src/wbxml_tables.c
&lt;br&gt;&amp;gt; +++ src/wbxml_tables.c
&lt;br&gt;&amp;gt; @@ -1891,7 +1891,7 @@
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;Rx&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x00, 0x19 },
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;Rx-Pref&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1a },
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;SharedMem&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1b },
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp;{ &amp;quot;Size&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x00, 0x1c },
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;{ &amp;quot;MaxSize&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1c },
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;SourceRef&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1d },
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;SwV&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1e },
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;SyncCap&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1f },
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; this makes my phone hang on sync.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am using syncml-ds-tool --version 1.2 ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Should I open a report in libsyncml trac for this? I think this patch might
&lt;br&gt;&amp;gt; be Michael's work to get Tuju's phones working in Berlin...
&lt;/div&gt;&lt;br&gt;Yes please open a bug in libsyncml trac.
&lt;br&gt;&lt;br&gt;(Could you also file a bug for Christopher against the openSUSE package 
&lt;br&gt;itself?)
&lt;br&gt;&lt;br&gt;best regards,
&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19836837&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/maxsize_oma_12_devinf.patch-breaks-Sony-Ericsson-V630-tp19814683p19836837.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19836801</id>
	<title>Re: sunbird (0.9) to synce</title>
	<published>2008-10-06T05:16:46Z</published>
	<updated>2008-10-06T05:16:46Z</updated>
	<author>
		<name>Daniel Gollub</name>
	</author>
	<content type="html">Hi Wolfgang,
&lt;br&gt;&lt;br&gt;On Monday 06 October 2008 11:55:02 Wolfgang Rosenauer wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm trying to sync my WinCE based device with Sunbird using opensync
&lt;br&gt;&amp;gt; with the synce and sunbird modules.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Unfortunately it doesn't work as expected. When I sync from CE to
&lt;br&gt;&amp;gt; Sunbird it works correctly and I see that the event is defined in UTC in
&lt;br&gt;&amp;gt; the ICS file.
&lt;br&gt;&amp;gt; When I sync from Sunbird to WinCE (what's the main usecase for me) all
&lt;br&gt;&amp;gt; my events are 2 hours off on the WinCE device. (I'm currently in a UTC+2
&lt;br&gt;&amp;gt; timezone). Sunbird creates DTSTART and DTEND times using a timezone
&lt;br&gt;&amp;gt; definition and my guess is that either opensync or synce need to handle
&lt;br&gt;&amp;gt; that. I'm not sure if opensync is supposed to do that at all but I have
&lt;br&gt;&amp;gt; no clue which layer should be responsible. Therefore asking here.
&lt;/div&gt;&lt;br&gt;Which exact version are you running? OpenSync 0.22?
&lt;br&gt;&lt;br&gt;I guess this could be an issue due to conversion from iCalendar to vCalendar 
&lt;br&gt;which is hopefully only done by OpenSync and the format plugin called 
&lt;br&gt;&amp;quot;vformat&amp;quot;. (In 0.22 this was/is shipped by OpenSync itself)
&lt;br&gt;&lt;br&gt;Note: vCalendar doesn't really know about Timezones, at least not the same 
&lt;br&gt;detailed way as iCalendar does. So we used to see here various problems in the 
&lt;br&gt;past.
&lt;br&gt;&lt;br&gt;Could you give me more detailed information which versions are used so i can 
&lt;br&gt;have a quick look which formats are used.
&lt;br&gt;&lt;br&gt;best regards,
&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19836801&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---User-f14408.html&quot; embed=&quot;fixTarget[14408]&quot; target=&quot;_top&quot; &gt;Opensync - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/sunbird-%280.9%29-to-synce-tp19835011p19836801.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19835011</id>
	<title>sunbird (0.9) to synce</title>
	<published>2008-10-06T02:55:02Z</published>
	<updated>2008-10-06T02:55:02Z</updated>
	<author>
		<name>Wolfgang Rosenauer-4</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm trying to sync my WinCE based device with Sunbird using opensync
&lt;br&gt;with the synce and sunbird modules.
&lt;br&gt;&lt;br&gt;Unfortunately it doesn't work as expected. When I sync from CE to
&lt;br&gt;Sunbird it works correctly and I see that the event is defined in UTC in
&lt;br&gt;the ICS file.
&lt;br&gt;When I sync from Sunbird to WinCE (what's the main usecase for me) all
&lt;br&gt;my events are 2 hours off on the WinCE device. (I'm currently in a UTC+2
&lt;br&gt;timezone). Sunbird creates DTSTART and DTEND times using a timezone
&lt;br&gt;definition and my guess is that either opensync or synce need to handle
&lt;br&gt;that. I'm not sure if opensync is supposed to do that at all but I have
&lt;br&gt;no clue which layer should be responsible. Therefore asking here.
&lt;br&gt;&lt;br&gt;Any hints?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&amp;nbsp;Wolfgang
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19835011&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---User-f14408.html&quot; embed=&quot;fixTarget[14408]&quot; target=&quot;_top&quot; &gt;Opensync - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/sunbird-%280.9%29-to-synce-tp19835011p19835011.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19803724</id>
	<title>libopensync-plugin-sunbird</title>
	<published>2008-10-03T12:02:15Z</published>
	<updated>2008-10-03T12:02:15Z</updated>
	<author>
		<name>Alex Pujols</name>
	</author>
	<content type="html">I was wondering who is maintaining this plugin. &amp;nbsp;I previously spoke
&lt;br&gt;with Markus Meyer who created the plugin and he said that he handed
&lt;br&gt;dev for the plugin back to the core team. Just wondering who was still
&lt;br&gt;involved, thanks guy's
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; . -- .
&lt;br&gt;&amp;nbsp; &amp;nbsp; | o_o &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp;\_/ &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; / / &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\ &amp;nbsp;\
&lt;br&gt;&amp;nbsp;( | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;)
&lt;br&gt;/ ' \_ &amp;nbsp; &amp;nbsp; &amp;nbsp;_/ ` \
&lt;br&gt;\____)=(____/
&lt;br&gt;&lt;br&gt;www.fsf.org
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19803724&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/libopensync-plugin-sunbird-tp19803724p19803724.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19837914</id>
	<title>Problem with Syncml Plugin on Maemo</title>
	<published>2008-09-30T13:17:42Z</published>
	<updated>2008-09-30T13:17:42Z</updated>
	<author>
		<name>Tiago Oliveira</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I was trying to synchronize contacts between syncml-obex-client and
&lt;br&gt;file-sync. But syncml-obex-client caused an error.
&lt;br&gt;I was shown this message when I entered sync command:
&lt;br&gt;&lt;br&gt;Synchronizing group &amp;quot;sync&amp;quot;
&lt;br&gt;The previous synchronization was unclean. Slow-syncing
&lt;br&gt;osplugin[2411]: GLIB DEBUG default -
&lt;br&gt;mission_control_get_presence_actual: MC not running.
&lt;br&gt;contact sink of member 2 of type syncml-obex-client just connected
&lt;br&gt;contact sink of member 1 of type synchro just connected
&lt;br&gt;Main sink of member 1 of type synchro just connected
&lt;br&gt;Main sink of member 2 of type syncml-obex-client just connected
&lt;br&gt;All clients connected or error
&lt;br&gt;Received an entry pas-id-48E2322200000000 from member 1 (synchro).
&lt;br&gt;Changetype ADDED
&lt;br&gt;Received an entry pas-id-48B6E27600000000 from member 1 (synchro).
&lt;br&gt;Changetype ADDED
&lt;br&gt;contact sink of member 1 of type synchro just sent all changes
&lt;br&gt;Main sink of member 1 of type synchro just sent all changes
&lt;br&gt;Main sink of member 2 of type syncml-obex-client just sent all changes
&lt;br&gt;contact sink of member 2 of type syncml-obex-client just sent all changes
&lt;br&gt;All clients sent changes or error
&lt;br&gt;All conflicts have been reported
&lt;br&gt;contact sink of member 1 of type synchro committed all changes.
&lt;br&gt;Main sink of member 1 of type synchro committed all changes.
&lt;br&gt;Main sink of member 2 of type syncml-obex-client committed all changes.
&lt;br&gt;ERROR: Didn't receive a reply for pending status (actual message 3,
&lt;br&gt;received message 2, cmdID 5, msgID 2)
&lt;br&gt;ERROR: Didn't receive a reply for pending status (actual message 3,
&lt;br&gt;received message 2, cmdID 5, msgID 2)
&lt;br&gt;contact sink of member 2 of type syncml-obex-client had an error:
&lt;br&gt;Didn't receive a reply for pending status (actual message 3, received
&lt;br&gt;message 2, cmdID 5, msgID 2)
&lt;br&gt;EXIT_ERROR: _recv_event: Didn't receive a reply for pending status
&lt;br&gt;(actual message 3, received message 2, cmdID 5, msgID 2)
&lt;br&gt;ERROR: Forbidden (0x43)
&lt;br&gt;EXIT_ERROR: _recv_event: Forbidden (0x43)
&lt;br&gt;ERROR: Unable to send put request. Bailing out
&lt;br&gt;EXIT_ERROR: _recv_event: Unable to send put request. Bailing out
&lt;br&gt;&lt;br&gt;I'm using latest svn revision of opensync and syncml-plugin. Revision 3672.
&lt;br&gt;&lt;br&gt;Traces are attached.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Tiago
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19837914&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;traces.tar.gz&lt;/strong&gt; (190K) &lt;a href=&quot;http://www.nabble.com/attachment/19837914/0/traces.tar.gz&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-with-Syncml-Plugin-on-Maemo-tp19837914p19837914.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19814683</id>
	<title>maxsize_oma_12_devinf.patch breaks Sony Ericsson V630</title>
	<published>2008-09-27T12:10:15Z</published>
	<updated>2008-09-27T12:10:15Z</updated>
	<author>
		<name>Bugzilla from felix@derklecks.de</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;recently the openSUSE wbxml package was patched with:
&lt;br&gt;&lt;br&gt;# cat SOURCES/wbxml2-0.9.2_SVN59-maxsize_oma_12_devinf.patch
&lt;br&gt;--- src/wbxml_tables.c
&lt;br&gt;+++ src/wbxml_tables.c
&lt;br&gt;@@ -1891,7 +1891,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;Rx&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x00, 0x19 },
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;Rx-Pref&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1a },
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;SharedMem&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1b },
&lt;br&gt;- &amp;nbsp; &amp;nbsp;{ &amp;quot;Size&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x00, 0x1c },
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;{ &amp;quot;MaxSize&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1c },
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;SourceRef&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1d },
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;SwV&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1e },
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;quot;SyncCap&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00, 0x1f },
&lt;br&gt;&lt;br&gt;this makes my phone hang on sync.
&lt;br&gt;&lt;br&gt;I am using syncml-ds-tool --version 1.2 ...
&lt;br&gt;&lt;br&gt;Should I open a report in libsyncml trac for this? I think this patch might be
&lt;br&gt;Michael's work to get Tuju's phones working in Berlin...
&lt;br&gt;&lt;br&gt;greetings
&lt;br&gt;Felix Möller
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19814683&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/maxsize_oma_12_devinf.patch-breaks-Sony-Ericsson-V630-tp19814683p19814683.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19704290</id>
	<title>Re: Mobile model and brand recommendation</title>
	<published>2008-09-27T09:38:12Z</published>
	<updated>2008-09-27T09:38:12Z</updated>
	<author>
		<name>Adam Williamson</name>
	</author>
	<content type="html">On Sat, 2008-09-27 at 17:07 +0200, Rainer Dorsch wrote:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am wondering if the developers can recommend mobiles because they work well 
&lt;br&gt;&amp;gt; with opensync (and the developers are using them themselves and maybe get 
&lt;br&gt;&amp;gt; them even sponsored by the manufacturer :-).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have a slight preference to phones supporting UMTS and to Nokia phones 
&lt;br&gt;&amp;gt; (because they would use the same power adapter as my N800). But if others 
&lt;br&gt;&amp;gt; work much better with opensync, I would take anotherone.
&lt;br&gt;&lt;br&gt;I'm not a developer, but my experience with devices and opensync is that
&lt;br&gt;Windows Mobile devices work well once you can wrap your head around
&lt;br&gt;synce, and Blackberries work very well with the third-party Barry
&lt;br&gt;opensync plugin. I have a Nokia 6300, which can sync its contact list
&lt;br&gt;very well using Gnokii, but does not seem to work with SyncML (several
&lt;br&gt;others have had trouble trying to use the same model with opensync and
&lt;br&gt;SyncML), so I wouldn't recommend that one. I believe there are some
&lt;br&gt;Nokia models which work well with SyncML, so you should be able to find
&lt;br&gt;something to your specifications.
&lt;br&gt;-- 
&lt;br&gt;adamw
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19704290&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Mobile-model-and-brand-recommendation-tp19703868p19704290.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19703868</id>
	<title>Mobile model and brand recommendation</title>
	<published>2008-09-27T08:07:09Z</published>
	<updated>2008-09-27T08:07:09Z</updated>
	<author>
		<name>Rainer Dorsch</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I am wondering if the developers can recommend mobiles because they work well 
&lt;br&gt;with opensync (and the developers are using them themselves and maybe get 
&lt;br&gt;them even sponsored by the manufacturer :-).
&lt;br&gt;&lt;br&gt;I have a slight preference to phones supporting UMTS and to Nokia phones 
&lt;br&gt;(because they would use the same power adapter as my N800). But if others 
&lt;br&gt;work much better with opensync, I would take anotherone.
&lt;br&gt;&lt;br&gt;Many thanks,
&lt;br&gt;Rainer
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Rainer Dorsch
&lt;br&gt;Lärchenstr. 6
&lt;br&gt;D-72135 Dettenhausen
&lt;br&gt;07157-734133
&lt;br&gt;email: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19703868&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rdorsch@...&lt;/a&gt;
&lt;br&gt;jabber: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19703868&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rdorsch@...&lt;/a&gt;
&lt;br&gt;GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F &amp;nbsp;8F59 E3A8 C538 7519 141E
&lt;br&gt;Full GPG key: &lt;a href=&quot;http://pgp.mit.edu/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pgp.mit.edu/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19703868&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Mobile-model-and-brand-recommendation-tp19703868p19703868.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19676234</id>
	<title>gdata plugin: conversion from xmlcontact-doc to xmlcontact is failing</title>
	<published>2008-09-25T12:03:37Z</published>
	<updated>2008-09-25T12:03:37Z</updated>
	<author>
		<name>Adenilson Cavalcanti-2</name>
	</author>
	<content type="html">Friends
&lt;br&gt;&lt;br&gt;The problem: when doing a sync, new contacts reported by google data
&lt;br&gt;plugin generate this error:
&lt;br&gt;&lt;br&gt;#########################################################################################
&lt;br&gt;Entity: line 1: parser error : Start tag expected, '&amp;lt;' not found
&lt;br&gt;ERROR: Could not parse XML.
&lt;br&gt;#########################################################################################
&lt;br&gt;&lt;br&gt;By grep'ing the source code, I identified the source of this error
&lt;br&gt;message in opensync_xmlformat.c:osync_xmlformat_parse.
&lt;br&gt;&lt;br&gt;Initially, I thought that when I create an OSyncXMLFormat object with
&lt;br&gt;'osync_xmlformat_parse' was triggering this error. But later
&lt;br&gt;inspection confirmed that it is not the case.
&lt;br&gt;&lt;br&gt;Besides, the XML text used to create this object validates using
&lt;br&gt;xmllint and xmlformat-contact schema.
&lt;br&gt;&lt;br&gt;Reading the traces, I uncovered that this error is happing when
&lt;br&gt;opensync does the conversion from xmlformat-contact-doc to
&lt;br&gt;xmlformat-contact, like bellow:
&lt;br&gt;&lt;br&gt;#########################################################################################
&lt;br&gt;[1222367349.920297]				Setting converter_path of 2_contact to 0xb0219170
&lt;br&gt;[1222367349.920323]				&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;osync_format_env_convert(0x8064870,
&lt;br&gt;0xb0219170, 0x81680d0, 0xb6dbc1a8)
&lt;br&gt;[1222367349.920350]					&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;osync_converter_invoke(0x8066260,
&lt;br&gt;0x81680d0, (NULL), 0xb6dbc1a8)
&lt;br&gt;[1222367349.920602]						Converter of type 1, from
&lt;br&gt;0x8066d28(xmlformat-contact-doc) to 0x8064bf8(xmlformat-contact)
&lt;br&gt;[1222367349.920632]						&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;osync_xmlformat_parse(0x817b0b0, 24,
&lt;br&gt;0xb6dbc1a8)
&lt;br&gt;[1222367349.920714]						ERROR: Could not parse XML.
&lt;br&gt;[1222367349.920744]						&amp;lt;--- ERROR --- osync_xmlformat_parse: Could
&lt;br&gt;not parse XML.
&lt;br&gt;[1222367349.920771]					&amp;lt;--- ERROR --- osync_converter_invoke: Could
&lt;br&gt;not parse XML.
&lt;br&gt;[1222367349.920797]				&amp;lt;--- ERROR --- osync_format_env_convert: Could
&lt;br&gt;not parse XML.
&lt;br&gt;#########################################################################################
&lt;br&gt;&lt;br&gt;The complete log is available here: &lt;a href=&quot;http://pastebin.com/m301cd82b&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pastebin.com/m301cd82b&lt;/a&gt;&lt;br&gt;&lt;br&gt;And the source code of gdata plugin is available here:
&lt;br&gt;&lt;a href=&quot;http://repo.or.cz/w/gdataplugin.git&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo.or.cz/w/gdataplugin.git&lt;/a&gt;&lt;br&gt;&lt;br&gt;I based the code of creating the change in file-sync plugin, with the logic of:
&lt;br&gt;- create an OSyncXMLFormat object from raw XML representation of
&lt;br&gt;google contact (converted to osync xml format);
&lt;br&gt;- create an OSyncData object from the first object;
&lt;br&gt;- create an OSyncChange object from the later and report the change.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm probably making misuse of the opensync API, but I'm out of clues.
&lt;br&gt;Anyone have an idea of what is missing here?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;&lt;br&gt;&lt;br&gt;Adenilson
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19676234&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/gdata-plugin%3A-conversion-from-xmlcontact-doc-to-xmlcontact-is-failing-tp19676234p19676234.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19646010</id>
	<title>Re: Implementation of supported connection	types	for frontends</title>
	<published>2008-09-24T03:25:24Z</published>
	<updated>2008-09-24T03:25:24Z</updated>
	<author>
		<name>Alban Browaeys-2</name>
	</author>
	<content type="html">Le mercredi 24 septembre 2008 à 01:40 +0200, Alban Browaeys a écrit :
&lt;br&gt;&amp;gt; Le mercredi 24 septembre 2008 à 00:43 +0200, Alban Browaeys a écrit :
&lt;br&gt;&amp;gt; Also a modified version of syncml changeset to take into account the fact that we want the config to be parsed before settting the supported formats..
&lt;br&gt;&lt;br&gt;With the patch. easier to test/review ...
&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[syncml_set_supported_connections2.diff]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;Index: src/syncml_common.c
&lt;br&gt;===================================================================
&lt;br&gt;--- src/syncml_common.c	(révision 3659)
&lt;br&gt;+++ src/syncml_common.c	(copie de travail)
&lt;br&gt;@@ -519,7 +519,6 @@
&lt;br&gt;&amp;nbsp;			}
&lt;br&gt;&amp;nbsp;			break;
&lt;br&gt;&amp;nbsp;		case OSYNC_PLUGIN_CONNECTION_USB:
&lt;br&gt;-			/* TODO: osync_plugin_connection_usb_get_interface(conn); */
&lt;br&gt;&amp;nbsp;			if (!smlDataSyncSetOption(
&lt;br&gt;&amp;nbsp;					dsObject,
&lt;br&gt;&amp;nbsp;					SML_DATA_SYNC_CONFIG_CONNECTION_TYPE,
&lt;br&gt;@@ -706,6 +705,7 @@
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;&amp;nbsp;	osync_trace(TRACE_ENTRY, &amp;quot;%s(%p, %p)&amp;quot;, __func__, info, oerror);
&lt;br&gt;&amp;nbsp;	SmlError *error = NULL;
&lt;br&gt;+	OSyncPluginConnection *conn;
&lt;br&gt;&amp;nbsp;	
&lt;br&gt;&amp;nbsp;	SmlPluginEnv *env = osync_try_malloc0(sizeof(SmlPluginEnv), oerror);
&lt;br&gt;&amp;nbsp;	if (!env)
&lt;br&gt;@@ -737,6 +737,12 @@
&lt;br&gt;&amp;nbsp;		if (!parse_config(tspType, env-&amp;gt;dsObject2, config, oerror))
&lt;br&gt;&amp;nbsp;			goto error_free_env;
&lt;br&gt;&amp;nbsp;	}
&lt;br&gt;+	conn = osync_plugin_config_get_connection(config);
&lt;br&gt;+	osync_plugin_connection_set_supported(conn, OSYNC_PLUGIN_CONNECTION_BLUETOOTH);
&lt;br&gt;+	osync_plugin_connection_set_supported(conn, OSYNC_PLUGIN_CONNECTION_USB);
&lt;br&gt;+	osync_plugin_connection_set_supported(conn, OSYNC_PLUGIN_CONNECTION_SERIAL);
&lt;br&gt;+	osync_plugin_connection_set_supported(conn, OSYNC_PLUGIN_CONNECTION_IRDA);
&lt;br&gt;+	osync_plugin_connection_set_supported(conn, OSYNC_PLUGIN_CONNECTION_NETWORK);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;	/* prepare the function list for OpenSync */
&lt;br&gt;&amp;nbsp;	OSyncObjTypeSinkFunctions main_functions;
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19646010&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Implementation-of-supported-connection-types-for-frontends-tp19638647p19646010.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19639275</id>
	<title>Re: Implementation of supported connection types	for frontends</title>
	<published>2008-09-23T16:40:36Z</published>
	<updated>2008-09-23T16:40:36Z</updated>
	<author>
		<name>Alban Browaeys-2</name>
	</author>
	<content type="html">Le mercredi 24 septembre 2008 à 00:43 +0200, Alban Browaeys a écrit :
&lt;br&gt;Also a modified version of syncml changeset to take into account the fact that we want the config to be parsed before settting the supported formats.
&lt;br&gt;&lt;br&gt;Last one. As all the one that requires a connection and that I have not yet provided a patch for are not ported to OSyncPluginConfig yet.
&lt;br&gt;&lt;br&gt;Alban
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19639275&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Implementation-of-supported-connection-types-for-frontends-tp19638647p19639275.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19639218</id>
	<title>Re: Implementation of supported connection types	for frontends</title>
	<published>2008-09-23T16:34:27Z</published>
	<updated>2008-09-23T16:34:27Z</updated>
	<author>
		<name>Alban Browaeys-2</name>
	</author>
	<content type="html">Le mercredi 24 septembre 2008 à 00:43 +0200, Alban Browaeys a écrit :
&lt;br&gt;&amp;gt; Here is as directed by dgollub an implementation of
&lt;br&gt;&amp;gt; osync_plugin_connection_supported_flags which lets the UI knows which
&lt;br&gt;&amp;gt; connections are supported by a member/plugin.
&lt;br&gt;Second attempt . Clean up per Daniel comments on first read.
&lt;br&gt;&lt;br&gt;Added is a patch for opie.
&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[opensync_plugin_connection_supported_flags2.diff]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;Index: opensync.sym
&lt;br&gt;===================================================================
&lt;br&gt;--- opensync.sym	(révision 3659)
&lt;br&gt;+++ opensync.sym	(copie de travail)
&lt;br&gt;@@ -664,6 +664,7 @@
&lt;br&gt;&amp;nbsp;osync_plugin_connection_serial_set_speed
&lt;br&gt;&amp;nbsp;osync_plugin_connection_set_supported
&lt;br&gt;&amp;nbsp;osync_plugin_connection_set_type
&lt;br&gt;+osync_plugin_connection_supported_flags
&lt;br&gt;&amp;nbsp;osync_plugin_connection_unref
&lt;br&gt;&amp;nbsp;osync_plugin_connection_usb_get_interface
&lt;br&gt;&amp;nbsp;osync_plugin_connection_usb_get_productid
&lt;br&gt;Index: opensync/plugin/opensync_plugin_connection.h
&lt;br&gt;===================================================================
&lt;br&gt;--- opensync/plugin/opensync_plugin_connection.h	(révision 3659)
&lt;br&gt;+++ opensync/plugin/opensync_plugin_connection.h	(copie de travail)
&lt;br&gt;@@ -73,6 +73,7 @@
&lt;br&gt;&amp;nbsp;OSYNC_EXPORT OSyncPluginConnectionType osync_plugin_connection_get_type(OSyncPluginConnection *connection);
&lt;br&gt;&amp;nbsp;OSYNC_EXPORT void osync_plugin_connection_set_type(OSyncPluginConnection *connection, OSyncPluginConnectionType type);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+OSYNC_EXPORT OSyncPluginConnectionOptionSupportedFlags osync_plugin_connection_supported_flags(OSyncPluginConnection *connection);
&lt;br&gt;&amp;nbsp;OSYNC_EXPORT osync_bool osync_plugin_connection_is_supported(OSyncPluginConnection *connection, OSyncPluginConnectionSupportedFlag flag);
&lt;br&gt;&amp;nbsp;OSYNC_EXPORT void osync_plugin_connection_set_supported(OSyncPluginConnection *connection, OSyncPluginConnectionSupportedFlags flags);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Index: opensync/plugin/opensync_plugin_connection.c
&lt;br&gt;===================================================================
&lt;br&gt;--- opensync/plugin/opensync_plugin_connection.c	(révision 3659)
&lt;br&gt;+++ opensync/plugin/opensync_plugin_connection.c	(copie de travail)
&lt;br&gt;@@ -95,6 +95,12 @@
&lt;br&gt;&amp;nbsp;	connection-&amp;gt;type = type;
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+OSyncPluginConnectionOptionSupportedFlags osync_plugin_connection_supported_flags(OSyncPluginConnection *connection)
&lt;br&gt;+{
&lt;br&gt;+	osync_assert(connection);
&lt;br&gt;+	return connection-&amp;gt;supported;
&lt;br&gt;+}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;osync_bool osync_plugin_connection_is_supported(OSyncPluginConnection *connection, OSyncPluginConnectionSupportedFlag flag)
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;&amp;nbsp;	osync_assert(connection);
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;&lt;tt&gt;[opie_add_set_support.diff]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;Index: src/opie_sync.c
&lt;br&gt;===================================================================
&lt;br&gt;--- src/opie_sync.c	(révision 3660)
&lt;br&gt;+++ src/opie_sync.c	(copie de travail)
&lt;br&gt;@@ -643,6 +643,17 @@
&lt;br&gt;&amp;nbsp;	
&lt;br&gt;&amp;nbsp;	if (!opie_sync_read_config(env, info, error))
&lt;br&gt;&amp;nbsp;		goto error_free_env;
&lt;br&gt;+
&lt;br&gt;+	OSyncPluginConfig *config = osync_plugin_info_get_config(info);
&lt;br&gt;+	if (!config) {
&lt;br&gt;+		osync_error_set(error, OSYNC_ERROR_GENERIC, &amp;quot;Unable to get configuration&amp;quot;);
&lt;br&gt;+		goto error;
&lt;br&gt;+	}
&lt;br&gt;+
&lt;br&gt;+	OSyncPluginConnection *conn = osync_plugin_config_get_connection(config);
&lt;br&gt;+	if(conn) {
&lt;br&gt;+		osync_plugin_connection_set_supported(conn, OSYNC_PLUGIN_CONNECTION_NETWORK);
&lt;br&gt;+	}
&lt;br&gt;&amp;nbsp;	
&lt;br&gt;&amp;nbsp;	env-&amp;gt;backuppath = NULL;
&lt;br&gt;&amp;nbsp;	env-&amp;gt;plugin_mutex = g_mutex_new();
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19639218&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Implementation-of-supported-connection-types-for-frontends-tp19638647p19639218.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19638647</id>
	<title>Implementation of supported connection types for frontends</title>
	<published>2008-09-23T15:43:04Z</published>
	<updated>2008-09-23T15:43:04Z</updated>
	<author>
		<name>Alban Browaeys-2</name>
	</author>
	<content type="html">Here is as directed by dgollub an implementation of
&lt;br&gt;osync_plugin_connection_supported_flags which lets the UI knows which
&lt;br&gt;connections are supported by a member/plugin.
&lt;br&gt;&lt;br&gt;The second patch is an attempt to add those flags in the syncml plugin.
&lt;br&gt;It is pretty naive as it takes for granted that all the connection types
&lt;br&gt;supported by syncml are supported by all its components
&lt;br&gt;(syncml-obex-client, syncml-http-client and syncml-http-server). Though
&lt;br&gt;I know few about those and what they support. My belief was that they
&lt;br&gt;supported the same set though please prove me wrong before I commit !
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Alban
&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[opensync_plugin_connection_supported_flags.diff]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;Index: opensync.sym
&lt;br&gt;===================================================================
&lt;br&gt;--- opensync.sym	(révision 3659)
&lt;br&gt;+++ opensync.sym	(copie de travail)
&lt;br&gt;@@ -664,6 +664,7 @@
&lt;br&gt;&amp;nbsp;osync_plugin_connection_serial_set_speed
&lt;br&gt;&amp;nbsp;osync_plugin_connection_set_supported
&lt;br&gt;&amp;nbsp;osync_plugin_connection_set_type
&lt;br&gt;+osync_plugin_connection_supported_flags
&lt;br&gt;&amp;nbsp;osync_plugin_connection_unref
&lt;br&gt;&amp;nbsp;osync_plugin_connection_usb_get_interface
&lt;br&gt;&amp;nbsp;osync_plugin_connection_usb_get_productid
&lt;br&gt;Index: opensync/plugin/opensync_plugin_connection.h
&lt;br&gt;===================================================================
&lt;br&gt;--- opensync/plugin/opensync_plugin_connection.h	(révision 3659)
&lt;br&gt;+++ opensync/plugin/opensync_plugin_connection.h	(copie de travail)
&lt;br&gt;@@ -73,6 +73,7 @@
&lt;br&gt;&amp;nbsp;OSYNC_EXPORT OSyncPluginConnectionType osync_plugin_connection_get_type(OSyncPluginConnection *connection);
&lt;br&gt;&amp;nbsp;OSYNC_EXPORT void osync_plugin_connection_set_type(OSyncPluginConnection *connection, OSyncPluginConnectionType type);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+OSYNC_EXPORT unsigned int osync_plugin_connection_supported_flags(OSyncPluginConnection *connection);
&lt;br&gt;&amp;nbsp;OSYNC_EXPORT osync_bool osync_plugin_connection_is_supported(OSyncPluginConnection *connection, OSyncPluginConnectionSupportedFlag flag);
&lt;br&gt;&amp;nbsp;OSYNC_EXPORT void osync_plugin_connection_set_supported(OSyncPluginConnection *connection, OSyncPluginConnectionSupportedFlags flags);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Index: opensync/plugin/opensync_plugin_connection.c
&lt;br&gt;===================================================================
&lt;br&gt;--- opensync/plugin/opensync_plugin_connection.c	(révision 3659)
&lt;br&gt;+++ opensync/plugin/opensync_plugin_connection.c	(copie de travail)
&lt;br&gt;@@ -95,6 +95,12 @@
&lt;br&gt;&amp;nbsp;	connection-&amp;gt;type = type;
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+unsigned int osync_plugin_connection_supported_flags(OSyncPluginConnection *connection)
&lt;br&gt;+{
&lt;br&gt;+	osync_assert(connection);
&lt;br&gt;+	return connection-&amp;gt;supported;
&lt;br&gt;+}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;osync_bool osync_plugin_connection_is_supported(OSyncPluginConnection *connection, OSyncPluginConnectionSupportedFlag flag)
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;&amp;nbsp;	osync_assert(connection);
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;&lt;tt&gt;[syncml_set_supported_connections.diff]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;Index: src/syncml_common.c
&lt;br&gt;===================================================================
&lt;br&gt;--- src/syncml_common.c	(révision 3659)
&lt;br&gt;+++ src/syncml_common.c	(copie de travail)
&lt;br&gt;@@ -519,7 +519,6 @@
&lt;br&gt;&amp;nbsp;			}
&lt;br&gt;&amp;nbsp;			break;
&lt;br&gt;&amp;nbsp;		case OSYNC_PLUGIN_CONNECTION_USB:
&lt;br&gt;-			/* TODO: osync_plugin_connection_usb_get_interface(conn); */
&lt;br&gt;&amp;nbsp;			if (!smlDataSyncSetOption(
&lt;br&gt;&amp;nbsp;					dsObject,
&lt;br&gt;&amp;nbsp;					SML_DATA_SYNC_CONFIG_CONNECTION_TYPE,
&lt;br&gt;@@ -706,6 +705,7 @@
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;&amp;nbsp;	osync_trace(TRACE_ENTRY, &amp;quot;%s(%p, %p)&amp;quot;, __func__, info, oerror);
&lt;br&gt;&amp;nbsp;	SmlError *error = NULL;
&lt;br&gt;+	OSyncPluginConnection *conn;
&lt;br&gt;&amp;nbsp;	
&lt;br&gt;&amp;nbsp;	SmlPluginEnv *env = osync_try_malloc0(sizeof(SmlPluginEnv), oerror);
&lt;br&gt;&amp;nbsp;	if (!env)
&lt;br&gt;@@ -718,6 +718,18 @@
&lt;br&gt;&amp;nbsp;	OSyncPluginConfig *config = osync_plugin_info_get_config(info);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;osync_trace(TRACE_INTERNAL, &amp;quot;The config: %p&amp;quot;, config);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+	conn = osync_plugin_config_get_connection(config);
&lt;br&gt;+	if (!conn) {
&lt;br&gt;+		osync_error_set(oerror, OSYNC_ERROR_MISCONFIGURATION, &amp;quot;No configuration of connection available.&amp;quot;);
&lt;br&gt;+		goto error_free_env;
&lt;br&gt;+	}
&lt;br&gt;+
&lt;br&gt;+	osync_plugin_connection_set_supported(conn, OSYNC_PLUGIN_CONNECTION_BLUETOOTH);
&lt;br&gt;+	osync_plugin_connection_set_supported(conn, OSYNC_PLUGIN_CONNECTION_USB);
&lt;br&gt;+	osync_plugin_connection_set_supported(conn, OSYNC_PLUGIN_CONNECTION_SERIAL);
&lt;br&gt;+	osync_plugin_connection_set_supported(conn, OSYNC_PLUGIN_CONNECTION_IRDA);
&lt;br&gt;+	osync_plugin_connection_set_supported(conn, OSYNC_PLUGIN_CONNECTION_NETWORK);
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;	/* create data sync object */
&lt;br&gt;&amp;nbsp;	env-&amp;gt;dsObject1 = smlDataSyncNew(sessionType, tspType, &amp;error);
&lt;br&gt;&amp;nbsp;	if (!env-&amp;gt;dsObject1)
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19638647&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Implementation-of-supported-connection-types-for-frontends-tp19638647p19638647.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19594254</id>
	<title>Re: OSyncPluginConfig API: Summary and Porting instruction</title>
	<published>2008-09-21T05:38:56Z</published>
	<updated>2008-09-21T05:38:56Z</updated>
	<author>
		<name>Daniel Gollub</name>
	</author>
	<content type="html">On Sunday 07 September 2008 19:33:12 Paul Eggleton wrote:
&lt;br&gt;&amp;gt; On Sunday 17 August 2008, Daniel Gollub wrote:
&lt;br&gt;&amp;gt; &amp;gt; - if you're plugin supports only a single objformat per objtype - just
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; hardcode it. The discovery calls will take care that the
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; OSyncPluginResource() will contain correct ObjFormat information.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; Make sure your discovery plugin function report all available
&lt;br&gt;&amp;gt; &amp;gt; resources!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When you say &amp;quot;just hardcode it&amp;quot;, do you mean in the config file or in code?
&lt;br&gt;&amp;gt; If you mean in the code, how is this done exactly?
&lt;br&gt;&lt;br&gt;I meant in code. You already have this hardcoded in the opie-sync discovery 
&lt;br&gt;function:
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;&lt;br&gt;static osync_bool opie_sync_discover(void *data, OSyncPluginInfo *info, 
&lt;br&gt;OSyncError **error)
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; osync_trace(TRACE_ENTRY, &amp;quot;%s(%p, %p, %p)&amp;quot;, __func__, data, info, 
&lt;br&gt;error);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OpiePluginEnv *env = (OpiePluginEnv *)data;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; osync_objtype_sink_set_available(env-&amp;gt;contact_env-&amp;gt;sink, TRUE);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; osync_objtype_sink_set_available(env-&amp;gt;todo_env-&amp;gt;sink, TRUE);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; osync_objtype_sink_set_available(env-&amp;gt;event_env-&amp;gt;sink, TRUE);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; osync_objtype_sink_set_available(env-&amp;gt;note_env-&amp;gt;sink, TRUE);
&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;&lt;br&gt;Attachted you'll find some tiny porting-patch to use the allocated sink from 
&lt;br&gt;the engine.
&lt;br&gt;&lt;br&gt;best regards,
&lt;br&gt;Daniel
&lt;br&gt;&lt;br /&gt;[attachment removed]&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19594254&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/OSyncPluginConfig-API%3A-Summary-and-Porting-instruction-tp19023881p19594254.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19581674</id>
	<title>General questions about status of 0.37</title>
	<published>2008-09-19T18:18:04Z</published>
	<updated>2008-09-19T18:18:04Z</updated>
	<author>
		<name>Jason Grant-7</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;Some questions about the 0.37 release at
&lt;br&gt;&lt;a href=&quot;http://opensync.org/download/releases/0.37/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://opensync.org/download/releases/0.37/&lt;/a&gt;&lt;br&gt;&lt;br&gt;1) There is no evolution plugin. &amp;nbsp;Does this suggest that the plugin has
&lt;br&gt;not yet been ported to cater for recent API changes, and so users of
&lt;br&gt;this release cannot sync with evo?
&lt;br&gt;&lt;br&gt;2) My old configuration did not work with this release. &amp;nbsp;The XML schema
&lt;br&gt;has changed, but this is not documented anywhere. &amp;nbsp;I used the schemas
&lt;br&gt;from $myInstall/share/libopensync1/schemas to figure things out, but is
&lt;br&gt;there any other documentation or examples (e.g. test cases)?
&lt;br&gt;&lt;br&gt;3) What is the functional status of this release - are there any major
&lt;br&gt;functional gaps that users should know about?
&lt;br&gt;&lt;br&gt;4) I am trialling 0.37 because I've had no luck with events/todos under
&lt;br&gt;0.36 (Nokia 6300 over obex and evo). &amp;nbsp;I'm currently wondering whether I
&lt;br&gt;should just build from 0.40 head, rather than use the 0.37 release [that
&lt;br&gt;is missing plugins]. &amp;nbsp;Some comments on the functional status of 0.40
&lt;br&gt;would be helpful to let users make a decision.
&lt;br&gt;&lt;br&gt;Thanks for any info.
&lt;br&gt;&lt;br&gt;Jason.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19581674&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---User-f14408.html&quot; embed=&quot;fixTarget[14408]&quot; target=&quot;_top&quot; &gt;Opensync - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/General-questions-about-status-of-0.37-tp19581674p19581674.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19581574</id>
	<title>Assertion failure in 0.37 file sync</title>
	<published>2008-09-19T18:01:43Z</published>
	<updated>2008-09-19T18:01:43Z</updated>
	<author>
		<name>Jason Grant-7</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I've compiled 0.37 from the release tarballs, and am experiencing an
&lt;br&gt;assertion failure in file-sync:
&lt;br&gt;&lt;br&gt;ERROR:(/home/jas/opensync/build/libopensync-plugin-file-0.37/src/file_sync.c:173):osync_filesync_write: assertion failed: (size == sizeof(OSyncFileFormat))
&lt;br&gt;&lt;br&gt;Config and output are shown below. &amp;nbsp;Not sure whether I am doing
&lt;br&gt;something stupid with config, or whether to raise a ticket. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Background is that I have been using 0.36 to sync contacts/notes with a
&lt;br&gt;Nokia 6300, but want to try 0.37 because I have had no luck with events
&lt;br&gt;or todos. &amp;nbsp;In moving to 0.37, I had to learn the config from the
&lt;br&gt;schemas, because I cannot find any other information on how to configure
&lt;br&gt;the plugins using the new syntax.
&lt;br&gt;&lt;br&gt;J.
&lt;br&gt;&lt;br&gt;﻿======================================================
&lt;br&gt;&lt;br&gt;[1] Output:
&lt;br&gt;&lt;br&gt;msynctool --configdir /home/jas/opensync/config --sync of
&lt;br&gt;&lt;br&gt;Synchronizing group &amp;quot;of&amp;quot; 
&lt;br&gt;The previous synchronization was unclean. Slow-syncing
&lt;br&gt;contact sink of member 2 of type file-sync just connected
&lt;br&gt;Main sink of member 2 of type file-sync just connected
&lt;br&gt;Main sink of member 1 of type syncml-obex-client just connected
&lt;br&gt;** Message: The proprietary text/x-vcard property X-NICKNAME is not
&lt;br&gt;supported.
&lt;br&gt;&lt;br&gt;** Message: The proprietary text/x-vcard property X-SIP is not
&lt;br&gt;supported.
&lt;br&gt;&lt;br&gt;** Message: The proprietary text/x-vcard property X-WV-ID is not
&lt;br&gt;supported.
&lt;br&gt;&lt;br&gt;contact sink of member 1 of type syncml-obex-client just connected
&lt;br&gt;All clients connected or error
&lt;br&gt;Main sink of member 1 of type syncml-obex-client just sent all changes
&lt;br&gt;contact sink of member 2 of type file-sync just sent all changes
&lt;br&gt;Main sink of member 2 of type file-sync just sent all changes
&lt;br&gt;** Message: The proprietary text/x-vcard property X-NICKNAME is not
&lt;br&gt;supported.
&lt;br&gt;&lt;br&gt;** Message: The proprietary text/x-vcard property X-SIP is not
&lt;br&gt;supported.
&lt;br&gt;&lt;br&gt;** Message: The proprietary text/x-vcard property X-WV-ID is not
&lt;br&gt;supported.
&lt;br&gt;&lt;br&gt;Received an entry 458 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 459 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 460 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 461 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 462 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 463 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 464 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 465 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 466 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 467 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 468 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 469 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 470 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 471 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 472 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 473 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 474 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 475 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 476 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 477 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 478 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 479 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 480 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 481 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 482 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 483 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 484 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 485 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 486 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 487 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;Received an entry 488 from member 1 (syncml-obex-client). Changetype
&lt;br&gt;ADDED
&lt;br&gt;contact sink of member 1 of type syncml-obex-client just sent all
&lt;br&gt;changes
&lt;br&gt;All clients sent changes or error
&lt;br&gt;All conflicts have been reported
&lt;br&gt;**
&lt;br&gt;**
&lt;br&gt;ERROR:(/home/jas/opensync/build/libopensync-plugin-file-0.37/src/file_sync.c:173):osync_filesync_write: assertion failed: (size == sizeof(OSyncFileFormat))
&lt;br&gt;Aborted
&lt;br&gt;&lt;br&gt;======================================================
&lt;br&gt;[2] Config (replaced defaults with ... for brevity)
&lt;br&gt;&lt;br&gt;[jas@powell config]$ cat group1/1/syncml-obex-client.conf
&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;config version=&amp;quot;1.0&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;AdvancedOptions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; ...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;AdvancedOption&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;DisplayName&amp;gt;Identifier&amp;lt;/DisplayName&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Name&amp;gt;Identifier&amp;lt;/Name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Type&amp;gt;string&amp;lt;/Type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Value&amp;gt;PC Suite&amp;lt;/Value&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/AdvancedOption&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; ...
&lt;br&gt;&amp;nbsp; &amp;lt;/AdvancedOptions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;Authentication&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;Username&amp;gt;...&amp;lt;/Username&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;Password&amp;gt;...&amp;lt;/Password&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/Authentication&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;Connection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;Bluetooth&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;MAC&amp;gt;00:1E:3A:AB:39:0B&amp;lt;/MAC&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;RFCommChannel&amp;gt;11&amp;lt;/RFCommChannel&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/Bluetooth&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/Connection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;Localization/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;Resources&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;Resource&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Enabled&amp;gt;1&amp;lt;/Enabled&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Formats&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Format&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Config&amp;gt;&amp;lt;/Config&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Name&amp;gt;vcard21&amp;lt;/Name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Format&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Formats&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Name&amp;gt;Contacts&amp;lt;/Name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ObjType&amp;gt;contact&amp;lt;/ObjType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/Resource&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/Resources&amp;gt;
&lt;br&gt;&amp;lt;/config&amp;gt;
&lt;br&gt;&lt;br&gt;[jas@powell config]$ cat group1/2/file-sync.conf 
&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;config version=&amp;quot;1.0&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;Resources&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;Resource&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Enabled&amp;gt;1&amp;lt;/Enabled&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Formats&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Format&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Name&amp;gt;vcard21&amp;lt;/Name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Format&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Formats&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ObjType&amp;gt;contact&amp;lt;/ObjType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Path&amp;gt;/home/jas/opensync/syncDir&amp;lt;/Path&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/Resource&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/Resources&amp;gt;
&lt;br&gt;&amp;lt;/config&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19581574&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---User-f14408.html&quot; embed=&quot;fixTarget[14408]&quot; target=&quot;_top&quot; &gt;Opensync - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Assertion-failure-in-0.37-file-sync-tp19581574p19581574.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19567088</id>
	<title>Re: Relocate OpenSync</title>
	<published>2008-09-18T23:48:57Z</published>
	<updated>2008-09-18T23:48:57Z</updated>
	<author>
		<name>Juha Tuomala-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thursday 18 September 2008 19:31:44 you wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; What I disagree about is using the library path 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; to define which paths will 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; be looked at. I think it can cause more problems than the non-relocatable
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; binaries (I don't think the non-relocatable binaries are a problem in
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; itself, as it is pretty common to have that).
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; with above you wouldn't have 'mixing installations' problem when 
&lt;br&gt;&amp;gt; &amp;gt; those inside one install tree would probably be overwritten anyway.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think I didn't get which problem you are talking about, here.
&lt;/div&gt;&lt;br&gt;say you've your distribution version still installed
&lt;br&gt;into /usr, then you compile from source and make install
&lt;br&gt;into /usr/local. I think there is a high risk of mixing
&lt;br&gt;those two if you're using ld.so.conf to find libs.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Tuju
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Varo hattupäisiä autoilijoita.
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19567088&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Relocate-OpenSync-tp19446264p19567088.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19556124</id>
	<title>Re: Relocate OpenSync</title>
	<published>2008-09-18T08:56:06Z</published>
	<updated>2008-09-18T08:56:06Z</updated>
	<author>
		<name>Michael Banck-3</name>
	</author>
	<content type="html">On Thu, Sep 18, 2008 at 12:45:10PM -0300, Eduardo Habkost wrote:
&lt;br&gt;&amp;gt; If a solution involve looking at a file on /etc or optionally allowing the
&lt;br&gt;&amp;gt; paths to be set through environment variables, I would be more inclined
&lt;br&gt;&amp;gt; to agree with such a change.
&lt;br&gt;&lt;br&gt;I don't think such things belong into /etc, but an (optional)
&lt;br&gt;environment variable sounds reasonable.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19556124&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Relocate-OpenSync-tp19446264p19556124.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19556010</id>
	<title>Re: Relocate OpenSync</title>
	<published>2008-09-18T08:51:14Z</published>
	<updated>2008-09-18T08:51:14Z</updated>
	<author>
		<name>Juha Tuomala-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On Thursday 18 September 2008 18:45:10 Eduardo Habkost wrote:
&lt;br&gt;&amp;gt; or other data is a chicken-and-egg problem. The question is how to
&lt;br&gt;&amp;gt; &amp;quot;bootstrap&amp;quot; this and find out the initial path we will look at. Some
&lt;br&gt;&amp;gt; common ways to do that are: looking at /etc, optionally allowing the
&lt;br&gt;&amp;gt; path to be specified through environment variables, or simply look at
&lt;br&gt;&amp;gt; a fixed directory that was defined at compile-time.
&lt;br&gt;&lt;br&gt;...or figure out where the binary was located and then assume part
&lt;br&gt;of its path to be the --prefix and search the rest of legos from that
&lt;br&gt;tree.
&lt;br&gt;&lt;br&gt;&amp;gt; What I disagree about is using the library path to define which paths will
&lt;br&gt;&amp;gt; be looked at. I think it can cause more problems than the non-relocatable
&lt;br&gt;&amp;gt; binaries (I don't think the non-relocatable binaries are a problem in
&lt;br&gt;&amp;gt; itself, as it is pretty common to have that).
&lt;br&gt;&lt;br&gt;with above you wouldn't have 'mixing installations' problem when 
&lt;br&gt;those inside one install tree would probably be overwritten anyway.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Tuju
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Varo hattupäisiä autoilijoita.
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Opensync-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19556010&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Opensync-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/opensync-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/opensync-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Opensync---Dev-f14407.html&quot; embed=&quot;fixTarget[14407]&quot; target=&quot;_top&quot; &gt;Opensync - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Relocate-OpenSync-tp19446264p19556010.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19555891</id>
	<title>Re: Relocate OpenSync</title>
	<published>2008-09-18T08:45:10Z</published>
	<updated>2008-09-18T08:45:10Z</updated>
	<author>
		<name>Bugzilla from ehabkost@raisama.net</name>
	</author>
	<content type="html">On Thu, Sep 18, 2008 at 05:12:22PM +0200, Henrik /KaarPoSoft wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Eduardo Habkost wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Thu, Sep 18, 2008 at 01:12:35AM +0200, Henrik /KaarPoSoft wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; PS: Daniel &amp; Co : I still think that the patches should be applied. &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Although the current approach may work distro by distro, &amp;quot;my&amp;quot; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; approach makes OpenSync relocatable, which I think is quite nice 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; anyway,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I don't like the approach of looking for the configuration files and
&lt;br&gt;&amp;gt;&amp;gt; plugins based on the path of the opensync library. It would be just
&lt;br&gt;&amp;gt;&amp;gt; confusing for the user to find out the files won't be found just because
&lt;br&gt;&amp;gt;&amp;gt; the library was moved to somewhere else.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Distros may even want to change at compile time the paths where the
&lt;br&gt;&amp;gt;&amp;gt; plugins and configuration files will be looked for, due to packaging
&lt;br&gt;&amp;gt;&amp;gt; policy. With your patch, that won't be possible.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It is pretty common to have packaged programs to look for files on a
&lt;br&gt;&amp;gt;&amp;gt; directory defined at compile time. IMO, changing this to be dependent
&lt;br&gt;&amp;gt;&amp;gt; on the library path would just confuse users and packagers.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; There is one very important reason why I would like things to be &amp;nbsp;
&lt;br&gt;&amp;gt; relocatable.
&lt;br&gt;&amp;gt; When trying out experimental software, some users like to install the &amp;nbsp;
&lt;br&gt;&amp;gt; packages in e.g. /usr/local (as a non-root user).
&lt;br&gt;&amp;gt; With RPM packages this can be done simply with the --prefix= option (I &amp;nbsp;
&lt;br&gt;&amp;gt; don't know about deb packages).
&lt;/div&gt;&lt;br&gt;Most software packages don't support that. And if you are using an
&lt;br&gt;experimental package with RPM, it doesn't matter if it is on /usr/local
&lt;br&gt;or /usr, because you can uninstall the package using RPM anyway. Normally
&lt;br&gt;people install on /usr/local the software they have compiled themselves
&lt;br&gt;(in this case, the prefix and paths will be set properly on the binaries).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; But this would obviously *not* change the hard-coded paths inside shared &amp;nbsp;
&lt;br&gt;&amp;gt; libs.
&lt;br&gt;&lt;br&gt;Yes. I am not against making opensync able to be installed on a
&lt;br&gt;different path after compiled.
&lt;br&gt;&lt;br&gt;However, being able to figure out which path it should look for plugins
&lt;br&gt;or other data is a chicken-and-egg problem. The question is how to
&lt;br&gt;&amp;quot;bootstrap&amp;quot; this and find out the initial path we will look at. Some
&lt;br&gt;common ways to do that are: looking at /etc, optionally allowing the
&lt;br&gt;path to be specified through environment variables, or simply look at
&lt;br&gt;a fixed directory that was defined at compile-time.
&lt;br&gt;&lt;br&gt;What I disagree about is using the library path to define which paths will
&lt;br&gt;be looked at. I think it can cause more problems than the non-relocatable
&lt;br&gt;binaries (I don't think the non-relocatable binaries are a problem in
&lt;br&gt;itself, as it is pretty common to have that).
&lt;br&gt;&lt;br&gt;If a solution involve looking at a file on /etc or optionally allowing the
&lt;br&gt;paths to be set through environment variables, I would be more inclined
&lt;br&gt;to agree with such a change.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Eduardo
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-c