<?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>Rob Garth &#187; apple</title>
	<atom:link href="http://blog.sumostyle.net/robg/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sumostyle.net/robg</link>
	<description>Mildly Useful Stuff</description>
	<lastBuildDate>Fri, 12 Aug 2011 00:36:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Connecting to an Airport Express from Linux</title>
		<link>http://blog.sumostyle.net/robg/2009/11/10/connecting-to-an-airport-express-from-linux/</link>
		<comments>http://blog.sumostyle.net/robg/2009/11/10/connecting-to-an-airport-express-from-linux/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 12:12:22 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=376</guid>
		<description><![CDATA[Wow. Karmic actually did something that really impressed me, there is support for Airport express streaming in the standard repos. To enable it: $ sudo apt-get install pulseaudio padevchooser pulseaudio-module-raop pulseaudio-module-zeroconf Then run System -&#62; Preferences -&#62; Pulse Audio Preference. Tick &#8220;Make discovereable Apple AirTunes devices available locally&#8221;. Run RhythmBox, or any app which uses [...]]]></description>
			<content:encoded><![CDATA[<p>Wow. Karmic actually did something that really impressed me, there is support for Airport express streaming in the standard repos.</p>
<p>To enable it:<br />
<code>$ sudo apt-get install pulseaudio padevchooser pulseaudio-module-raop pulseaudio-module-zeroconf</code></p>
<p>Then run <code>System -&gt; Preferences -&gt; Pulse Audio Preference</code>. Tick &#8220;Make discovereable Apple AirTunes devices available locally&#8221;.</p>
<p>Run RhythmBox, or any app which uses pulse-audio as its backend, and play some audio.</p>
<p>Run <code>Applications -&gt; Sound &amp; Video -&gt; PulseAudio Volume control</code>.</p>
<p>Select Airport Express as the output for this app.</p>
<p style="text-align: center;"><a href="http://blog.sumostyle.net/robg/wp-content/uploads/2009/11/Screenshot-Volume-Control.png"><img class="size-medium wp-image-377 aligncenter" title="Screenshot-Volume Control" src="http://blog.sumostyle.net/robg/wp-content/uploads/2009/11/Screenshot-Volume-Control.png" alt="Screenshot-Volume Control" width="550" height="320" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/11/10/connecting-to-an-airport-express-from-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dell Hackintosh, saving space and hibernate</title>
		<link>http://blog.sumostyle.net/robg/2009/08/03/dell-hackintosh-saving-space-and-hibernate/</link>
		<comments>http://blog.sumostyle.net/robg/2009/08/03/dell-hackintosh-saving-space-and-hibernate/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 02:03:03 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[hackintosh]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=356</guid>
		<description><![CDATA[Hibernate does not work on a mini 9 running OSX. But OSX does create the hibernate file which will always be as large as the amount of memory you have. On a 16GB Drive 2 gig seems an awfully large waste of space (remember as hibernate doesn&#8217;t work, the file is completey useless). Open a [...]]]></description>
			<content:encoded><![CDATA[<p>Hibernate does not work on a mini 9 running OSX. But OSX does create the hibernate file which will always be as large as the amount of memory you have.</p>
<p>On a 16GB Drive 2 gig seems an awfully large waste of space (remember as hibernate doesn&#8217;t work, the file is completey useless).</p>
<p>Open a terminal, and remove the current hibernate file:</p>
<p><code>$ sudo rm /var/vm/sleepimage</code></p>
<p>Use pmset to turn hibernation off:</p>
<p><code>$ sudo pmset -a hibernatemode 0</code></p>
<p>I also found that for some reason the system still re-created a hibernate file, though I am no sure why or under what circumstances it would do that.</p>
<p>But to make sure it doesn&#8217;t happen simply set the location of the hibernate file to /dev/null:</p>
<p><code>$ sudo pmset -a hibernatefile /dev/null</code></p>
<p>You get 2GB back &#8211; Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/08/03/dell-hackintosh-saving-space-and-hibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluetooth fixed on Dell Mini 9 Hackintosh</title>
		<link>http://blog.sumostyle.net/robg/2009/05/19/bluetooth-fixed-on-dell-mini-9-hackintosh/</link>
		<comments>http://blog.sumostyle.net/robg/2009/05/19/bluetooth-fixed-on-dell-mini-9-hackintosh/#comments</comments>
		<pubDate>Tue, 19 May 2009 11:03:57 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=349</guid>
		<description><![CDATA[I followed this post to fix Bluetooth on my dell running OS X. I would recommend just following the first post, the script included later does some bad sed(ing), it changes far more values than it needs to. Sure the script works but it is a bit of a sledge hammer approach. But following the first [...]]]></description>
			<content:encoded><![CDATA[<p>I followed this <a href="http://www.mydellmini.com/forum/mac-os-x/7215-bluetooth-terminal-mod.html">post</a> to fix Bluetooth on my dell running OS X. I would recommend just following the first post, the script included later does some bad sed(ing), it changes far more values than it needs to. Sure the script works but it is a bit of a sledge hammer approach.</p>
<p>But following the first post I now have bluetooth working great, and tethering to my iphone (3.0) working as well. It is brilliant.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/05/19/bluetooth-fixed-on-dell-mini-9-hackintosh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Replacing Mobile Me with Google Sync</title>
		<link>http://blog.sumostyle.net/robg/2009/05/18/replacing-mobile-me-with-google-sync/</link>
		<comments>http://blog.sumostyle.net/robg/2009/05/18/replacing-mobile-me-with-google-sync/#comments</comments>
		<pubDate>Mon, 18 May 2009 03:22:40 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=340</guid>
		<description><![CDATA[Thanks to a fairly new project, Google Sync, I am now nolonger interested in a mobile me account. It wasn&#8217;t the storage which interested me, and I am happy with picassa over Apple&#8217;s equivalent. But I use multiple computers, and I wanted the same calendar and mail on each computer and my iphone, and mobile me [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to a fairly new project, Google Sync, I am now nolonger interested in a mobile me account.</p>
<p>It wasn&#8217;t the storage which interested me, and I am happy with picassa over Apple&#8217;s equivalent. But I use multiple computers, and I wanted the same calendar and mail on each computer and my iphone, and mobile me seemed the best way to do it. But now with Apple&#8217;s Address book able to sync with google, and Google Sync for the phone. I have all of my computers and iPhone syncing with the Google cloud, and staying in sync with each other.</p>
<p>Google Sync is also good news for linux users, allowing syncs without itunes. I think I&#8217;ll write a howto for linux users soon.</p>
<p>Read on for a how to. <span id="more-340"></span></p>
<p><strong><br />
First Steps</strong></p>
<ul>
<li>Sync you iPhone to you Mac. Both now have the current Address Book and Calendar data.</li>
<li>Turn off Address Book syncing and Calendar syncing in iTunes. We will no longer be syncing our data this way.</li>
</ul>
<p style="text-align: center;"><a href="http://blog.sumostyle.net/robg/wp-content/uploads/2009/05/itunes-capture.png"><img class="size-medium wp-image-342 aligncenter" title="Sync Options" src="http://blog.sumostyle.net/robg/wp-content/uploads/2009/05/itunes-capture.png" alt="Sync Options" width="300" height="222" /></a></p>
<p><strong>iCal Sync</strong></p>
<p>This is probably the easiest step.</p>
<ul>
<li>Export your ical calendar to a <strong>.ics</strong> file on your computers</li>
<li>Log in to Google Calendar go to your settings and import your just exported ics file. Your Google and Off-line calendars now match.</li>
<li>Setup your ical to sync with Google Calendar. To do this I simply folowed the instructions <a href="http://www.google.com/support/calendar/bin/answer.py?hl=en&amp;answer=99358#ical">here</a>.</li>
<li>You should now have 2 calendars setup. When you are happy that the Google one is correct you can delete the old one.</li>
<li>Now all of your events entered in iCal will be stored on Google&#8217;s calendar server.</li>
</ul>
<p><strong>Address Book Sync</strong></p>
<p>This one is a little more difficult. For a computer you have plugged an iphone into for syncing you can simply tick a box in the Address Book preferences. The point is I want this to work for computers who do not sync to my iPhone normally. Also it can only be initiated by syncing the phone.</p>
<ul style="text-align: left;">
<li>Open a Terminal and type:<br />
<tt>$ defaults write ~/Library/Preferences/com.apple.iPod Devices -dict-add foo '{ "Device Class" = iPod; "Family ID" = 10001; }'</tt></li>
<li>Now open Address Book. Now under Address Book preferences you can select to sync with Google.</li>
<li>Back at the terminal type<br />
<tt>$ sudo defaults write /System/Library/PrivateFrameworks/GoogleContactSync.framework/Resources/ClientDescription Type server</tt><br />
This changes the way the sync behaves.</li>
<li>Add the Sync Menu Bar app. Open the Finder and run: Macintosh HD -&gt; System -&gt; Library -&gt; CoreServices -&gt; Menu Extras -&gt; Sync.menu</li>
<li>Run a Sync from the Menu Button, You Google Address Book is synced with you Mac one. Clean it up, and sync again.</li>
</ul>
<p><strong>On The iPhone</strong></p>
<ul>
<li>Follow Google&#8217;s instructions <a href="http://www.google.com/support/mobile/bin/answer.py?answer=138740&amp;topic=14252">here</a>.</li>
<li>When asked, allow the iPhone to delete the existing contacts and events, otherwise you will have doubles of everything.</li>
</ul>
<p>All Done! Now a change online, or from any computer or iphone will be synced to all others. Admittedly not quite as simple as MobileMe, but free is good.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/05/18/replacing-mobile-me-with-google-sync/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hackbook Mini 9</title>
		<link>http://blog.sumostyle.net/robg/2009/05/06/hackbook-mini-9/</link>
		<comments>http://blog.sumostyle.net/robg/2009/05/06/hackbook-mini-9/#comments</comments>
		<pubDate>Wed, 06 May 2009 02:11:47 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=321</guid>
		<description><![CDATA[It has been done many, many times before, but let me say, it is awesome. Wasn&#8217;t sure if I would like it or not, but it is amazing. Everything just seems to work. I have had a couple of hiccups, I cannot seem to tether a 3G phone without problems via bluetooth, and the the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://blog.sumostyle.net/robg/wp-content/uploads/2009/05/photo-91.jpg"><img class="size-medium wp-image-324 aligncenter" title="Hackbook" src="http://blog.sumostyle.net/robg/wp-content/uploads/2009/05/photo-91.jpg" alt="Hackbook" width="300" height="270" /></a></p>
<p>It has been done many, many times before, but let me say, it is awesome.</p>
<p>Wasn&#8217;t sure if I would like it or not, but it is amazing. Everything just seems to work. I have had a couple of hiccups, I cannot seem to tether a 3G phone without problems via bluetooth, and the the trackpad simply sucks, but it is great.</p>
<p>I used the howto from gizmodo: <a href="http://gizmodo.com/5156903/how-to-hackintosh-a-dell-mini-9-into-the-ultimate-os-x-netbook">http://gizmodo.com/5156903/how-to-hackintosh-a-dell-mini-9-into-the-ultimate-os-x-netbook</a>.</p>
<p>There is just one simple error in the post. Once you have booted from the usb, device 80 is the USB stick, not the SSD. All you have to do is select device 81, and you can boot from the internal drive. You do not need to use a CD Drive for the second part of the process like the howto suggests.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/05/06/hackbook-mini-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Libraries, 1 iPhone</title>
		<link>http://blog.sumostyle.net/robg/2009/04/14/2-libraries-1-iphone/</link>
		<comments>http://blog.sumostyle.net/robg/2009/04/14/2-libraries-1-iphone/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 00:33:27 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=319</guid>
		<description><![CDATA[My primary computer for syncing is my machine at work, but I occasionally want to add files from my home machines as well, and the iPhone will only sync with one library. I found this: http://www.andrewgrant.org/2008/03/30/how-to-sync-an-iphone-with-two-or-more-computers.html]]></description>
			<content:encoded><![CDATA[<p>My primary computer for syncing is my machine at work, but I occasionally want to add files from my home machines as well, and the iPhone will only sync with one library.</p>
<p>I found this: <a href="http://www.andrewgrant.org/2008/03/30/how-to-sync-an-iphone-with-two-or-more-computers.html">http://www.andrewgrant.org/2008/03/30/how-to-sync-an-iphone-with-two-or-more-computers.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/04/14/2-libraries-1-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard, sudo, proxies and environment variables</title>
		<link>http://blog.sumostyle.net/robg/2009/04/03/leopard-sudo-proxies-and-environment-variables/</link>
		<comments>http://blog.sumostyle.net/robg/2009/04/03/leopard-sudo-proxies-and-environment-variables/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 01:24:37 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[leopard]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=311</guid>
		<description><![CDATA[Wow, just ran into this problem. The sudoers file on leopard has some new settings as default, which means that if you have environment variables set, they will not be inherited as superuser unless they are explicitly set. # Defaults specification Defaults        env_reset Defaults        env_keep += "BLOCKSIZE" Defaults   [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, just ran into this problem. The sudoers file on leopard has some new settings as default, which means that if you have environment variables set, they will not be inherited as superuser unless they are explicitly set.</p>
<pre><code># Defaults specification
Defaults        env_reset
Defaults        env_keep += "BLOCKSIZE"
Defaults        env_keep += "COLORFGBG COLORTERM"
Defaults        env_keep += "__CF_USER_TEXT_ENCODING"
Defaults        env_keep += "CHARSET LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE"
Defaults        env_keep += "LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME"
Defaults        env_keep += "LINES COLUMNS"
Defaults        env_keep += "LSCOLORS"
Defaults        env_keep += "SSH_AUTH_SOCK"
Defaults        env_keep += "TZ"
Defaults        env_keep += "DISPLAY XAUTHORIZATION XAUTHORITY"
Defaults        env_keep += "EDITOR VISUAL"</code></pre>
<p>At work I am behind a proxy, commands run as root from the terimnal are not inheriting my terminals proxy settings. MacPorts was failing.</p>
<p>There are 2 solutions.</p>
<p>Explicitly state the environment variable in the command line:</p>
<pre><code>$ sudo env http_proxy=http://proxy.url:port/ command</code></pre>
<p>or, add the environmant variable <code>"http_proxy"</code> to the list in <code>/etc/sudoers</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/04/03/leopard-sudo-proxies-and-environment-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3.0</title>
		<link>http://blog.sumostyle.net/robg/2009/03/21/iphone-30/</link>
		<comments>http://blog.sumostyle.net/robg/2009/03/21/iphone-30/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 04:00:25 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[optus]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=304</guid>
		<description><![CDATA[I just got my phone upgraded to the developer release of 3.0. It&#8217;s nice, I haven&#8217;t found it particularly slower than before, which I was worried about. Tethering is awesome. The MMS and cut and paste has been implemented very well. I haven&#8217;t encountered any major bugs yet either, although it seems other have. My [...]]]></description>
			<content:encoded><![CDATA[<p>I just got my phone upgraded to the developer release of 3.0. It&#8217;s nice, I haven&#8217;t found it particularly slower than before, which I was worried about.</p>
<p>Tethering is awesome. The MMS and cut and paste has been implemented very well.</p>
<p>I haven&#8217;t encountered any major bugs yet either, although it seems other have. My biggest problem is that with Optus I cannot as yet mms and use the internet. I have to change the APN in the settings to the appropriate one for either task and then restart the iphone. So basically I don&#8217;t actually have mms working. But we are still a while from the the official launch and I am sure optus and apple can work it out by then.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/03/21/iphone-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remounting network drives on OSX</title>
		<link>http://blog.sumostyle.net/robg/2009/02/16/remounting-network-drives-on-osx/</link>
		<comments>http://blog.sumostyle.net/robg/2009/02/16/remounting-network-drives-on-osx/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 00:13:10 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=297</guid>
		<description><![CDATA[Why do I overcomplicate things. I wanted to have a few SMB shares mount on my apple workstation every time I login. I couldn&#8217;t work out how. I thought about automount, I thought about writing an apple script, and then my retired uncle showed me how, its simple. In system preferences -&#62; accounts -&#62; login [...]]]></description>
			<content:encoded><![CDATA[<p>Why do I overcomplicate things.</p>
<p>I wanted to have a few SMB shares mount on my apple workstation every time I login. I couldn&#8217;t work out how. I thought about automount, I thought about writing an apple script, and then my retired uncle showed me how, its simple.</p>
<p>In system preferences -&gt; accounts -&gt; login items, simply add the volumes. If the passwords are stored in your keychain they will remount every time you login.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/02/16/remounting-network-drives-on-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Triple boot Mac/Linux/Windows</title>
		<link>http://blog.sumostyle.net/robg/2008/11/01/triple-boot-maclinuxwindows/</link>
		<comments>http://blog.sumostyle.net/robg/2008/11/01/triple-boot-maclinuxwindows/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 07:19:38 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=267</guid>
		<description><![CDATA[Found this great article on doing triple boot without needing grub to boot windows. http://www.anomalousanomaly.com/2008/10/31/triple-booting-your-mac/]]></description>
			<content:encoded><![CDATA[<p>Found this great article on doing triple boot without needing grub to boot windows.</p>
<p><a href="http://www.anomalousanomaly.com/2008/10/31/triple-booting-your-mac/trackback/">http://www.anomalousanomaly.com/2008/10/31/triple-booting-your-mac/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2008/11/01/triple-boot-maclinuxwindows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

