Hi Felipe,<div><br></div><div>It works fine.. Daniel is right you have to run that application as "user".</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"><<a href="mailto:felipe@crochik.com">felipe@crochik.com</a>></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 "somewhere" because if you quit the application and start again you<br>
can find the contact using the "id" generated the first time. The "standard<br>
contacts" application still reports the same number of contacts before<br>
running this code and I can't find the contact on the list.<br>
<br>
<code><br>
QContactManager manager;<br>
QContact contact;<br>
QContactName name;<br>
name.setFirstName("John");<br>
name.setLastName("Doe");<br>
contact.saveDetail(&name);<br>
manager.saveContact(&contact);<br>
qDebug() << "localid: " << contact.localId();<br>
</code><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>