Hi Felipe,<div><br></div><div>It works fine.. Daniel is right you have to run that application as &quot;user&quot;.</div><div><br></div><div>Antonio<br><br><div class="gmail_quote">On Mon, Jun 14, 2010 at 6:39 AM, Felipe Crochik <span dir="ltr">&lt;<a href="mailto:felipe@crochik.com">felipe@crochik.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I believe I found one bug with the Qt Mobility Contacts but it seems that<br>
the <a href="http://bugreports.qt.nokia.com" target="_blank">bugreports.qt.nokia.com</a> web site is out and because I can only verify it<br>
on the n900 I decide to report it here, at least to start with.<br>
<br>
The following code will add a new contact but this new contact will not b<br>
available on the standard contacts application. I verified that it gets<br>
saved &quot;somewhere&quot; because if you quit the application and start again you<br>
can find the contact using the &quot;id&quot; generated the first time. The &quot;standard<br>
contacts&quot; application still reports the same number of contacts before<br>
running this code and I can&#39;t find the contact on the list.<br>
<br>
&lt;code&gt;<br>
QContactManager manager;<br>
QContact contact;<br>
QContactName name;<br>
name.setFirstName(&quot;John&quot;);<br>
name.setLastName(&quot;Doe&quot;);<br>
contact.saveDetail(&amp;name);<br>
manager.saveContact(&amp;contact);<br>
qDebug() &lt;&lt; &quot;localid: &quot; &lt;&lt; contact.localId();<br>
&lt;/code&gt;<br>
<br>
Has anybody tried modifying the database on the n900 using the qt mobility?<br>
Am I missing something or is it really a bug?<br>
<br>
<br>
<br>
_______________________________________________<br>
maemo-developers mailing list<br>
<a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
</blockquote></div><br></div>