<?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>wojciech gabryś &#187; tips</title>
	<atom:link href="http://blog.wojciechgabrys.com/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wojciechgabrys.com</link>
	<description>(development + blog) * geek stuff - girly crap = devlog!</description>
	<lastBuildDate>Mon, 14 Sep 2009 19:30:58 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using iPhone with multiple machines</title>
		<link>http://blog.wojciechgabrys.com/2009/09/14/using-iphone-with-multiple-machines/</link>
		<comments>http://blog.wojciechgabrys.com/2009/09/14/using-iphone-with-multiple-machines/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 19:19:48 +0000</pubDate>
		<dc:creator>Wojciech Gabryś</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blog.wojciechgabrys.com/?p=137</guid>
		<description><![CDATA[Up to this day, the biggest downside of using iPhone was inability to transfer new music and listening to it via iTunes at work, while the phone was synced with my mac at home. Today it hit me – there has to be an unique identifier, that main iTunes library pushes to the iPhone, and [...]]]></description>
			<content:encoded><![CDATA[<p>Up to this day, the biggest downside of using iPhone was inability to transfer new music and listening to it via iTunes at work, while the phone was synced with my mac at home. Today it hit me – there has to be an unique identifier, that main iTunes library pushes to the iPhone, and the synchronization can have place only when both fingerprints are identical. So what if the both machines would have the same fingerprints? Turns out – it works!</p>
<p>Go to your main mac, locate your iTunes Library XML file (stored by default at <code>~/Music/iTunes/iTunes Library.xml</code>) and open it using any text editor. The bit we&#8217;re interested in is the <em>hashed string</em> in the <em>second line</em>:</p>
<pre class="brush: xml">
&lt;key&gt;Library Persistent ID&lt;/key&gt;
&lt;string&gt;242B31B57412A12E&lt;/string&gt;</pre>
<p>Copy/note the above string (242B31B57412A12E) and go to your second machine, where you have to create a new iTunes Library (run iTunes while holding ALT/OPT key pushed). I tried to pull this out with a preexisting iTunes Music Library, but without any positive outcome. However creating and editing a fresh library helped to achieve my goal.</p>
<p><img class="aligncenter size-full wp-image-147" title="new library" src="http://blog.wojciechgabrys.com/wp-content/uploads/2009/09/newLib1.png" alt="new library" width="500" height="198" />After iTunes started up with a blank library, quit it and locate new iTunes music library XML file. Open it with a text editor, remember old hash, swap it with a previously copied one, and save it.</p>
<p>Unfortunately it&#8217;s not the end of our work &#8211; there&#8217;s another place where this hashed string is stored &#8211; <strong>iTunes Library</strong> file. It&#8217;s a binary file and editing it is a bit harder, than before. Go get yourself a Hex Editor (freeware <a href="http://ridiculousfish.com/hexfiend/">Hex Fiend</a> will do the trick), and load the binary.</p>
<p><img class="aligncenter size-full wp-image-156" title="hex editor" src="http://blog.wojciechgabrys.com/wp-content/uploads/2009/09/hex.png" alt="hex editor" width="535" height="350" /></p>
<p>Open Search/Replace dialog (CMD+F), and paste the hash tags appropriately (Find: hash tag from new library, Replace: hash tag from the main machine). Be sure to select Hex search method. The string should be replaced only one time (at offset 0&#215;34h). Save the binary, run iTunes, and connect your iPhone.</p>
<p>From now on you&#8217;ll be able to play music from your iPhone via iTunes and update your music without necessity of wiping out contents of your phone.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wojciechgabrys.com/2009/09/14/using-iphone-with-multiple-machines/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>View Blip.pl avatars in hi-res</title>
		<link>http://blog.wojciechgabrys.com/2009/05/02/view-blip-avatars-in-hi-res/</link>
		<comments>http://blog.wojciechgabrys.com/2009/05/02/view-blip-avatars-in-hi-res/#comments</comments>
		<pubDate>Sat, 02 May 2009 11:47:53 +0000</pubDate>
		<dc:creator>Wojciech Gabryś</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[blip]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://blog.wojciechgabrys.com/?p=96</guid>
		<description><![CDATA[Blip.pl is more or less a Polish equivalent of Twitter. If you upload a photo as an avatar, it will be resized, but the original hi-res image is still stored on the server. To view it, just drag hi-res avatar into your bookmarks bar, and click it while visiting other users&#8217; dashboards.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blip.pl">Blip.pl</a> is more or less a Polish equivalent of Twitter. If you upload a photo as an avatar, it will be resized, but the original hi-res image is still stored on the server. To view it, just drag <a href="javascript:window.location=((document.getElementById('current-user-avatar')).getAttribute('src')).split('_nano', 1)+'.jpg';">hi-res avatar</a> into your bookmarks bar, and click it while visiting other users&#8217; dashboards.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wojciechgabrys.com/2009/05/02/view-blip-avatars-in-hi-res/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr: from thumbnail to photo page</title>
		<link>http://blog.wojciechgabrys.com/2009/05/02/flickr-from-thumbnail-to-photo-page/</link>
		<comments>http://blog.wojciechgabrys.com/2009/05/02/flickr-from-thumbnail-to-photo-page/#comments</comments>
		<pubDate>Sat, 02 May 2009 10:35:42 +0000</pubDate>
		<dc:creator>Wojciech Gabryś</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[lifehacking]]></category>

		<guid isPermaLink="false">http://blog.wojciechgabrys.com/?p=88</guid>
		<description><![CDATA[Have you ever came across a thumbnail of an awesome photo/graphic linked somewhere without any info about the author?
Thumbnail address:
http://farm4.static.flickr.com/3276/2635299642_1792a9d755.jpg
Link redirecting to photo page:
http://www.flickr.com/photo.gne?id=2635299642
]]></description>
			<content:encoded><![CDATA[<p>Have you ever came across a thumbnail of an awesome photo/graphic linked somewhere without any info about the author?</p>
<p>Thumbnail address:<br />
<a href="http://farm4.static.flickr.com/3276/2635299642_1792a9d755.jpg">http://farm4.static.flickr.com/3276/<strong>2635299642</strong>_1792a9d755.jpg</a></p>
<p>Link redirecting to photo page:<br />
<a href="http://www.flickr.com/photo.gne?id=2635299642">http://www.flickr.com/photo.gne?id=<strong>2635299642</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wojciechgabrys.com/2009/05/02/flickr-from-thumbnail-to-photo-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
