<?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>mendax.org &#187; hacks</title>
	<atom:link href="http://mendax.org/tag/hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://mendax.org</link>
	<description>A mental brouhaha, est. 1996.</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:53:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Apple TV 2G, aTV Flash, and Greenpois0n.</title>
		<link>http://mendax.org/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmendax.org%2F2011%2F02%2F14%2Fapple-tv-2g-atv-flash-and-greenpois0n%2F&#038;seed_title=Apple+TV+2G%2C+aTV+Flash%2C+and+Greenpois0n.</link>
		<comments>http://mendax.org/2011/02/14/apple-tv-2g-atv-flash-and-greenpois0n/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 04:58:43 +0000</pubDate>
		<dc:creator>WyldKard</dc:creator>
				<category><![CDATA[Techno-Shaman]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[appletv]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[television]]></category>

		<guid isPermaLink="false">http://mendax.org/2011/02/14/apple-tv-2g-atv-flash-and-greenpois0n/</guid>
		<description><![CDATA[We held off on buying aTV Flash for the 2G Apple TV because we didn&#8217;t want to deal with a tethered jailbreak; the idea of having to connect our Apple TV to a Mac whenever it needed a reboot or lost power, was too much of a hassle to bear. So we waited. Fortunately, GreenPois0n [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">W</span>e held off on buying aTV Flash for the 2G <a href="http://mendax.org/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with apple">Apple</a> TV because we didn&#8217;t want to deal with a tethered jailbreak; the idea of having to connect our <a href="http://mendax.org/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with apple">Apple</a> TV to a Mac whenever it needed a reboot or lost power, was too much of a hassle to bear. So we waited.</p>

<p>Fortunately, GreenPois0n RC6, released only days ago, finally offers an untethered jailbreak for the 2G Apple TV, so after hearing this, we promptly downloaded GreenPois0n and bought aTV Flash. Sadly, getting everything to play nicely together wasn&#8217;t as easy.</p>

<p>First off, our box-of-cables didn&#8217;t have a micro USB cable in it. Apparently, we owned every USB cable variant in existence, but not a micro USB. Best Buy was sold out, but a trip to Radio Shack paid off. Unfortunately, the cable was $25, but we didn&#8217;t want to wait.</p>

<h3>Step One: update the Apple TV.</h3>

<p>First, we upgraded our Apple TV to the latest firmware. We held off on doing this earlier because we weren&#8217;t sure if this would make a jailbreak more difficult in the future. Fortunately, GreenPois0n works with the latest Apple TV firmware.</p>

<h3>Step Two: <em>green-poisoning</em></h3>

<p>We ran the GreenPois0n app, but there was a problem: every time we followed the prompts in the app, the jailbreak would fail, or GreenPois0n would crash. One time, the progress bar sat for half an hour without anything happening. So, we decided to switch things up a little.</p>

<p>Instead of following GreenPois0n&#8217;s prompts, we ran the app, clicked &#8220;yes&#8221; when it asked us if we wanted to jailbreak an Apple TV, and then held off on clicking the jailbreak button. Instead, we plugged our Apple TV&#8217;s micro USB cable in, then immediately the power cable, and then held down the menu and down buttons on the Apple TV remote. Once the lights on the Apple TV started to blink extremely fast (about seven seconds), we released the buttons on the remote. Then, we immediately pressed the menu and play/pause buttons until the light on the front of the Apple TV again began blinking very fast. This took another seven seconds or so, after which we released the buttons on the remote.</p>

<p>At this point, we pressed the jailbreak button in GreenPois0n. What we did here is put the Apple TV in DFU mode, which is what GreenPois0n needs to work.</p>

<p>After GreenPois0n prompted that it was finished, we waited 40 seconds and then disconnected the micro USB cable, and hooked the Apple TV back up to our <a href="http://mendax.org/tag/television/" class="st_tag internal_tag" rel="tag" title="Posts tagged with television">television</a>.</p>

<p>Then, we ran the GreenPois0n installer from the Apple TV itself. Quick and easy.</p>

<h3>Step Three: <em>fire-coring</em>.</h3>

<p>We ran the aTV Flash program on our Mac, and when it finished, our Apple TV had all the necessary files to install Last.FM, Plex, etc. Unfortunately, we had two problems: when we rebooted our Apple TV, there was no maintenance menu to install any aTV goodies, and we lost our wifi connection. It turns out, this is a problem with the GreenPois0n jailbreak, but it&#8217;s easy enough to fix.</p>

<h3>Step Four: damage control.</h3>

<p>We connected the Apple TV to our network via an ethernet cable. We then launched Terminal on our Mac and connected to our Apple TV (ssh root@apple-tv.local). The password is &#8220;alpine&#8221;.</p>

<p>Once in, we entered the following sequence of commands:</p>

<pre>apt-get update
apt-get remove com.nito.nitotv
apt-get install com.nito.nitotv
killall <a href="http://mendax.org/tag/appletv/" class="st_tag internal_tag" rel="tag" title="Posts tagged with appletv">AppleTV</a></pre>

<p>When these commands finished, we exited SSH (exit).</p>

<p>Wifi was back at this point, but still no maintenance menu. Again, easy enough to fix; we entered NitoTV, and updated it. Then, we went to the Install <a href="http://mendax.org/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with software">Software</a> menu, and on the very bottom, went to Update All. We then rebooted. Lo and behold, the maintenance menu was now present, with wifi working.</p>

<h3>Step Five: profit.</h3>

<p>From the maintenance menu, we installed Plex, which was the main reason we wanted aTV to begin with. We haven&#8217;t gotten so far as to install anything else yet, but the fact that we can now access all our video files from our Mac is fantastic. It&#8217;s also much easier than the idea of running Plex on our iPad or <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a>, and using AirPlay to stream the files to our Apple TV, if and when such a feature ever makes it into a future Plex client.</p>

<p>With this setup, we can now technically remove our Mac Mini from our entertainment center, because the Apple TV is now a fully capable media center in its own right. About the only thing missing is an OnLive client, but who knows, maybe we&#8217;ll get that, too.</p>

<hr />

<p><strong>Similar Posts:</strong></p>

<ul class="similar-posts"><li><a href="http://mendax.org/2010/11/24/apple-tv-airplay-and-plex/" rel="bookmark" title="November 24, 2010">Apple TV, AirPlay, and Plex.</a> &#8211; When we mentioned jailbreaking the Apple TV, we didn&#8217;t make clear that yes, a jailbreak for Apple TV&#8230;</li><br />

<li><a href="http://mendax.org/2010/11/22/overcoming-apple-tvs-file-type-limitations/" rel="bookmark" title="November 22, 2010">Overcoming Apple TV&#8217;s file-type limitations.</a> &#8211; We really want to like the new Apple TV. For one, it&#8217;s cheap for a media center at only $100. Two, i&#8230;</li><br />

<li><a href="http://mendax.org/2008/07/19/how-to-jailbreak-and-unlock-a-2g-iphone-20/" rel="bookmark" title="July 19, 2008">How to jailbreak and unlock a 2G iPhone (2.0).</a> &#8211; The iPhone Dev Team, a group of hackers who have made it their mission to jailbreak and unlock iPhon&#8230;</li><br />
</ul>

<!-- Similar Posts took 10.165 ms -->
]]></content:encoded>
			<wfw:commentRss>http://mendax.org/2011/02/14/apple-tv-2g-atv-flash-and-greenpois0n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade to iOS 4 and lose cellular data?</title>
		<link>http://mendax.org/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmendax.org%2F2010%2F06%2F25%2Fupgrade-to-ios-4-and-lose-cellular-data%2F&#038;seed_title=Upgrade+to+iOS+4+and+lose+cellular+data%3F</link>
		<comments>http://mendax.org/2010/06/25/upgrade-to-ios-4-and-lose-cellular-data/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 14:38:53 +0000</pubDate>
		<dc:creator>WyldKard</dc:creator>
				<category><![CDATA[Techno-Shaman]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[at&t]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://mendax.org/?p=2053</guid>
		<description><![CDATA[A number of people have reported losing data over AT&#38;T when upgrading older iPhones to iOS 4. The culprit isn&#8217;t clear, though many owners reported jailbreaking their iPhones in the past, though this doesn&#8217;t appear to be a universal factor. Regardless, the common solution for getting data back is to restore the iPhone from a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">A</span> number of people have reported losing data over <a href="http://mendax.org/tag/att/" class="st_tag internal_tag" rel="tag" title="Posts tagged with at&amp;t">AT&amp;T</a> when upgrading older iPhones to iOS 4. The culprit isn&#8217;t clear, though many owners reported jailbreaking their iPhones in the past, though this doesn&#8217;t appear to be a universal factor. Regardless, the common solution for getting data back is to restore the <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a> from a previous state, sometimes using a different admin account on an OS X system in order to force iTunes into re-downloading the iOS 4 update.</p>

<p>We underwent the same loss of data after upgrading our 3GS, and though a restore worked after setting the iPhone up as a new phone, we weren&#8217;t happy with losing all our data. (Restoring from a previous backup didn&#8217;t work, even after restoring the firmware and setting the iPhone up as a new device.) Fortunately, we found a solution that worked, which doesn&#8217;t require one to restore the iPhone at all.</p>

<p>It seems that the loss of data may be tied to AT&amp;T&#8217;s carrier file, which may have ben corrupted/changed on older iPhones (possibly after jailbreaking or installing jailbreak apps). To fix this, get on a wifi network, and from the iPhone, head over to <a href="http://help.benm.at">HELP.BENM.AT</a> and follow the links to obtain the carrier file for your respective service provider. Once the file has been installed, you&#8217;ll be back up and running with cellular data, without having spent the time to set up your iPhone as a brand new device.</p>

<hr />

<p><strong>Similar Posts:</strong></p>

<ul class="similar-posts"><li><a href="http://mendax.org/2010/06/30/still-no-ios-app-data-backup-in-itunes/" rel="bookmark" title="June 30, 2010">Still no iOS app data backup in iTunes?</a> &#8211; We&#8217;ve now seen four generations of iPhones, have witnessed iterations of the <a href="http://mendax.org/tag/ipod/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ipod">iPod</a> Touch, and seen th&#8230;</li><br />

<li><a href="http://mendax.org/2009/10/05/upgrading-iphone-3-0-1-to-jailbroken-3-1/" rel="bookmark" title="October 5, 2009">Upgrading iPhone 3.0.1. to jailbroken 3.1.</a> &#8211; Since we picked up an iPhone 3GS a couple months back, our jailbroken/unlocked 2G iPhone has been si&#8230;</li><br />

<li><a href="http://mendax.org/2008/07/19/how-to-jailbreak-and-unlock-a-2g-iphone-20/" rel="bookmark" title="July 19, 2008">How to jailbreak and unlock a 2G iPhone (2.0).</a> &#8211; The iPhone Dev Team, a group of hackers who have made it their mission to jailbreak and unlock iPhon&#8230;</li><br />
</ul>

<!-- Similar Posts took 15.415 ms -->
]]></content:encoded>
			<wfw:commentRss>http://mendax.org/2010/06/25/upgrade-to-ios-4-and-lose-cellular-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multitasking a death-knell for jailbreaking?</title>
		<link>http://mendax.org/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmendax.org%2F2010%2F03%2F12%2Fmultitasking-a-death-knell-for-jailbreaking%2F&#038;seed_title=Multitasking+a+death-knell+for+jailbreaking%3F</link>
		<comments>http://mendax.org/2010/03/12/multitasking-a-death-knell-for-jailbreaking/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 21:01:26 +0000</pubDate>
		<dc:creator>WyldKard</dc:creator>
				<category><![CDATA[Techno-Shaman]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://mendax.org/?p=1966</guid>
		<description><![CDATA[It was only nine months ago when we wondered whether there was little reason left for jailbreaking an iPhone. Apple has continued to move OS X Mobile in a generally positive direction, and rumours of the 4.0 OS version supporting multitasking for certain applications is welcome news. Per our last mendax.iphone app roundup, we only [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">I</span>t was only nine months ago when we wondered whether there was <a href="http://mendax.org/2009/06/18/little-reason-left-for-jailbreaking/" title="Little reason left for jailbreaking.">little reason left for jailbreaking</a> an <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a>. <a href="http://mendax.org/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with apple">Apple</a> has continued to move OS X <i>Mobile</i> in a generally positive direction, and rumours of the 4.0 OS version <a href="http://feedproxy.google.com/~r/TheIphoneBlog/~3/UDibLabhbd4/" title="Multitasking support to be included in Apple's iPhone OS 4.0 software.">supporting multitasking</a> for certain applications is welcome news.</p>

<p>Per our last <a href="http://mendax.org/2009/02/09/mendaxiphone/" title="mendax.iphone">mendax.iphone</a> app roundup, we only list six must-have apps requiring a jailbreak, two of which relate to multitasking. What&#8217;s left are apps that are situation dependent, with only SBSettings remaining as a &#8220;must-have&#8221;. This begs the question, &#8220;Is it worth jailbreaking after every iPhone OS upgrade just to toggle features on/off quicker, and maybe hide icons from the Springboard?&#8221; It&#8217;s a question we&#8217;re asking ourselves now that we&#8217;re counting on multiasking appearing sometime this summer. We hate to say it, but our gut reaction is &#8220;no.&#8221;</p>

<hr />

<p><strong>Similar Posts:</strong></p>

<ul class="similar-posts"><li><a href="http://mendax.org/2009/06/18/little-reason-left-for-jailbreaking/" rel="bookmark" title="June 18, 2009">Little reason left for jailbreaking.</a> &#8211; When jailbreaking first began on the iPhone, allowing users to install third-party applications, the&#8230;</li><br />

<li><a href="http://mendax.org/2010/06/25/upgrade-to-ios-4-and-lose-cellular-data/" rel="bookmark" title="June 25, 2010">Upgrade to iOS 4 and lose cellular data?</a> &#8211; A number of people have reported losing data over AT&#038;T when upgrading older iPhones to iOS 4. The cu&#8230;</li><br />

<li><a href="http://mendax.org/2009/10/05/upgrading-iphone-3-0-1-to-jailbroken-3-1/" rel="bookmark" title="October 5, 2009">Upgrading iPhone 3.0.1. to jailbroken 3.1.</a> &#8211; Since we picked up an iPhone 3GS a couple months back, our jailbroken/unlocked 2G iPhone has been si&#8230;</li><br />
</ul>

<!-- Similar Posts took 14.877 ms -->
]]></content:encoded>
			<wfw:commentRss>http://mendax.org/2010/03/12/multitasking-a-death-knell-for-jailbreaking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mendax.iphone v3.0.</title>
		<link>http://mendax.org/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmendax.org%2F2010%2F01%2F27%2Fmendax-iphone-v3-0%2F&#038;seed_title=mendax.iphone+v3.0.</link>
		<comments>http://mendax.org/2010/01/27/mendax-iphone-v3-0/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:54:16 +0000</pubDate>
		<dc:creator>WyldKard</dc:creator>
				<category><![CDATA[Techno-Shaman]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://mendax.org/?p=1929</guid>
		<description><![CDATA[With word-on-the-street that the iTablet will emerge from the Pandora&#8217;s Box that is Apple&#8217;s campus later today, and with all signs pointing towards the iTablet leveraging the iPhone&#8217;s version of OS X (and with it, the AppStore), it makes sense to identify apps that no iPhone user should be without. That is to say, must-have [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">W</span>ith word-on-the-street that the <i>iTablet</i> will emerge from the Pandora&#8217;s Box that is <a href="http://mendax.org/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with apple">Apple</a>&#8217;s campus later today, and with all signs pointing towards the iTablet leveraging the <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a>&#8217;s version of OS X (and with it, the AppStore), it makes sense to identify apps that no <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a> user should be without. That is to say, must-have apps for the <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a> could very well become must-have apps for the iTablet as well, so it&#8217;s high-time that we updated our ongoing <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a> compilation.</p>

<p>Perhaps the most important change to this update of <a href="http://mendax.org/2009/02/09/mendaxiphone/" title="mendax.iphone">mendax.iphone</a> is clarifying its audience. Before, we included most apps that resided on our iPhone, with the exceptions being apps very specific to our personal needs. The change we&#8217;re making with this updated compilation is in removing niche apps, and focusing on daily use. The change is a practical one; our iPhone includes a hodge-podge of apps that simply aren&#8217;t useful for everyone. Our goal with this revision is to tailor our recommendations to the average iPhone user, whereby &#8220;average&#8221; we include not only non-nerds, but some overlap with more geeky computer users who can benefit from some of the more advanced features some of the compilation&#8217;s components offer. The name change also opens the possibility of us focusing in on niche app markets for future updates (i.e. creating a mendax.iphone section for photo apps, or games).</p>

<p>The (major) revision coincidentally lets us drop a &#8220;3.0&#8243; title to the compilation, mirroring the general release number for the current iPhone OS. We may or may not stick with mirroring the major revision numbers for iPhone OS releases, but we&#8217;re fond of the coincidence at the moment. If we do stick with it, it conveniently gives us time to evaluate new apps for inclusion at fairly regular intervals.</p>

<p>One last note is our philosophy on the compilation in general. Our goal is not to list every <i>great</i> or even <i>well done</i> app for the daily user. We&#8217;re minimalists at heart, so rather than list three apps that do different things extremely well, we&#8217;d rather list one app that does the same thing only <i>fairly</i> well. In other words, we&#8217;d prefer to have less apps on the springboard, even if it means that we don&#8217;t get the absolute best experience in one particular area. There may be exceptions to this rule from time to time, but regardless, we won&#8217;t list bad apps just for the sake of minimalism; we lean towards minimalism, but still seek to offer an above-average user experience.</p>

<p>So let&#8217;s take a look at what&#8217;s changed.</p>

<h3>AppStore apps we decided to get rid of.</h3>

<p>We removed some apps in the 3.0 <a href="http://mendax.org/2009/02/09/mendaxiphone/" title="mendax.iphone">mendax.iphone</a> revision, because their functionality now exists in other apps, else we no longer think they&#8217;re that great in the first place. For example, we removed the Flashlight app, as we found launching it cumbersome when wanting, say, a quick red light, as the app wasn&#8217;t used enough to reside on our home screen, and even then, the bright flash of the home screen itself was adequate for most uses, and distractive if we then followed up with our intended red light for low-light reading use. In the rare cases where the home screen itself wasn&#8217;t bright enough, launching any app with a predominantly white screen/background worked just as well, and didn&#8217;t take up a valuable springboard icon slot.</p>

<p>DVR Remote was taken off our iPhone as well, since there&#8217;s a basic DVR remote built into i.TV now. i.TV isn&#8217;t as good as the many applications it&#8217;s replaced, but the fact that it does so much by itself is impressive. With Backgrounder enabled for i.TV when we&#8217;re home, it&#8217;s easy to jump over to the remote when we need it, instead of digging through sub-menus every time we launch i.TV just to get to the remote. Ideally, i.TV would make the remote feature easier to get to, but it&#8217;s fine for the limited use it gets at home.</p>

<p>We pulled HearPlanet from our lineup because we rarely used it. Maybe the paid-for versions are better, and we still recommend the free version if you&#8217;re in avid tourist-mode, but for daily applications, it&#8217;s not a must-have app. We pulled Urbanspoon also, because even though it&#8217;s a nice novelty, especially when trolling the same-old neighborhoods, we&#8217;re just as happy with Yelp, which does more even though it&#8217;s not necessarily the most elegant random-food-spot-finder. Both of these apps would be good nominations for a future iPhone tourist app section, however.</p>

<p>The MySpace app got the boot because, quite frankly, almost everyone worthwhile has moved onto Facebook, and keeping up with two social networks seemed pointless, especially when one of them is quite clearly dying. We also found the Weather Channel app nice, but ultimately rarely launched it; even though the built-in weather app was spartan in comparison, we rarely found the need for an in-depth weather forecast.</p>

<h3>The AppStore apps we replaced.</h3>

<p>With this 3.0 release, we replaced 1Password with 1Password Pro, though at the very least, we still recommend its non-Pro sibling. The application, primarily because of its ability to sync with the desktop component, is a fantastic tool not only for holding various online logins, but to securely keep track of all the various OS X licenses one has purchased, as well as the miscellaneous wallet items regularly filling up one&#8217;s, well, <i>wallet</i>.</p>

<p>We&#8217;ve temporarily replaced Air Sharing for Air Sharing Pro. The latter can handle larger PDF files, and has built-in FTP capabilities in case you need it.</p>

<p>The 2.0 version of our compilation included iHandy Level, but we&#8217;ve since upgraded that to the full iHandy Carpenter suite. In truth, we mostly only use the level and ruler components, but the other tools are nice to have in the rare situations we need them.</p>

<p>SnapTell, while quite awesome, is an app we replaced with Red Laser. It&#8217;s just way easier to scan barcodes than book covers, and Red Laser lets us look up items that aren&#8217;t books and movies, which has made it a much better shopping companion than SnapTell.</p>

<p>While we were fans of TwitterFon (now EchoFon) in the past, we spent some time evaluating paid Twitter clients, as ads in some of the free apps were becoming distracting. We used Twittelator Pro for some time, but eventually landed on Tweetie (and later Tweetie 2), and haven&#8217;t looked back since. We still recommend Twittelator Pro if one wants every feature known to man, but for slightly above-average features and a much nicer user experience, Tweetie 2 simply beats other iPhone Twitter clients within an inch of their digital lives.</p>

<h3>The AppStore apps we added.</h3>

<p>While we used to look up unit conversions using Google, there were times that we couldn&#8217;t, on account of not having any cellular access in certain locations, like in the back of our local grocery store. We looked into the various unit conversion apps, and Convertbot stood out. It sports a very nice UI, and has a pretty complete set of units to convert to and from.</p>

<p>We used Air Sharing for some time to view PDF files, but then the app crashed on some of our larger files. We found that because Air Sharing (and its Pro version) render the full PDF file at one time, it&#8217;s more limited by file sizes. So, we picked up Good Reader, which is designed to display much larger PDF files, because it only renders one page at a time. It also has more reader-friendly options than Air Sharing, so compliments Air Sharing nicely.</p>

<p>While Red Laser meets our price-comparison expectations well, we picked up Good Guide to scan barcodes and get product information. For example, one can scan an item to find out how ethical the respective company is, or how healthy the product is. Great for comparing items in one&#8217;s local grocery store without having to compare the often misleading nutrition information.</p>

<p>As Starbucks drinkers, we picked up Mobile Card, which lets us reload our Starbucks card of choice, and keep tabs on what the current balance is. When heading west, we can even pay for our drinks at some stores via the iPhone alone.</p>

<p>Finally, we have myWireless, which is <a href="http://mendax.org/tag/att/" class="st_tag internal_tag" rel="tag" title="Posts tagged with at&amp;t">AT&amp;T</a>&#8217;s auditing tool for looking at how many minutes were used on your iPhone plan. Also lets you check data use, et al. Also, you can pay your monthly bill, so for everyone not jailbroken and using T-Mobile, this app is quite handy.</p>

<h3>Cydia apps we decided to get rid of.</h3>

<p>We decided to dump categories after we started using the left-of-homescreen text-entry method of launching apps buried multiple right-finger-slides over. Categories is definitely useful in concept, but it still leaves something to be desired, and maybe that&#8217;s just a matter of better integration with the OS, which is likely not possible. It&#8217;s still a great app launcher but it&#8217;s simply caused us too many problems in the past to have to set up again and again.</p>

<p>While Winterboard is still the best customization app for springboard, we found actual customization arduous, since no theme has icons for every app out there, and such app icons tend to jibe with a theme&#8217;s atmosphere. Overall, still a great app, just not one we consider &#8220;must-have&#8221; anymore.</p>

<h3>Cydia apps we added.</h3>

<p>Not liking the fact that we couldn&#8217;t download files larger than 10MB via 3G/EDGE, we picked up 3G Unrestrictor, which tricks apps into thinking they&#8217;re on wifi. Great for downloading apps and podcasts while on the road.</p>

<p>Unsatisfied that Apple still hasn&#8217;t approved a Google Voice app, we grabbed GV Mobile to take care of out virtual-phone-number needs.</p>

<p>Finally, to compliment Backgrounder, we grabbed ProSwitcher, which makes switching between apps easy and intuitive, without us having to jump back and forth to the springboard.</p>

<hr />

<p><strong>Similar Posts:</strong></p>

<ul class="similar-posts"><li><a href="http://mendax.org/2009/06/17/mendax-iphone-2-0/" rel="bookmark" title="June 17, 2009">mendax.iphone 2.0.</a> &#8211; As we hadn&#8217;t updated our recommended iPhone apps compilation in some time, we thought that a quick r&#8230;</li><br />

<li><a href="http://mendax.org/2009/02/09/mendaxiphone/" rel="bookmark" title="February 9, 2009">mendax.iphone</a> &#8211; v3.0 Apple&#8217;s iPhone has changed the way many of us go about our daily lives, not because the iPhone &#8230;</li><br />

<li><a href="http://mendax.org/2009/02/08/mendaxmac-v116/" rel="bookmark" title="February 8, 2009">mendax.mac v1.16.</a> &#8211; We finally got around to updating our recommended list of OS X applications, bringing the virtual &#8220;d&#8230;</li><br />
</ul>

<!-- Similar Posts took 19.154 ms -->
]]></content:encoded>
			<wfw:commentRss>http://mendax.org/2010/01/27/mendax-iphone-v3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading iPhone 3.0.1. to jailbroken 3.1.</title>
		<link>http://mendax.org/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmendax.org%2F2009%2F10%2F05%2Fupgrading-iphone-3-0-1-to-jailbroken-3-1%2F&#038;seed_title=Upgrading+iPhone+3.0.1.+to+jailbroken+3.1.</link>
		<comments>http://mendax.org/2009/10/05/upgrading-iphone-3-0-1-to-jailbroken-3-1/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 21:00:32 +0000</pubDate>
		<dc:creator>WyldKard</dc:creator>
				<category><![CDATA[Techno-Shaman]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[instruction]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[phones]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://mendax.org/?p=1843</guid>
		<description><![CDATA[Since we picked up an iPhone 3GS a couple months back, our jailbroken/unlocked 2G iPhone has been sitting on a shelf collecting dust, as though a forgotten relic in the battle against Big Apple. Now forced to use AT&#38;T, which drops calls at an alarming rate compared to our experience with the 2G iPhone on [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">S</span>ince we picked up an <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a> 3GS a couple months back, our jailbroken/unlocked 2G <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a> has been sitting on a shelf collecting dust, as though a forgotten relic in the battle against Big <a href="http://mendax.org/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with apple">Apple</a>. Now forced to use <a href="http://mendax.org/tag/att/" class="st_tag internal_tag" rel="tag" title="Posts tagged with at&amp;t">AT&amp;T</a>, which drops calls at an alarming rate compared to our experience with the 2G iPhone on T-Mobile, we&#8217;re still happy with our service overall, if only because the iPhone user experience, occasional dropped call or not, is still better than using any other cellular phone in the United States. Yes, that&#8217;s how great the iPhone 3GS is, and why <a href="http://mendax.org/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with apple">Apple</a>&#8217;s market dominance in this area continues to swell.</p>

<p>That said, the iPhone isn&#8217;t perfect, and one of the imperfect things about it is the fact that Big Apple is doing its damndest to keep the iPhone user experience consistent, and in doing so, limiting the types of applications that developers can release in the AppStore. Now, admittedly, the need to jailbreak an iPhone in order to run third-party &#8220;<a href="http://mendax.org/tag/homebrew/" class="st_tag internal_tag" rel="tag" title="Posts tagged with homebrew">homebrew</a>&#8221; applications is no longer what it was when <a href="http://mendax.org/2007/09/12/on-unlocking-my-iphone/" title="On unlocking my iPhone.">we first decided to hack our 2G</a> iPhone two years ago. Quite simply, the AppStore has evolved into a pretty nice store, with a great selection of apps that do most everything we need to. And where it doesn&#8217;t offer a particular app that we&#8217;d like it to, in most every case, that kind of app isn&#8217;t available in Cydia either. That is, except for three that we consider must-haves, two of which we mentioned in our <a href="http://mendax.org/2009/02/09/mendaxiphone/" title="mendax.iphone">mendax.iphone article</a>. Specifically, we&#8217;re talking about Backgrounder (which lets us run any application in the background), SBSettings (a quick way to toggle settings on/off), and the more recent GV Mobile (the infamous Google Voice client).</p>

<p>While our experience using GV Mobile hasn&#8217;t been flawless (the app crashes consistently when changing forwarding numbers), an update is on its way. With no word on whether Apple will ultimately approve or deny the official Google Voice app, GV Mobile is our only hope for using Google Voice on our iPhone <i>today</i>. Having access to SBSettings again is a fresh walk down memory lane, and significantly reduces the need for us to jump into Settings to enter airplane mode, as we can now easily turn off select services when we need to save some battery life. Plus, we can now disable everything except wireless, which is nice if we want to use, say, Virgin America&#8217;s in-flight wireless (even though, realistically, we&#8217;ll almost always have our MacBook Pro with us for such trips). But Backgrounder, assuming it works as well as it did on our 2G iPhone, is the cornerstone of the must-have jailbreak scene. Finally, we can keep Pandora running while switching to Google Maps (or a GPS application), or keep active any other audio programs while fiddling with whatever other apps we need to.</p>

<p>But enough about <i>why</i> we decided to jailbreak again. Let&#8217;s get back to <i>how</i>. While the process for jailbreaking is amazingly easy these days for older iPhones, the 3GS has been a different story. Until very recently, jailbreaking tools developed by the iPhone Dev-Team didn&#8217;t work on the 3GS. Even now that they do, how to upgrade a non-jailbroken 3.0.x iPhone 3GS to 3.1 and put a jailbreak in place isn&#8217;t a solution readily advertised. Even the guides at iClarified aren&#8217;t entirely accurate. After spending too many hours this past weekend figuring it all out, it&#8217;s time to share our procedure.</p>

<ol>
<li>Obviously, back up your iPhone and sync it with iTunes before you begin.</li>
<li>If you haven&#8217;t already, download the 3.1 iPhone update via iTunes, but don&#8217;t install it.</li>
<li>If you no longer have it, <a href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-6582.20090617.LlI87/iPhone2,1_3.0_7A341_Restore.ipsw">download the 3.0.0</a> iPhone update. <a href="http://iclarified.com/entry/index.php?enid=4448" title="How to jailbreak your iPhone 3GS on OS 3.0.x using RedSn0w (Mac).">The iClarified guide</a> says you can alternately use the 3.0.1 update, but it did not work for us.</li>
<li>Jump into a terminal window, and type the following commands:
<pre>cd /etc/
sudo pico hosts</pre>
You&#8217;ll have to input your admin password at this point, after which you&#8217;ll be in a simple text editor window. Use the arrow keys to get down to the bottom of the document, and add the following line at the end:
<pre>74.208.105.171 gs.apple.com</pre>
Hit Ctrl+X to exit, press Y to save, and hit return to overwrite the old hosts file. What this step does is redirect iTunes to a jailbreak-friendly server for firmware updates, instead of relying on Apple&#8217;s servers to control which firmware updates you&#8217;re allowed to receive and use on the iPhone.</li>
<li><a href="http://thebigboss.org/hostedfiles/redsn0w-mac_0.8.zip" title="redsn0w v0.8.">Download redsn0w v0.8</a> and run it. You&#8217;ll be prompted for the 3.0 firmware file. Follow the prompts, and at the end of the redsn0w process, you&#8217;ll have a jailbroken 3.0.0 iPhone 3GS.</li>
<li>Now, <a href="http://apfelportal.de/host/images/PwnageTool__3.1.3.dmg" title="PwnageTool v3.1.3">download PwnageTool 3.1.3</a>. Run it, and click on the expert mode icon. Select the 3GS icon, and proceed with the program. Make sure the program uses the 3.1 firmware update. Refer to Step Six of this second <a href="http://iclarified.com/entry/index.php?enid=5432" title="How to upgrade your jailbroken iPhone 3GS to OS 3.1">iClarified guide</a>. If you are an AT&#038;T subscriber, ensure that &#8220;Activate the phone.&#8221; remains unchecked. If you check this box, you will be unable to get new carrier settings from iTunes. Also, it&#8217;s not likely that you need to mess with the partition size, so don&#8217;t worry about it.</li>
<li>You can follow the rest of the iClarified guide, but don&#8217;t worry about putting your iPhone in restore mode. Instead, once PwnageTool is done and has output a custom 3.1 firmware package, jump into iTunes, hold down the option key, and click on the Restore button from the iPhone screen. You will be prompted for a firmware update: choose the custom firmware file, and let iTunes do the rest. When your iPhone finally reboots, it will be jailbroken, and Cydia/Icy will be installed.</li>
<li>You can now sync the phone from your last backup to restore all your old apps and such. You&#8217;ll also be prompted for the 5.5 AT&#038;T carrier file, which you&#8217;ll need to install to enable MMS.</li>
</ol>

<p>At this point, you&#8217;ll have a fully-jailbroken iPhone 3GS running at the latest firmware revision. Jump into Cydia and install jailbroken apps to your hearts content!</p>

<hr />

<p><strong>Similar Posts:</strong></p>

<ul class="similar-posts"><li><a href="http://mendax.org/2008/08/10/upgrading-a-jailbroken-iphone-from-20-to-201/" rel="bookmark" title="August 10, 2008">Upgrading a jailbroken iPhone from 2.0 to 2.0.1.</a> &#8211; It was only a couple weeks ago that we detailed our process for upgrading a 2G iPhone to firmware 2&#8230;.</li><br />

<li><a href="http://mendax.org/2008/07/19/how-to-jailbreak-and-unlock-a-2g-iphone-20/" rel="bookmark" title="July 19, 2008">How to jailbreak and unlock a 2G iPhone (2.0).</a> &#8211; The iPhone Dev Team, a group of hackers who have made it their mission to jailbreak and unlock iPhon&#8230;</li><br />

<li><a href="http://mendax.org/2010/06/25/upgrade-to-ios-4-and-lose-cellular-data/" rel="bookmark" title="June 25, 2010">Upgrade to iOS 4 and lose cellular data?</a> &#8211; A number of people have reported losing data over AT&#038;T when upgrading older iPhones to iOS 4. The cu&#8230;</li><br />
</ul>

<!-- Similar Posts took 18.644 ms -->
]]></content:encoded>
			<wfw:commentRss>http://mendax.org/2009/10/05/upgrading-iphone-3-0-1-to-jailbroken-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Little reason left for jailbreaking.</title>
		<link>http://mendax.org/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmendax.org%2F2009%2F06%2F18%2Flittle-reason-left-for-jailbreaking%2F&#038;seed_title=Little+reason+left+for+jailbreaking.</link>
		<comments>http://mendax.org/2009/06/18/little-reason-left-for-jailbreaking/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 21:00:06 +0000</pubDate>
		<dc:creator>WyldKard</dc:creator>
				<category><![CDATA[Techno-Shaman]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://wyldkard.com/?p=1767</guid>
		<description><![CDATA[When jailbreaking first began on the iPhone, allowing users to install third-party applications, there were definitive advantages for going through with the somewhat tedious procedure, which is why some sources claim that at least ten percent of iPhone owners had done the deed. We did it, unlocked our iPhone, and have been happy using our [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">W</span>hen jailbreaking first began on the <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a>, allowing users to install third-party applications, there were definitive advantages for going through with the somewhat tedious procedure, which is why some sources claim that at least <a href="http://wyldkard.com/2007/10/04/ten-percent-of-all-iphones-unlocked/" title="Ten percent of all iPhones unlocked.">ten percent</a> of iPhone owners had done the deed. We did it, <a href="http://wyldkard.com/2007/09/12/on-unlocking-my-iphone/" title="On unlocking my iPhone.">unlocked our iPhone</a>, and have been happy using our 2G iPhone on T-Mobile&#8217;s network since the first unlocking apps were available in 2007. To this day, we still use applications only available from Cydia to compliment what we can obtain through the AppStore, because many apps available from Cydia have features restricted by <a href="http://mendax.org/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with apple">Apple</a> (tethering apps, background apps, etc).</p>

<p>Slowly, however, the need to jailbreak has dwindled, despite the fact that the process for doing so has gotten easier and easier. The AppStore&#8217;s selection of applications, compounded with Apple&#8217;s own improvements in the iPhone&#8217;s OS, have been effective in combating the jeailbreaking scene; many reasons to jailbreak have been nullified, such as the official inclusion of copy/paste, turn-by-turn directions in upcoming GPS applications, (eventual) <a href="http://mendax.org/tag/att/" class="st_tag internal_tag" rel="tag" title="Posts tagged with at&amp;t">AT&amp;T</a> support for tethering and MMS, and the sheer size of apps available. In other words, there are only a handful of reasons left to jailbreak and run unsigned Apple code, and every one of these reasons goes back to restrictions imposed upon developers by Apple. Interestingly, the fact that Apple <i>didn&#8217;t</i> crush the jailbreaking scene by somehow banning jailbroken or unlocked <a href="http://mendax.org/tag/phones/" class="st_tag internal_tag" rel="tag" title="Posts tagged with phones">phones</a> from accessing the AppStore/iTunes, and instead paving ahead with <a href="http://mendax.org/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with software">software</a> <i>improvements</i>, was a much more effective solution to their perceived &#8220;problem&#8221;.</p>

<p>Our recent revisions of <a href="http://wyldkard.com/2009/02/09/mendaxiphone/" title="mendax.iphone">our must-have app list for the iPhone</a> should be some indication of jailbreaking usefulness. All of the apps we recommend from Cydia clearly do things that Apple, or AT&amp;T, would not be pleased with, though definitely make power-users happy. There&#8217;s the ability to selectively give applications the opportunity to run as a background process, a way to store app icons in folders so as to keep icon sprawl on the Springboard to a minimum, the requisite tethering app, a quick and efficient way to toggle phone features on/off, and finally an app to customize the look of one&#8217;s device by skinning the UI. Arguably, all of these things should be allowable in the AppStore, though clearly they&#8217;re not because they can alter the &#8220;feel&#8221; of the iPhone experience in a way that may be negative if used improperly. (For example, background apps can make the iPhone sluggish, poor UI skins may be ugly, etc.) In other words, Apple would rather guarantee a common experience, rather than give people a potentially bad user experience, so as to make more sales.</p>

<p>With less people needing to jailbreak, there&#8217;s obviously less need for multiple distribution centers for unsigned apps (if there ever was one). So it&#8217;s no surprise that <a href="http://feeds.gawker.com/~r/gizmodo/full/~3/jN1_3qmDeAc/installer-for-iphone-is-dead" title="Installer for iPhone is dead.">Installer.app is now dead</a>, with Cydia remaining king of unofficial app repositories. Maybe Installer.app and Cydia haven&#8217;t <i>exactly</i> become <a href="http://wyldkard.com/2008/07/18/why-installerapp-may-not-be-dead-yet/" title="Why Installer.app may not be dead yet.">resources for the truly hardcore</a>, but in many ways, Cydia remains the only source for software that Apple will likely <i>never</i> allow. That&#8217;s despite the <i>fluff</i> still available on Cydia, but sifting through it, there&#8217;s enough hardcore apps left that we&#8217;re still glad jailbreaking is around, and why we look forward to a jailbreaking method for the iPhone 3G S soon.</p>

<p>In the meantime, we expect Apple to continue adding features to the iPhone OS, and some day in the future, perhaps we&#8217;ll finally see better icon management on the Springboard, interface customizations, and a quicker method for toggling features on/off without having to dig through Settings. And when that comes to pass (iPhone OS 4.0?), the need to jailbreak will be even slimmer. It may not kill the jailbreaking scene entirely (heck, retro-gamers still need their emulators), but with less reasons to jailbreak, less developers will be interested in making jailbreaking a possibility, and that means that further jailbreaking improvements will move along much slower.</p>

<p>In the end, the lesson to developers is clear: it&#8217;s not about keeping a device from being hacked, its about lessening the reasons to hack a device in the first place.</p>

<hr />

<p><strong>Similar Posts:</strong></p>

<ul class="similar-posts"><li><a href="http://mendax.org/2009/10/05/upgrading-iphone-3-0-1-to-jailbroken-3-1/" rel="bookmark" title="October 5, 2009">Upgrading iPhone 3.0.1. to jailbroken 3.1.</a> &#8211; Since we picked up an iPhone 3GS a couple months back, our jailbroken/unlocked 2G iPhone has been si&#8230;</li><br />

<li><a href="http://mendax.org/2008/09/04/why-apple-should-embrace-potty-humour/" rel="bookmark" title="September 4, 2008">Why Apple should embrace potty humour.</a> &#8211; John Gruber reported earlier today that Apple denied listing an application on the iTunes AppStore t&#8230;</li><br />

<li><a href="http://mendax.org/2008/09/15/bring-appstore-banned-apps-to-cydiainstallerapp/" rel="bookmark" title="September 15, 2008">Bring AppStore-banned apps to Cydia/Installer.app!</a> &#8211; Per Nullriver&#8217;s own statement, Apple&#8217;s final judgement on NetShare is simple: perma-banned from the &#8230;</li><br />
</ul>

<!-- Similar Posts took 18.360 ms -->
]]></content:encoded>
			<wfw:commentRss>http://mendax.org/2009/06/18/little-reason-left-for-jailbreaking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone 3G S not fantastic, but good enough for us.</title>
		<link>http://mendax.org/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmendax.org%2F2009%2F06%2F10%2Fiphone-3g-s-not-fantastic-but-good-enough-for-us%2F&#038;seed_title=iPhone+3G+S+not+fantastic%2C+but+good+enough+for+us.</link>
		<comments>http://mendax.org/2009/06/10/iphone-3g-s-not-fantastic-but-good-enough-for-us/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 02:49:03 +0000</pubDate>
		<dc:creator>WyldKard</dc:creator>
				<category><![CDATA[Techno-Shaman]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[gadgetry]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[phones]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://wyldkard.com/?p=1735</guid>
		<description><![CDATA[Shortly after the iPhone 3G S was announced on Monday, the opinions of the masses leaked onto the blogosphere, and never were they more fierce than when it was revealed that most iPhone 3G owners would not be subject to the subsidized 3G S price should they want to upgrade. But do they even want [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mendax.org/2009/06/10/iphone-3g-s-not-fantastic-but-good-enough-for-us/" title="Permanent link to iPhone 3G S not fantastic, but good enough for us."><img class="post_image alignright" src="http://mendax.org/wp-content/uploads/2009/06/iphone3gs_compass.png" width="300" height="606" alt="Killer app: the compass. Learn where true north is, fool." /></a>
</p><p><span class="drop_cap">S</span>hortly after the <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a> 3G S was announced on Monday, the opinions of the masses leaked onto the blogosphere, and never were they more fierce than when it was revealed that most <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a> 3G owners would not be subject to the subsidized 3G S price should they want to upgrade. <i>But do they even want to upgrade?</i> Some, like <a href="http://www.techcrunchit.com/2009/06/08/why-apple-wins-every-time/" title="Why Apple wins. Every. Time.">Steve Gillmore, see</a> the 3G S as <a href="http://www.techcrunchit.com/2009/06/08/why-apple-wins-every-time/" title="Why Apple wins.">appropriately innovative</a>.</p>

<blockquote>Appleâ€™s rigorous march forward and its deep understanding of what the market will want next is not only keeping them ahead of the competition but building the markets they will own tomorrow.</blockquote>

<p>We happen to disagree. <a href="http://mendax.org/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with apple">Apple</a> hasn&#8217;t identified what the market will want next, they&#8217;ve <i>seen</i> what the market already offered, then delivered it <i>better</i> than the competition. Much like Blizzard&#8217;s foray into MMOGs, Apple succeeded with the iPhone because of <i>polish</i>, not pure innovation. That&#8217;s why we were <a href="http://wyldkard.com/2007/07/11/the-iphone-is-cheap/" title="The iPhone is cheap?">underwhelmed with the iPhone at launch</a>. To reiterate, the only &#8220;killer features&#8221; the iPhone offered at launch was a branded <a href="http://mendax.org/tag/ipod/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ipod">iPod</a> app and a web browser which properly rendered web sites. Even with the evolution of the iPhone&#8217;s firmware, upon the release of the iPhone 3G and &#8220;2.0&#8243;, Apple <a href="http://wyldkard.com/2008/06/09/why-the-3g-iphone-is-underwhelming/" title="Why the 3G iPhone is underwhelming.">wasn&#8217;t really offering a revolutionary product</a>, but again simply polished the features that other companies previously failed to deliver.</p>

<p>What&#8217;s amusing is that this round of iPhone revisions is little different from the evolution we saw last year, so it&#8217;s no wonder that folks like <a href="http://www.theiphoneblog.com/2009/06/10/tipb-tipb-upgrading-iphone-3gs/" title="TiPb vs. TiPb: Why I AM NOT Upgrading to iPhone 3G S.">Chad Garrett won&#8217;t be upgrading</a> from the iPhone 3G.</p>

<blockquote>Beyond aesthetics, the iPhone simply does not do much beyond itâ€™s little brother the iPhone 3G (after the 3.0 <a href="http://mendax.org/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with software">software</a> update). What are we getting other then [sic] a little extra speed?</blockquote>

<p>What Garrett seems to overlook is the fact that this minor speed boost is exactly what the 3G offered over the original iPhone. After all, original iPhone owners still got the 2.0 firmware upgrade, so all 3G buyers were getting was GPS and a &#8220;a little extra speed&#8221;. The GPS, in fact, was arguably negligible: no turn-by-turn directions, and somewhat redundant given the accuracy of cell-tower triangulation in densely-populated areas. Now, we&#8217;re getting <i>enhanced</i> GPS features (via the digital compass), voice commands, and a better camera.</p>

<p>Any of this sound similar? Yeah, all these features already exist on other <a href="http://mendax.org/tag/phones/" class="st_tag internal_tag" rel="tag" title="Posts tagged with phones">phones</a>. Apple is simply polishing them up once again and packaging them up in the iPhone format.</p>

<p><b>So why are we getting the 3G S?</b></p>

<p>Quite simply, because it&#8217;s <i>time</i>. We held out against the 3G because we <i>didn&#8217;t</i> find it to be a good upgrade, particularly when we saved money by keeping the original iPhone unlocked and on T-Mobile&#8217;s network. The initial draw of the GPS was because of the possibility of turn-by-turn directions, and now that this will be possible, we can finally replace our aging Garmin 60CS with a newer iPhone. With the option to get either either the iPhone 3G or iPhone 3G S (both of which require a 2-year contract for the subsidized price), we&#8217;re opting for the unit with more features, and the 3G S&#8217; integrated digital compass duplicates the functionality of our Garmin unit, and will work great as a Geocaching device (particularly with the available geocaching app available in the AppStore).</p>

<p>The camera upgrades arguably match the specs of our digital camera (Pentax Optio S), which means that we can once again replace an aging device, thereby reducing our electronics clutter. Finally, better battery life and performance are nice additions, and for a $100 extra over the &#8220;new&#8221; $99 iPhone 3G, the 3G S makes perfect sense <i>for us</i>. That said, for current 3G owners, the upgrade to the 3G S may not be the smartest use of $200.</p>

<p><b>What we would have liked to see.</b></p>

<p>Why no video recording as a basic option under firmware 3.0? Jailbroken application CyCorder already runs on the original iPhone and the iPhone 3G, and offers up to 15 frames per second (FpS). While the 3G S offers 30 FpS, there&#8217;s no reason that previous iPhone revisions couldn&#8217;t offer video recording, albeit at lower frame rates. Why not give that option to existing iPhone owners? And for the 3G S, no HD video? Apple could have seriously attacked the mini HD camera market with this kind of feature, but instead we have a rather small 640&#215;480 resolution. (Remember when that was <i>normal</i>?)</p>

<p>Why no better still camera? Three megapixels is nice, but with Sony Ericsson phones soon to offer 12 megapixels, the iPhone&#8217;s camera functionality is pathetic. There&#8217;s also no zoom (optical or otherwise), and no flash. Not even a micro-photography mode, despite the auto-focus. Who would deny that a flash disguised as the Apple logo would be pure awesome?</p>

<p>Why no bigger screen? The iPhone should be able to properly display video at the 16:9 aspect ratio. Making the screen <i>slightly</i> bigger would have no effect on existing iPhone applications, since applications could remain restricted to the existing size.</p>

<p><b>Conclusion.</b></p>

<p>In the end, we expect to see even more refinement in the iPhone platform next year, to include a better camera. But in the meantime, as owners of the original iPhone, the 3G S fits the bill as a reasonable upgrade. If you&#8217;re already a 3G owner, however, you&#8217;re much better off jailbreaking the phone and loading on the unsigned apps rather than picking up the 3G S. And that&#8217;s one thing we&#8217;ll definitely miss: Cydia and its contents. Here&#8217;s hoping that the iPhone Dev Team will come up with a solution.</p>

<hr />

<p><strong>Similar Posts:</strong></p>

<ul class="similar-posts"><li><a href="http://mendax.org/2007/09/28/iphones-are-not-being-bricked/" rel="bookmark" title="September 28, 2007">iPhones are not being bricked.</a> &#8211; It wasn&#8217;t that long ago that real &#8220;tech words&#8221; never entered Average Joe&#8217;s vernacular. These days, t&#8230;</li><br />

<li><a href="http://mendax.org/2008/07/11/iphone-3g-sports-a-poor-gps/" rel="bookmark" title="July 11, 2008">iPhone 3G sports a poor GPS.</a> &#8211; It&#8217;s iPhone 3G release day, and the havoc out there makes it pretty clear that the activation proces&#8230;</li><br />

<li><a href="http://mendax.org/2009/02/22/the-sidekick-too-little-too-late/" rel="bookmark" title="February 22, 2009">The Sidekick: too little, too late?</a> &#8211;  We loved our Sidekick when we got it, but there were definite shortcomings that made the iPhone the&#8230;</li><br />
</ul>

<!-- Similar Posts took 19.936 ms -->
]]></content:encoded>
			<wfw:commentRss>http://mendax.org/2009/06/10/iphone-3g-s-not-fantastic-but-good-enough-for-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why limit emoji?</title>
		<link>http://mendax.org/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmendax.org%2F2009%2F03%2F03%2Fwhy-limit-emoji%2F&#038;seed_title=Why+limit+emoji%3F</link>
		<comments>http://mendax.org/2009/03/03/why-limit-emoji/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 23:00:40 +0000</pubDate>
		<dc:creator>WyldKard</dc:creator>
				<category><![CDATA[Techno-Shaman]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://mendax.org/2009/03/03/why-limit-emoji/</guid>
		<description><![CDATA[We&#8217;re jailbreakers, so news that Apple is pulling emoji-enabling applications from the iPhone AppStore doesn&#8217;t really affect us (emoji can be enabled by a download available on Cydia). That said, it wasn&#8217;t until very recently that we enabled emoji on our first-generation iPhone, and truth be told, we&#8217;re sort of indifferent on the matter. At [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://mendax.org/wp-content/uploads/2009/03/emoji.png" width="300" height="185" alt="Emoji. The Japense love 'em." style="float:right;" /> We&#8217;re jailbreakers, so news that <a href="http://mendax.org/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with apple">Apple</a> is <a href="http://feedproxy.google.com/~r/TheIphoneBlog/~3/snWxVaGq7kY/" title="Apple taking down emoji-enabling apps (or making them remove the feature).">pulling emoji</a>-enabling applications from the <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a> AppStore doesn&#8217;t really affect us (emoji can be enabled by a download available on Cydia). That said, it wasn&#8217;t until very recently that we enabled emoji on our first-generation <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a>, and truth be told, we&#8217;re sort of indifferent on the matter.</p>

<p>At the very least, emoji is a fun novelty, allowing us to add cute graphics to our SMS and Twitter messages. Still, not something we can see ourselves using all the time. So while we&#8217;re of the take-it-or-leave-it variety when it comes to emoji, we can understand how some people would like the <i>option</i> of using emoji, so why limit it? Is it really that big of a deal for Apple to enable emoji by default, instead of sequestering it for Japanese iPhone users only? Seems sort of a weird stance for Apple to take, with no real reasoning behind it. Anyone have any enlightenment on the matter?</p>

<hr />

<p><strong>Similar Posts:</strong></p>

<ul class="similar-posts"><li><a href="http://mendax.org/2008/09/04/why-apple-should-embrace-potty-humour/" rel="bookmark" title="September 4, 2008">Why Apple should embrace potty humour.</a> &#8211; John Gruber reported earlier today that Apple denied listing an application on the iTunes AppStore t&#8230;</li><br />

<li><a href="http://mendax.org/2008/07/18/why-installerapp-may-not-be-dead-yet/" rel="bookmark" title="July 18, 2008">Why Installer.app may not be dead. Yet.</a> &#8211; The iPhone 3G has been out for one week now, and with it came the App Store, which allows iPhone use&#8230;</li><br />

<li><a href="http://mendax.org/2008/09/26/apple-netbook-not-as-ludicrous-as-some-think/" rel="bookmark" title="September 26, 2008">Apple netbook not as ludicrous as some think.</a> &#8211;  At Apple Gazette, Michael made a post about why Apple wouldn&#8217;t release a netbook, pointing out how &#8230;</li><br />
</ul>

<!-- Similar Posts took 15.774 ms -->
]]></content:encoded>
			<wfw:commentRss>http://mendax.org/2009/03/03/why-limit-emoji/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mendax.iphone</title>
		<link>http://mendax.org/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmendax.org%2F2009%2F02%2F09%2Fmendaxiphone%2F&#038;seed_title=mendax.iphone</link>
		<comments>http://mendax.org/2009/02/09/mendaxiphone/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 05:00:03 +0000</pubDate>
		<dc:creator>WyldKard</dc:creator>
				<category><![CDATA[Techno-Shaman]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://mendax.org/2009/02/08/mendaxiphone/</guid>
		<description><![CDATA[v3.0 Apple&#8217;s iPhone has changed the way many of us go about our daily lives, not because the iPhone is the most revolutionary handheld device ever conceived, but because Apple&#8217;s polish made the iPhone&#8217;s features accessible to a large audience (and the subsidized price hasn&#8217;t hurt). Even a stock iPhone has many useful features, but [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><i>v3.0</i></p>

<p><a href="http://mendax.org/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with apple">Apple</a>&#8217;s <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a> has changed the way many of us go about our daily lives, not because the <a href="http://mendax.org/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iphone">iPhone</a> is the most revolutionary handheld device ever conceived, but because <a href="http://mendax.org/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with apple">Apple</a>&#8217;s polish made the iPhone&#8217;s features accessible to a large audience (and the subsidized price hasn&#8217;t hurt). Even a stock iPhone has many useful features, but the iPhone&#8217;s true power is in its third-party applications, be they tied to the internet or not. Our take on the most useful, arguably must-have, applications follows.</p>

<h3>AppStore apps.</h3>

<p><b>1Password Pro</b> &#8211; We picked up the OS X 1Password application as part of the MacHeist bundle back in 2007, and we didn&#8217;t think much of it until later. It turns out that not only does 1Password make Apple&#8217;s keychain better (memorizing all login information for our favorite websites), but it also stores encrypted notes, wallet items (e.g. credit card info, frequent flier numbers, etc), and <a href="http://mendax.org/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with software">software</a> serial numbers. Since it synchronizes with the iPhone application of the same name, 1Password has become our number one application for storing secure information, and has replaced the stock Notes application that lacks any synchronization at all. The Pro version has a few more features than the basic version, and it&#8217;s been on sale a number of times. [$7.99]</p>

<p><b>Air Sharing Pro</b> &#8211; Rather than carry around a USB thumb drive, this app turns your iPhone into a wireless hard drive. You can drag documents of various types to it, and use the app to view them (.doc, .pdf, etc). The pro version sports additional features like FTP file transfers, but doesn&#8217;t currently sport advanced features like changing file permissions. It&#8217;s a solid all-around file transfer/viewing tool. [$9.99]</p>

<p><b>Amazon</b> &#8211; This is basically an interface for amazon.com, with the ability to view wish lists and the complete Amazon catalogue. The ability to purchase Kindle books was removed, however, which makes the app a bit less useful. [Free]</p>

<p><b>AppSniper</b>- Find out which AppStore apps are new and/or on sale. Tag applications you want and be alerted when the price drops. For avid app buyers, this app pays for itself. [$0.99]</p>

<p><b>Bento</b> &#8211; Database application that syncs with the desktop version. Easily set up templates to track tasks, inventory, and many other projects. Fantastic by itself, and even better alongside the desktop version. [$4.99]</p>

<p><b>ByLine</b> &#8211; Still the best RSS reader that synchronizes with Google Reader, and even incorporates Reader&#8217;s Notes function. A key feature is the ability to read articles offline, which many RSS readers don&#8217;t do. [$3.99]</p>

<p><b>Convertbot</b> &#8211; Fantastic unit conversion app. [$1.99]</p>

<p><b>craigsphone</b> &#8211; Oddly, there&#8217;s no phenomenal craigslist app in the AppStore, but craigsphone handles most craigslist browsing adequately. Even lets you post items from the iPhone, which is really nice. [Free]</p>

<p><b>eBay</b> &#8211; For eBay junkies, this app makes checking on items a breeze, for both buyers and sellers. The interface is simple to follow, and replaces the web site for most functionality. If this baby had a sniping feature and a way to post items for sale, it&#8217;d be a godsend, but it&#8217;s still pretty nice as is. [Free]</p>

<p><b>Facebook</b> &#8211; A compact Facebook client that makes logging in via MobileSafari a thing of the past. Still missing some features from the web version, but the most commonly needed features are obviously there. Now sports push notifications, too. [Free]</p>

<p><b>FitnessBuilder</b> &#8211; Great workout app, with many exercises for different equipment and location limitations. The price tag is a bit steeper than most, but considering how many exercises are included, its a solid investment, serving use at home and at the gym. [$9.99]</p>

<p><b>GeoCaching</b> &#8211; The official app for the Geocaching hobby. [$9.99]</p>

<p><b>GoodGuide</b> &#8211; Scan barcodes on most household items to receive information on the respective product, such as how ethical and healthy they are. [Free]</p>

<p><b>Good Reader</b> &#8211; Utility to read (very) large PDF files. [$0.99]</p>

<p><b>Google</b> &#8211; When this app was little more than an interface to Google&#8217;s web search, it got little use from us. Since it now incorporates searching by voice, it&#8217;s become much more useful for the road warrior, however. No more dangerously inputting text from behind the wheel &#8211; just say what you want to look up and quickly click on the results. [Free]<br /></p>

<p><b>i.TV</b> &#8211; Retrieves information on the latest theater movies, as well as upcoming TV shows based on your local programming. Also integrates NetFlix and TiVo, even supporting a virtual remote for the latter. [Free]</p>

<p><b>iBlogger</b> &#8211; Mobile blogging application that works with a number of blogging platforms. [$9.99]</p>

<p><b>iHandy Carpenter</b> &#8211; Various tools for carpentry work and general household projects. Commonly used tools in this package include a level and a ruler. [$1.99]</p>

<p><b>Mint</b> &#8211; A client for the Mint web site &#8211; Mint helps manage one&#8217;s budget and financial accounts, giving great reporting. [Free]</p>

<p><b>Mobile Card</b> &#8211; Keep track of, and adjust, the balance on one&#8217;s Starbucks card(s). I areas that support it, even pay for Starbucks drinks via the iPhone. [Free]</p>

<p><b>myWireless</b> &#8211; Check your balance/minutes on <a href="http://mendax.org/tag/att/" class="st_tag internal_tag" rel="tag" title="Posts tagged with at&amp;t">AT&amp;T</a>, and pay monthly balances. [Free]</p>

<p><b>OpenTable</b> &#8211; Make dinner reservations online at a wide variety of venues in many cities. [Free]</p>

<p><b>Pandora</b> &#8211; Customized radio stations based on what artists/songs one likes. What&#8217;s not to love? [Free]</p>

<p><b>PayPal</b> &#8211; Handle PayPal transactions quickly and easily. [Free]</p>

<p><b>Red Laser</b> &#8211; Offers the ability to scan product barcodes, which then presents a list of online prices for comparison purposes. [$1.99]</p>

<p><b>Remote</b> &#8211; Allows users to control iTunes from the iPhone. Great for parties, or whenever running to the computer is a hassle. [Free]</p>

<p><b>Shazam</b> &#8211; Records a brief clip of a song via the microphone, and then returns the name of the song, the artist, and the respective album. [Free]</p>

<p><b>Stanza</b> &#8211; An eBook reader that allows users to download titles from the iPhone or from the desktop client. Users can import documents into the application, or purchase new publications if the massive catalogue of public domain titles aren&#8217;t enough. [Free]</p>

<p><b>Taxi Magic</b> &#8211; Call a cab to one&#8217;s location quickly and easily, supporting online payments. [Free]</p>

<p><b>Things</b> &#8211; One would think that to-do list applications would be aplenty in the app store, and while that&#8217;s true, most are simply horrible, and don&#8217;t sync with Apple&#8217;s iCal to-do items. Things not only syncs with their desktop client, but allows one to properly organize to-do items in a Getting Things Done (GTD) type of way. Perhaps priced steeply compared to other to-do managers, it&#8217;s also significantly better. [$9.99]</p>

<p><b>Tweetie 2</b> &#8211; Simply the best Twitter client for the iPhone. [$2.99]</p>

<p><b>Yelp</b> &#8211; Another web site front-end, the Yelp app lets one search for places nearby, and is an easy way to check reviews on local venues. [Free]</p>

<p><b>Wi-Fi Finder</b> &#8211; Locates nearby wireless hotspots (free and for-pay), and even gives directions to them if needed. [Free]</p>

<p><b>WiFiFoFum</b> &#8211; Locates wireless hotspots currently in range. [$2.99]</p>

<p><b>Wikipanion</b> &#8211; Wikipedia interface for better article viewing on the iPhone. [Free]</p>

<h3>Cydia apps.</h3>

<p><b>3G Unrestrictor</b> &#8211; Download larger files via 3G by tricking apps that you&#8217;re on wifi. [$2.00]</p>

<p><b>Backgrounder</b> &#8211; With Backgrounder installed, any iPhone app can run in the background. Using Backgrounder is situation-dependent, but for when you don&#8217;t want to shut down a process just to do something else, Background is great (like for keeping Pandora playing music while doing something else). [Free]</p>

<p><b>GV Mobile</b> &#8211; A native Google Voice app. [$1.99]</p>

<p><b>PdaNet</b> &#8211; Allows one to tether their laptop to their iPhone&#8217;s data plan. Since AT&amp;T still doesn&#8217;t offer tethering (even though iPhone OS 3.0 does), PdaNet is still worthwhile for those using the iPhone 3G. [Free]</p>

<p><b>ProSwitcher</b> &#8211; An easy way to jump between background-running apps. [Free]</p>

<p><b>SBSettings</b> &#8211; A replacement for the infamous BossPrefs, SBSettings allows one to quickly access a menu to toggle on/off various features (wifi, bluetooth, etc). In addition, SBSettings lets one hide icons for unused apps, add applications to a special launch-bar, and best of all, stays resident so it can be accessed from almost anywhere, just by swiping the status bar. [Free]</p>

<p class="note">Have an iPhone application you think should be included on this list? Make the suggestion in the comments below!</p>

<hr />

<p><strong>Similar Posts:</strong></p>

<ul class="similar-posts"><li><a href="http://mendax.org/2010/01/27/mendax-iphone-v3-0/" rel="bookmark" title="January 27, 2010">mendax.iphone v3.0.</a> &#8211; With word-on-the-street that the iTablet will emerge from the Pandora&#8217;s Box that is Apple&#8217;s campus l&#8230;</li><br />

<li><a href="http://mendax.org/2008/01/02/iphone-firmware-113-useless-just-like-112/" rel="bookmark" title="January 2, 2008">iPhone firmware 1.1.3 useless, just like 1.1.2.</a> &#8211; According to PhoneDifferent, version 1.1.3 of the iPhone firmware is soon to be released, and as wit&#8230;</li><br />

<li><a href="http://mendax.org/2009/06/17/mendax-iphone-2-0/" rel="bookmark" title="June 17, 2009">mendax.iphone 2.0.</a> &#8211; As we hadn&#8217;t updated our recommended iPhone apps compilation in some time, we thought that a quick r&#8230;</li><br />
</ul>

<!-- Similar Posts took 19.201 ms -->
]]></content:encoded>
			<wfw:commentRss>http://mendax.org/2009/02/09/mendaxiphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple hates hackers.</title>
		<link>http://mendax.org/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmendax.org%2F2009%2F01%2F14%2Fapple-hates-hackers%2F&#038;seed_title=Apple+hates+hackers.</link>
		<comments>http://mendax.org/2009/01/14/apple-hates-hackers/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 05:00:33 +0000</pubDate>
		<dc:creator>WyldKard</dc:creator>
				<category><![CDATA[Techno-Shaman]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[politico]]></category>

		<guid isPermaLink="false">http://mendax.org/2009/01/14/apple-hates-hackers/</guid>
		<description><![CDATA[After Wired hosted a video tutorial on how to install OS X on an MSI Wind notebook, they received a cease-and-desist letter from Apple. The step-by-step instructions were apparently too explicit for Apple, who felt threatened enough to take legal action. Ultimately, Wired took the video down, though would-be hackers can still find the video [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://mendax.org/wp-content/uploads/2009/01/apple-wind.png" width="300" height="284" alt="OS X on an MSI Wind." style="float:right; margin-left:5px;" /> After Wired hosted a video tutorial on how to install OS X on an MSI Wind notebook, they received a cease-and-desist letter from <a href="http://mendax.org/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with apple">Apple</a>. The step-by-step instructions were apparently <a href="http://daringfireball.net/linked/2009/01/14/hackintosh-snell" title="Hackintosh articles: Wired or tired?">too explicit</a> for Apple, who felt threatened enough to take legal action. Ultimately, Wired took the video down, though would-be hackers can still find the video <a href="http://i.gizmodo.com/5131264/the-netbook-hackintosh-video-apple-is-suing-wired-forckintosh-video-apple-is-suing-wired-for" title="Gizmodo hosts the hackintosh how-to video." class="broken_link">hosted at</a> Gizmodo.</p>

<p>We&#8217;re not sure what legal ground Apple has to demand that a tutorial video be taken offline, since the act of hacking a netbook isn&#8217;t illegal. While the receipt of a pirated, modified copy of OS X is questionable in the legal arena, it&#8217;s doubtful that Apple can enforce the distribution of a video tutorial. They&#8217;re not, after all, going after Pirate Bay here, which is a more genuine source for the warez required. Instead, Apple is going after <em>knowledge</em>, and for that, they should be ashamed.</p>

<hr />

<p><strong>Similar Posts:</strong></p>

<ul class="similar-posts"><li><a href="http://mendax.org/2007/06/19/the-apple-guy-told-me-to-pirate-tv/" rel="bookmark" title="June 19, 2007">The Apple guy told me to pirate TV.</a> &#8211; In beautiful form, my visit to the local Apple store today resulted in an ironic flashback to Apple&#8217;&#8230;</li><br />

<li><a href="http://mendax.org/2008/05/14/legacy-copy-protection-better-than-the-new-stuff/" rel="bookmark" title="May 14, 2008">Legacy copy protection better than the new stuff.</a> &#8211; Is anyone surprised that the copy protection announced for Mass Effect and Spore is being reconsider&#8230;</li><br />

<li><a href="http://mendax.org/2008/10/13/will-the-olo-be-our-apple-annex/" rel="bookmark" title="October 13, 2008">Will the OLO be our Apple Annex?</a> &#8211;  We&#8217;re not convinced that Apple isn&#8217;t at least considering entering the netbook market, but our prop&#8230;</li><br />
</ul>

<!-- Similar Posts took 13.167 ms -->
]]></content:encoded>
			<wfw:commentRss>http://mendax.org/2009/01/14/apple-hates-hackers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: mendax.org @ 2012-02-10 08:22:23 -->
