<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>geeks' blog &#187; VCard</title>
	<atom:link href="http://blog.wurzt.de/index.php/tag/vcard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wurzt.de</link>
	<description>...  für Nerds und möchtegern Geeks :)</description>
	<lastBuildDate>Mon, 15 Feb 2010 07:24:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>iPhone Kontakte als VCard exportieren</title>
		<link>http://blog.wurzt.de/index.php/2008/06/13/iphone-kontakte-als-vcard-exportieren/</link>
		<comments>http://blog.wurzt.de/index.php/2008/06/13/iphone-kontakte-als-vcard-exportieren/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 11:42:25 +0000</pubDate>
		<dc:creator>kraut</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Meine Projekte]]></category>
		<category><![CDATA[Programme]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone 2G]]></category>
		<category><![CDATA[VCard]]></category>

		<guid isPermaLink="false">http://blog.wurzt.de/index.php/2008/06/13/iphone-kontakte-als-vcard-exportieren/</guid>
		<description><![CDATA[

Ich habe ein Script geschrieben das alle Kontakte des iPhones als *.vcf Datei exportiert.
Es ist halbwegs vollständig, Adressen werden jedoch nicht exportiert.
Man benötigt die Kontakt Datenbankdatei des iphones, zb mit:
$ scp root@iphone:/var/mobile/Library/AddressBook/AddressBook.sqlitedb .
Anschließend kann man die VCard generieren:
 $ iContac2vfc AddressBook.sqlitedb &#62; iPhoneContacts.vcf 
Nun kann man die Kontakte in zb. Evolution(habe es nur damit getestet, [...]]]></description>
		<wfw:commentRss>http://blog.wurzt.de/index.php/2008/06/13/iphone-kontakte-als-vcard-exportieren/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
