<?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>Glitch in the System &#187; iPhone</title>
	<atom:link href="http://www.g1itch.com/category/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g1itch.com</link>
	<description>My Defective Blogsite</description>
	<lastBuildDate>Tue, 24 Jan 2012 06:58:47 +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>Redirect Mobile Devices</title>
		<link>http://www.g1itch.com/2012/01/24/redirect-mobile-devices/</link>
		<comments>http://www.g1itch.com/2012/01/24/redirect-mobile-devices/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 06:58:47 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[WAP]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=572</guid>
		<description><![CDATA[Redirect Mobile Devices &#60;script type="text/javascript"&#62;// &#60;![CDATA[ if (screen.width &#60;= 699) { document.location = "mobile.html"; } // ]]&#62;&#60;/script&#62; &#8220;mobile.html&#8221; would be replaced with the location of wherever your mobile version resides. This technique could be adapted to load an alternate stylesheet as well. &#160; For iPhones/iPods Specifically &#60;script type=&#8221;text/javascript&#8221; language=&#8221;javascript&#8221;&#62;// &#60;![CDATA[ if ((navigator.userAgent.match(/iPhone/i)) &#124;&#124; (navigator.userAgent.match(/iPod/i))) { [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Redirect Mobile Devices</strong></p>
<pre style="padding-left: 30px;">&lt;script type="text/javascript"&gt;// &lt;![CDATA[
 if (screen.width &lt;= 699) { document.location = "mobile.html"; }
// ]]&gt;&lt;/script&gt;</pre>
<p>&#8220;mobile.html&#8221; would be replaced with the location of wherever your mobile version resides. This technique could be adapted to load an alternate stylesheet as well.</p>
<p>&nbsp;</p>
<p><strong>For iPhones/iPods Specifically</strong></p>
<p>&lt;script type=&#8221;text/javascript&#8221; language=&#8221;javascript&#8221;&gt;// &lt;![CDATA[<br />
if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { location.replace("http://url-to-send-them/iphone.html"); }<br />
// ]]&gt;&lt;/script&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2012/01/24/redirect-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Enable Panorama Mode and Autocorrect Band In iOS5</title>
		<link>http://www.g1itch.com/2011/11/14/how-to-enable-panorama-mode-and-autocorrect-band-in-ios5/</link>
		<comments>http://www.g1itch.com/2011/11/14/how-to-enable-panorama-mode-and-autocorrect-band-in-ios5/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 05:20:06 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Auto Correct]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS5]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Panorama]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=563</guid>
		<description><![CDATA[This is a pretty easy hack without jailbreaking your iDevice from 9to5. all you need to do is use an application called iBackupBot (download link below) and your all set. source(s) http://9to5mac.com/2011/11/08/heres-how-to-enable-panoramic-camera-mode-on-your-iphone-without-jailbreaking/ http://9to5mac.com/2011/11/09/ios-5-hides-an-android-like-autocorrect-keyboard-bar-heres-how-to-enable-it/ download for iBackupBot: http://www.icopybot.com/itunes-backup-manager.htm]]></description>
			<content:encoded><![CDATA[<p>This is a pretty easy hack without jailbreaking your iDevice from 9to5. all you need to do is use an application called iBackupBot (download link below) and your all set.</p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/11/panoramaandautocorrect.jpg" rel="lightbox[563]"><img class="alignnone size-full wp-image-569" title="panorama and autocorrect" src="http://www.g1itch.com/wp-content/uploads/2011/11/panoramaandautocorrect.jpg" alt="" width="575" height="428" /></a></p>
<p>source(s)</p>
<ul>
<li><a href="http://9to5mac.com/2011/11/08/heres-how-to-enable-panoramic-camera-mode-on-your-iphone-without-jailbreaking/">http://9to5mac.com/2011/11/08/heres-how-to-enable-panoramic-camera-mode-on-your-iphone-without-jailbreaking/</a></li>
<li><a href="http://9to5mac.com/2011/11/09/ios-5-hides-an-android-like-autocorrect-keyboard-bar-heres-how-to-enable-it/">http://9to5mac.com/2011/11/09/ios-5-hides-an-android-like-autocorrect-keyboard-bar-heres-how-to-enable-it/</a></li>
</ul>
<div>download for iBackupBot:</div>
<div>
<ul>
<li><a href="http://www.icopybot.com/itunes-backup-manager.htm">http://www.icopybot.com/itunes-backup-manager.htm</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/11/14/how-to-enable-panorama-mode-and-autocorrect-band-in-ios5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siri (Original) Assistant for the iPhone</title>
		<link>http://www.g1itch.com/2011/11/09/siri-original-assistant-for-the-iphone/</link>
		<comments>http://www.g1itch.com/2011/11/09/siri-original-assistant-for-the-iphone/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 08:10:13 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Assistant]]></category>
		<category><![CDATA[Siri]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=539</guid>
		<description><![CDATA[This is where it all started.  Introducing &#8220;siri assistant&#8221; before apple took over. It used to be a free app for iPhone 3GS and iPhone 4. But when iPhone 4S was released, the app was taken down, and it is not only enabled for the iPhone 4S. This makes you realize, since apple can&#8217;t come [...]]]></description>
			<content:encoded><![CDATA[<p>This is where it all started.  Introducing &#8220;siri assistant&#8221; before apple took over. It used to be a free app for iPhone 3GS and iPhone 4. But when iPhone 4S was released, the app was taken down, and it is not only enabled for the iPhone 4S. <img src='http://www.g1itch.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>This makes you realize, since apple can&#8217;t come up with a new iPhone 5. Solution, they just used the same exact phone, just upgraded the processor (from iPad2) and added a &#8220;new&#8221; (but existing free app). And called it a new Phone (add those marketing chu-chu crap about the speed). I hope there is a petition out there to enable Siri back to the old iPhone (3GS and 4).</p>
<p><object width="560" height="315" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/EySAW1C60is?version=3&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed width="560" height="315" type="application/x-shockwave-flash" src="http://www.youtube.com/v/EySAW1C60is?version=3&amp;hl=en_US&amp;rel=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/11/09/siri-original-assistant-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIP Steve Jobs</title>
		<link>http://www.g1itch.com/2011/10/06/rip-steve-jobs/</link>
		<comments>http://www.g1itch.com/2011/10/06/rip-steve-jobs/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 01:09:40 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Death]]></category>
		<category><![CDATA[Jobs]]></category>
		<category><![CDATA[Steve]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=535</guid>
		<description><![CDATA[I guess he&#8217;s now up there in iClouds. But seriously, its a sad day to all apple fanboy like myself.]]></description>
			<content:encoded><![CDATA[<p>I guess he&#8217;s now up there in iClouds.<br />
But seriously, its a sad day to all apple fanboy like myself.</p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/08/steve_jobs_rip.jpg" rel="lightbox[535]"><img src="http://www.g1itch.com/wp-content/uploads/2011/08/steve_jobs_rip-300x220.jpg" alt="" title="RIP Steve Jobs" width="300" height="220" class="alignnone size-medium wp-image-537" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/10/06/rip-steve-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iSwifter for your iPad (If you want to play Flash Video or Games)</title>
		<link>http://www.g1itch.com/2011/04/15/iswifter-for-your-ipad-if-you-want-to-play-flash-video-or-games/</link>
		<comments>http://www.g1itch.com/2011/04/15/iswifter-for-your-ipad-if-you-want-to-play-flash-video-or-games/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 08:09:39 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[AppStore]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iSwifter]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=504</guid>
		<description><![CDATA[If you dont like to use the Frash, cause you dont like to jailbreak or your not a very techy person. Fear not. There is a FREE app (yes, I said free), at the apple store. &#160; Here is the URL: http://itunes.apple.com/us/app/iswifter/id388857173?mt=8 &#160; It basically a good alternative for those people who likes flash and also likes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.g1itch.com/wp-content/uploads/2011/04/iswifter_icon.jpg" rel="lightbox[504]"><img class="alignright size-full wp-image-511" title="iswifter_icon" src="http://www.g1itch.com/wp-content/uploads/2011/04/iswifter_icon.jpg" alt="" width="105" height="105" /></a>If you dont like to use the <a title="Install Flash Player 10.1 on iPhone/iPad" href="http://www.g1itch.com/2011/04/how-to-portinstall-flash-player-10-1-in-safari-on-an-iphone-4/">Frash</a>, cause you dont like to jailbreak or your not a very techy person. Fear not. There is a FREE app (yes, I said free), at the apple store.</p>
<p>&nbsp;</p>
<p>Here is the URL: <a title="iSWiFTER (By YouWeb L.L.C.)" href="http://itunes.apple.com/us/app/iswifter/id388857173?mt=8" target="_blank">http://itunes.apple.com/us/app/iswifter/id388857173?mt=8</a></p>
<p>&nbsp;</p>
<p>It basically a good alternative for those people who likes flash and also likes iOS devices (like the iPad). Here is a good app. It even acts a browser if you want to view vimeo videos, as well as facebook videos (and games too). Anyway, I&#8217;ll keep this post short. Try it out now (before apple decides to remove it from the appstore (or they start charging for it like the Cloud Browser app, before it was FREE now its $0.99 &gt;_&lt;).</p>
<p>Here are some screenshots:</p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/04/mzl.gjcrnqhp.480x480-75.jpg" rel="lightbox[504]"><img class="alignnone size-full wp-image-512" title="mzl.gjcrnqhp.480x480-75" src="http://www.g1itch.com/wp-content/uploads/2011/04/mzl.gjcrnqhp.480x480-75.jpg" alt="" width="480" height="360" /></a></p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/04/mzl.qkvlpleu.480x480-75.jpg" rel="lightbox[504]"><img class="alignnone size-full wp-image-513" title="mzl.qkvlpleu.480x480-75" src="http://www.g1itch.com/wp-content/uploads/2011/04/mzl.qkvlpleu.480x480-75.jpg" alt="" width="480" height="360" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/04/15/iswifter-for-your-ipad-if-you-want-to-play-flash-video-or-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to port/install Flash Player 10.1 (in Safari) on an iPhone 4</title>
		<link>http://www.g1itch.com/2011/04/14/how-to-portinstall-flash-player-10-1-in-safari-on-an-iphone-4/</link>
		<comments>http://www.g1itch.com/2011/04/14/how-to-portinstall-flash-player-10-1-in-safari-on-an-iphone-4/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 07:13:30 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[10.1]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[iPhone 4]]></category>
		<category><![CDATA[Player]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=502</guid>
		<description><![CDATA[Since apple haven&#8217;t release any support for flash player on their browser. Which I doubt they will any time soon. So, my fellow jailbreakers might want to take a look at this 3rd party (no to mention unofficial) app in cydia. It&#8217;s called Frash (I guess, this might sound correct if your coming from japan). [...]]]></description>
			<content:encoded><![CDATA[<p>Since apple haven&#8217;t release any support for flash player on their browser. Which I doubt they will any time soon. So, my fellow jailbreakers might want to take a look at this 3rd party (no to mention unofficial) app in cydia. It&#8217;s called Frash (I guess, this might sound correct if your coming from japan). ^_^</p>
<p>According to the source, this version of Flash (Frash) will also work on iPhone 3GS, iPad (on 3.2.1) and iPod touches. I have tested it on iPhone 4, running iOS 4.2.1 only and can confirm that it works. If you are having problems, let me know we can share knowledge and might help others who are also looking/waiting for this plugin.</p>
<p>Here are some simple steps to follow:</p>
<p>1. Make sure your phone is Jailbroken. It doesn&#8217;t matter what jailbreaking method you used. As long as its jailbroken properly. And has Cydia App.</p>
<p>2. Open Cydia. And go to the manage sources and add this URL repository &#8220;<em>http://repo.benm.at</em>&#8221; (that is, if you dont have it yet)</p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/04/benm.png" rel="lightbox[502]"><img class="alignnone size-full wp-image-505" title="benm" src="http://www.g1itch.com/wp-content/uploads/2011/04/benm.png" alt="" width="318" height="228" /></a></p>
<p>3. Now when you have successfully added the new source. You can search the word &#8220;Frash&#8221;  in Cydia</p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/04/frash_in_cydia.jpg" rel="lightbox[502]"><img class="alignnone size-full wp-image-506" title="frash_in_cydia" src="http://www.g1itch.com/wp-content/uploads/2011/04/frash_in_cydia.jpg" alt="" width="320" height="480" /></a></p>
<p>4. Then just click on install.</p>
<p><a href="http://www.g1itch.com/wp-content/uploads/2011/04/frash_install.jpg" rel="lightbox[502]"><img class="alignnone size-full wp-image-507" title="frash_install" src="http://www.g1itch.com/wp-content/uploads/2011/04/frash_install.jpg" alt="" width="320" height="480" /></a></p>
<p>&nbsp;</p>
<p>That&#8217;s it. You Just open safari and try it out. And if you encounter any problems. Give me the Type of iPhone you have and what firmware version you are using.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/04/14/how-to-portinstall-flash-player-10-1-in-safari-on-an-iphone-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Fix iTunes Error 1013 When Updating to iOS 4.2.1</title>
		<link>http://www.g1itch.com/2011/02/07/how-to-fix-itunes-error-1013-when-updating-to-ios-4-2-1/</link>
		<comments>http://www.g1itch.com/2011/02/07/how-to-fix-itunes-error-1013-when-updating-to-ios-4-2-1/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 08:01:06 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[1013]]></category>
		<category><![CDATA[4.2.1]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[greensn0w]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=500</guid>
		<description><![CDATA[Some previous work around when jailbreaking Firmware 4.1. is not causing error to some greensn0w 4.2.1 jailbreakers. This was due to the &#8220;hosts&#8221; being modified. Follow instructions below for the fix. Warning: This will result in your iPhone 4 baseband being upgraded to the latest version. for Mac OS X: Hit command+space (open spotlight) Type [...]]]></description>
			<content:encoded><![CDATA[<p>Some previous work around when jailbreaking Firmware 4.1. is not causing error to some greensn0w 4.2.1 jailbreakers. This was due to the &#8220;hosts&#8221; being modified. Follow instructions below for the fix.</p>
<p><em><strong>Warning</strong>: This will result in your iPhone 4 baseband being upgraded to the latest version.</em></p>
<p>for Mac OS X:</p>
<ol>
<li>Hit command+space (open spotlight)</li>
<li>Type in Terminal (select the one from the Applications/Utilities folder</li>
<li>Type &#8220;sudo nano /etc/hosts&#8221; (without quotes) and hit return.</li>
<li>Enter your password</li>
<li>Use the down arrow key to find the “gs.apple.com” entries. Once the cursor is in front, make sure you comment out the line(s) by entering “#” in front of the text. (to disable that line or comment it out)</li>
<li>Save the file by pressing control+O (then enter to accept).</li>
<li>Exit the nano editor by pressing control+X.</li>
<li>Now your done. Try restoring again your device.</li>
</ol>
<p>for Windows:</p>
<ol>
<li>Win+R (open &#8220;Run&#8221;)</li>
<li>Make sure your in &#8220;Administrator&#8221; mode or UAC disabled so you can edit your hosts file</li>
<li>type in &#8220;notepad c:\Windows\System32\drivers\etc\hosts&#8221; (without the quotes, this is if your windows is in drive &#8220;C:&#8221;).</li>
<li>Use the down arrow key to find the “gs.apple.com” entries. Once the cursor is in front, make sure you comment out the line(s) by entering “#” in front of the text. (to disable that line or comment it out)</li>
<li>Hit Save</li>
<li>Now your done. Try restoring again your device.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2011/02/07/how-to-fix-itunes-error-1013-when-updating-to-ios-4-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4</title>
		<link>http://www.g1itch.com/2010/09/26/iphone-4/</link>
		<comments>http://www.g1itch.com/2010/09/26/iphone-4/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 09:54:33 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=457</guid>
		<description><![CDATA[At last i got my iPhone 4. ^_^ they have this event in New World Hotel in Makati. And i never let the chance to be one of the 1st people to own this awesome phone from apple. Now I can throw away my 2 year old iPhone 3G ^_^]]></description>
			<content:encoded><![CDATA[<p>At last i got my iPhone 4. ^_^ they have this event in New World Hotel in Makati. And i never let the chance to be one of the 1st people to own this awesome phone from apple.</p>
<div><img src="http://sphotos.ak.fbcdn.net/hphotos-ak-ash2/hs320.ash2/60048_1406843053072_1292294104_30988146_7381162_n.jpg" width="500" /></div>
<p>Now I can throw away my 2 year old iPhone 3G ^_^</p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2010/09/26/iphone-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installed iOS 4.0 on my iPhone 3G (not 3GS, not 4)</title>
		<link>http://www.g1itch.com/2010/06/22/installed-ios-4-0-on-my-iphone-3g-not-3gs-not-4/</link>
		<comments>http://www.g1itch.com/2010/06/22/installed-ios-4-0-on-my-iphone-3g-not-3gs-not-4/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 05:08:57 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[activate]]></category>
		<category><![CDATA[iOS 4.0]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[redsn0w]]></category>
		<category><![CDATA[unlock]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=404</guid>
		<description><![CDATA[Horray for multitasking, folders, digital camera zoom, messages searching and wallpapers ^_^ (and tons more i can&#8217;t wait to explore) the dev-team really were quick to draw this time around. just after a few hours when iOS was released, we already have redsnow 9.5 which can &#8220;hacktivate&#8221; (or jailbreak) any iPhone3G or iPod Touch 2G, unfortunately [...]]]></description>
			<content:encoded><![CDATA[<p>Horray for multitasking, folders, digital camera zoom, messages searching and wallpapers ^_^ (and tons more i can&#8217;t wait to explore)</p>
<div style="float: left;"><a title="folders" rel="lightbox[iOS4]" href="http://sphotos.ak.fbcdn.net/hphotos-ak-snc4/hs097.snc4/36197_1329228156324_1399561559_30752054_1801887_n.jpg"><img src="http://sphotos.ak.fbcdn.net/hphotos-ak-snc4/hs097.snc4/36197_1329228156324_1399561559_30752054_1801887_n.jpg" alt="" width="170" /></a></div>
<div style="float: left;"><a title="digital zoom" rel="lightbox[iOS4]" href="http://sphotos.ak.fbcdn.net/hphotos-ak-ash2/hs057.ash2/36197_1329228276327_1399561559_30752055_7372131_n.jpg"><img src="http://sphotos.ak.fbcdn.net/hphotos-ak-ash2/hs057.ash2/36197_1329228276327_1399561559_30752055_7372131_n.jpg" alt="" width="170" /></a></div>
<div style="clear: right;"><a title="messages search" rel="lightbox[iOS4]"><img src="http://sphotos.ak.fbcdn.net/hphotos-ak-snc4/hs117.snc4/36197_1329232716438_1399561559_30752062_147182_n.jpg" alt="http://sphotos.ak.fbcdn.net/hphotos-ak-snc4/hs117.snc4/36197_1329232716438_1399561559_30752062_147182_n.jpg" width="170" /></a></div>
<p>the dev-team really were quick to draw this time around. just after a few hours when iOS was released, we already have redsnow 9.5 which can &#8220;hacktivate&#8221; (or jailbreak) any iPhone3G or iPod Touch 2G, unfortunately no unlock yet folks.  But I have a feeling we will &#8220;soon&#8221; have this (i think)</p>
<p>Download links for redsn0w 0.9.5b5-3 below:</p>
<ul>
<li><a href="http://sites.google.com/a/iphone-dev.com/files/home/redsn0w_mac_0.9.5b5-3.zip" target="_blank"><span style="color: #000000;">Mac OSX (x86)</span></a></li>
<li><a href="http://sites.google.com/a/iphone-dev.com/files/home/redsn0w_win_0.9.5b5-3.zip" target="_blank"><span style="color: #000000;">Windows</span></a></li>
</ul>
<p style="color: red;">WARNING: <strong>For now, the redsn0w beta release supports only the iPhone3G and iPod Touch 2G at today’s 4.0.</strong> It’s still a beta, so you’ll need to let Cydia reorganize, reload, and update after using redsn0w.</p>
<p>Its fairly easy to use. I wont bother putting a tutorial in. If you know how to use a computer (Windows/OSX) you can use this.</p>
<p>reference URL: <a href="http://blog.iphone-dev.org" target="_blank">http://blog.iphone-dev.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2010/06/22/installed-ios-4-0-on-my-iphone-3g-not-3gs-not-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Office Cubicle </title>
		<link>http://www.g1itch.com/2010/06/10/my-office-cubicle/</link>
		<comments>http://www.g1itch.com/2010/06/10/my-office-cubicle/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 15:21:47 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=388</guid>
		<description><![CDATA[Appleness (Nuf Said) ^_^ Me likey. I cant wait till i get my hand on that iPhone 4 goodness.]]></description>
			<content:encoded><![CDATA[<p>Appleness (Nuf Said) ^_^ Me likey. I cant wait till i get my hand on that iPhone 4 goodness.</p>
<div style="float: left;"><a title="apple addict" rel="lightbox[office]" href="http://sphotos.ak.fbcdn.net/hphotos-ak-snc3/hs558.snc3/30496_1319829041352_1399561559_30727935_7369959_n.jpg"><img src="http://sphotos.ak.fbcdn.net/hphotos-ak-snc3/hs558.snc3/30496_1319829041352_1399561559_30727935_7369959_n.jpg" alt="" width="500" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2010/06/10/my-office-cubicle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

