<?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/"
	>

<channel>
	<title>Marko's Blog &#187; Apple</title>
	<atom:link href="http://blog.markojung.net/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.markojung.net</link>
	<description>Texts for friends. Irrelevant stuff.</description>
	<pubDate>Wed, 14 Apr 2010 08:08:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Looking for a job? My team is growing&#8230;</title>
		<link>http://blog.markojung.net/2010/01/looking-for-a-job-my-team-is-growing/</link>
		<comments>http://blog.markojung.net/2010/01/looking-for-a-job-my-team-is-growing/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 10:27:38 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[LinuxTag]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Pro]]></category>

		<category><![CDATA[Job]]></category>

		<category><![CDATA[Oxford]]></category>

		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=347</guid>
		<description><![CDATA[Oxford University is a great place to work and Oxford a beautiful small town to live. Our team is looking for an Apple Mac specialist. Find the the job description and application documents at the OUCS website.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ox.ac.uk">Oxford University</a> is a great place to work and <a href="http://www.oxford.gov.uk">Oxford</a> a beautiful small town to live. Our team is looking for an Apple Mac specialist. Find the the <a href="http://www.oucs.ox.ac.uk/jobs/">job description and application documents</a> at the <a href="http://www.oucs.ox.ac.uk/">OUCS</a> website.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2010/01/looking-for-a-job-my-team-is-growing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apple iPhone, Adress Book and Google Sync</title>
		<link>http://blog.markojung.net/2009/02/sync-everything-with-google/</link>
		<comments>http://blog.markojung.net/2009/02/sync-everything-with-google/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 14:46:08 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=285</guid>
		<description><![CDATA[Google announced yesterday a new service for syncing Gmail contacts and up to five Google calendars with mobile devices, even  the iPhone by offering M$ ActiveSync for compatible devices.

As expected set-up is quick and easy, even directly from the iPhone, and it works even though the beta state rather. As long as your contacts do [...]]]></description>
			<content:encoded><![CDATA[<p>Google announced yesterday a new service for <a href="http://m.google.com/sync/" target="_blank">syncing Gmail contacts and up to five Google calendars with mobile devices</a>, even  the iPhone by offering <a href="http://yro.slashdot.org/article.pl?sid=09/02/09/2330232" target="_blank">M$ ActiveSync</a> for compatible devices.</p>
<p><span id="more-285"></span></p>
<p>As expected set-up is quick and easy, even directly from the iPhone, and it works even though the beta state rather. As long as your contacts <a href="http://www.google.com/support/mobile/bin/answer.py?answer=139635&amp;topic=14252" target="_blank">do not have more than one mobile number</a>. But there is at least one new problem to solve: how to get Apple Adressbook sync again with Gmail?</p>
<p><a href="http://blog.markojung.net/wp-content/uploads/2009/02/abookgooglesync.png"><img class="alignright size-medium wp-image-287" title="Adressbook syncs with Google " src="http://blog.markojung.net/wp-content/uploads/2009/02/abookgooglesync-231x250.png" alt="Adressbook syncs with Google " width="231" height="250" /></a>Since Mac OSX 10.5.3 there is a new feature that enables Apple Address Book sync with Gmail by using the Google Data APIs Objective-C Client Library - <a href="http://www.zaphu.com/2008/05/29/how-to-enable-mac-address-book-syncing-with-googles-gmail-contacts-without-an-iphone-or-mac/" target="_blank">not only for iPhone and iPod touch owners</a>. It works very well, although not all fields are synced correctly. Maybe this is the niche commercial solutions like <a href="http://spanningsync.com/" target="_blank">Spanning Sync</a>.</p>
<p>However to re-enable the &#8220;Sync Now&#8221; function, i found a two command solution at <a href="http://www.google.com/support/forum/p/Google+Mobile/thread?tid=69dae97a4171354b&amp;hl=en#" target="_blank">Google mobile help</a>. By default, the sync client for Google is an &#8220;app client&#8221;, which means it requires some other address book to run (MobileMe, Yahoo, Exchange or an iPod contact sync) to run. To enable Google sync client to operate as a full sync client, you have to change the client type from &#8220;app&#8221; to &#8220;server&#8221;. This will enable the &#8220;Sync now&#8221; button and will make sure Google sync is run every time a sync is run.</p>
<p>To change the Google sync client type, open a terminal window and type (one line)<br />
<code>sudo defaults write /System/Library/PrivateFrameworks/GoogleContactSync.framework/Resources/ClientDescription Type 'server'</code></p>
<p>Then type the following one line command to restore the permissions on the plist file:<br />
<code>sudo chmod 644 /System/Library/PrivateFrameworks/GoogleContactSync.framework/Resources/ClientDescription.plist</code></p>
<p>You can now go in Address Book&#8217;s preferences and enable Google contacts sync, without needing to enable Yahoo sync or plug an iPod for sync to work. Optionally go into iSync &gt; Preferences and add the iSync menu to your menu bar. This let&#8217;s you see when it is syncing, and sync it manually.</p>
<p>Of course you can also initiate the synchronisation using the command line. Use this to run it periodically using launchd or cron:<code><br />
/System/Library/PrivateFrameworks/GoogleContactSync.framework/Versions/A/Resources/gconsync --sync gconclid --register 1 --username user@gmail.com --password PASSWORD --syncmode fast</code></p>
<p>Wonder why this is a so mac centric post? On my Linux workstations I am using <a href="http://www.mozilla.org/projects/calendar/sunbird/" target="_blank">Sunbird</a> in combination with the <a href="https://addons.mozilla.org/de/sunbird/addon/4631" target="_blank">Provider for Google Calendar</a> plugin and the <a href="https://addons.mozilla.org/de/thunderbird/addon/7307" target="_blank">Google contacts extension</a> for Thunderbird since ages without having any trouble. But getting the the Apple stuff to work right with Google took me quite some time. Kudos to Michael Shick!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2009/02/sync-everything-with-google/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
