<?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/tag/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>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>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>Next Gen iPhone on July 17</title>
		<link>http://www.g1itch.com/2009/05/20/next-gen-iphone-on-july-17/</link>
		<comments>http://www.g1itch.com/2009/05/20/next-gen-iphone-on-july-17/#comments</comments>
		<pubDate>Wed, 20 May 2009 06:45:37 +0000</pubDate>
		<dc:creator>bryan</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Rumors]]></category>

		<guid isPermaLink="false">http://www.g1itch.com/?p=188</guid>
		<description><![CDATA[There are rumors circulating around that the next gen iPhone will be out this year (July 17th). Hmmmm, too bad for people like me who are still locked on my 2nd Gen iPhone for 1 and 1/2 year (Globe Telecom). I guess, next time i&#8217;ll get the &#8220;plan-free&#8221; package (if my wife lets me)&#8230;. or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dotdosh.com/main/is-this-the-next-iphone-photo"><img class="alignnone" src="http://www.mobilewhack.com/wp-content/images/2009/03/iphone-next.jpg" alt="" width="482" height="297" /></a>There are rumors circulating around that the next gen iPhone will be out this year (July 17th). Hmmmm, too bad for people like me who are still locked on my 2nd Gen iPhone for 1 and 1/2 year (Globe Telecom). I guess, next time i&#8217;ll get the &#8220;plan-free&#8221; package (if my wife lets me)&#8230;. or i buy one and just hide it from her.</p>
<p>Some features worth mentioning:</p>
<ul>
<li>32GB and 16GB storage (up from the current 16GB and 8GB models)</li>
<li>$199 and $299 price points to be maintained</li>
<li>3.2-megapixel camera (up from the current 2-megapixel camera)</li>
<li>Video-recording and editing capabilities</li>
<li>Ability to send a picture &amp; video via MMS</li>
<li>Discontinuation of the metal band surrounding the edge of the device</li>
<li>OLED screen</li>
<li>1.5 times the battery life of the current models</li>
<li>Double the RAM and processing power</li>
<li>Built-in FM transmitter</li>
<li>Apple logo on back will glow</li>
<li>Rubber-tread backing</li>
<li>Sleeker design</li>
<li>Built-in compass</li>
<li>The camera, GPS, compass and Google map combined will identify photo and inform about photo locations</li>
<li>Turn-by-turn directions</li>
</ul>
<p>Source : <a href="http://www.macrumors.com/2009/02/12/leaked-photos-of-next-generation-iphone/">http://www.macrumors.com/2009/02/12/leaked-photos-of-next-generation-iphone/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2009/05/20/next-gen-iphone-on-july-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3G iPhone in the Philippines</title>
		<link>http://www.g1itch.com/2008/05/19/3g-iphone-in-the-philippines/</link>
		<comments>http://www.g1itch.com/2008/05/19/3g-iphone-in-the-philippines/#comments</comments>
		<pubDate>Mon, 19 May 2008 02:54:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rumors]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.pecjo.com/?p=3</guid>
		<description><![CDATA[its my 1st entry on this &#8220;almost forgotten&#8221; personal blog project of mine. anyway, just this morning i got an inside scoop from a VERY VERY reliable source, regarding the 2nd gen iPhone&#8230; That the next generation iPhone will be exclusive to Globe here in the Philippines&#8230; although there area rumors that the 3g iPhone [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.g1itch.com/wp-content/uploads/2008/05/iphone-funny.gif" rel="lightbox[3]"><img class="alignleft size-medium wp-image-4" style="float: left; margin-left: 3px; margin-right: 3px;" title="iphone-funny" src="http://www.g1itch.com/wp-content/uploads/2008/05/iphone-funny-300x234.gif" alt="" width="300" height="234" /></a>its my 1st entry on this &#8220;almost forgotten&#8221; personal blog project of mine. anyway, just this morning i got an inside scoop from a VERY VERY reliable source, regarding the 2nd gen iPhone&#8230; That the next generation iPhone will be exclusive to Globe here in the Philippines&#8230; although there area rumors that the 3g iPhone will be launched this June, my source say, its most likely that globe will (probably) launched it locally late this year (2008).</p>
<p>reference: <a href="http://www.businessweek.com/globalbiz/content/may2008/gb20080513_182949.htm?chan=top+news_top+news+index_global+business" target="_blank">www.businessweek.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.g1itch.com/2008/05/19/3g-iphone-in-the-philippines/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

