<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="https://uname.pingveno.net/blog/index.php/feed/rss2/xslt" ?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title># uname -a - Mot-clé - contacts</title>
    <link>https://uname.pingveno.net/blog/index.php/</link>
    <atom:link href="https://uname.pingveno.net/blog/index.php/feed/tag/contacts/rss2" rel="self" type="application/rss+xml" />
    <description>Le blog de uname.pingveno.net</description>
    <language>fr</language>
    <pubDate>Wed, 01 Apr 2026 16:19:15 +0200</pubDate>
    <copyright>Mathieu Pellegrin</copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>Dotclear</generator>
          <item>
        <title>Way to the cloud : Sync directly all your Android contacts to OwnCloud without using bluetooth, memory card, or Google servers</title>
        <link>https://uname.pingveno.net/blog/index.php/post/2013/12/05/Way-to-the-cloud-%3A-Sync-directly-all-your-Android-contacts-to-OwnCloud-without-using-bluetooth%2C-memory-card%2C-or-Google-servers</link>
        <guid isPermaLink="false">urn:md5:e6bc61acfa8dc968c307a33d5702be22</guid>
        <pubDate>Thu, 05 Dec 2013 11:52:00 +0100</pubDate>
        <dc:creator>Mathieu</dc:creator>
                  <category>Hacks</category>
                          <category>android</category>
                  <category>contacts</category>
                  <category>owncloud</category>
                  <category>phone</category>
                  <category>sync</category>
                <description>&lt;p&gt;It&amp;#8217;s the first time I have an Android phone. I thougth that years of Android development was going to offer me anything I want. I thought that all the people concerned by their privacy on their phone have already provided workarounds to flee Google servers. I was wrong.&lt;/p&gt;
&lt;p&gt;Some days ago, I wanted to sync all my contacts to my OwnCloud server.&lt;/p&gt;
&lt;p&gt;After a few researches, I found that I could use the CardDAV facilities from OwnCloud to sync my contacts to my phone, via an application. Great&amp;#160;! But how can I send my existing contacts to OwnCloud&amp;#160;?&lt;/p&gt;
&lt;p&gt;Android separates the intern contacts and the &amp;#8220;synced&amp;#8221; contacts and I couldn&amp;#8217;t find the command to say &amp;#8220;hey, copy all the existing contacts for syncing&amp;#8221;. I couldn&amp;#8217;t use bluetooth to send my contacts because my computer does not have a bluetooth adaptator. I don&amp;#8217;t have a memory card to transfer all my contacts. I can&amp;#8217;t figure out how to dump the contacts from the phone via USB. I don&amp;#8217;t want to sync to Google to be able to download all my contacts and send them back to OwnCloud.&lt;/p&gt;
&lt;p&gt;Argh, why is it so complicated to sync my existing contacts to OwnCloud&amp;#160;?&lt;/p&gt;
&lt;p&gt;Here is how I did it.&lt;/p&gt;          &lt;h3&gt;Prerequisites&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;Have an OwnCloud server running.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;&lt;li&gt;Have the &lt;a href=&quot;https://play.google.com/store/apps/details?id=org.dmfs.carddav.sync&quot;&gt;CardDAV-Sync&lt;/a&gt; application (either the free or &lt;a href=&quot;https://play.google.com/store/apps/details?id=org.dmfs.carddav.Sync&quot;&gt;paid&lt;/a&gt; version if you want to support the author).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Steps&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;p&gt;On your phone, open &amp;#8220;Contacts&amp;#8221;, then open the settings menu, and select &amp;#8220;Import/Export&amp;#8221;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Select &amp;#8220;Export to USB storage&amp;#8221;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Select all your contacts, and validate&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The phone now has a file named &amp;#8220;something.vcf&amp;#8221;. I didn&amp;#8217;t succeed in downloading that file from my phone (argh) with the USB cable. So&amp;#8230;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Delete all your existing contacts on your phone (be strong). If you don&amp;#8217;t want to be that strong, you can skip this step.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Backup your OwnCloud server database. Preventing is better than fixing.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Set up CardDAV-Sync with your OwnCloud informations (URL, login, password). The URL should be something like that&amp;#160;: &lt;code&gt;https://your-owncloud-server/path-to-owncloud/&lt;span class=&quot;st&quot;&gt;remote.php/carddav/principals/yourlogin&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Don&amp;#8217;t forget to check the option to sync from your phone to the OwnCloud server, otherwise your imported contacts will stay on the phone and will never be synced.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;span class=&quot;st&quot;&gt;Then, open the VCF file on your phone. It will ask you what to do. Just say &amp;#8220;Import to [your CardDAV contacts]&amp;#8221;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;span class=&quot;st&quot;&gt;W00t! All my existing contacts are now imported to the OwnCloud contacts on my phone. And now it starts syncing to my server! This is brillant!&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Conclusion&lt;/h3&gt;
&lt;p&gt;This is a workaround, more a &amp;#8220;hack&amp;#8221; than a real solution. I can&amp;#8217;t figure out why I haven&amp;#8217;t been able to download with USB the VCF file from my phone, or copying my internal contacts to the OwnCloud contacts on my phone. Maybe it&amp;#8217;s fixed in recent Android versions.&lt;/p&gt;
&lt;p&gt;See also&amp;#160;: &lt;a hreflang=&quot;en&quot; href=&quot;http://doc.owncloud.org/server/4.5/user_manual/contacts.html&quot;&gt;http://doc.owncloud.org/server/4.5/user_manual/contacts.html&lt;/a&gt;&lt;/p&gt;</description>
        
              </item>
      </channel>
</rss>
