<?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>iJailbreakthis</title>
	<atom:link href="http://www.ijailbreakthis.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ijailbreakthis.com</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 17:02:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How To Install A Fresh Version Of XBMC &#8220;Frodo&#8221; On Your Apple TV Via SHH</title>
		<link>http://www.ijailbreakthis.com/2013/05/18/how-install-a-fresh-version-of-xbmc-frodo-on-your-apple-tv-via-shh/</link>
		<comments>http://www.ijailbreakthis.com/2013/05/18/how-install-a-fresh-version-of-xbmc-frodo-on-your-apple-tv-via-shh/#comments</comments>
		<pubDate>Sat, 18 May 2013 17:45:14 +0000</pubDate>
		<dc:creator>Matthew Patterson</dc:creator>
				<category><![CDATA[Apple TV]]></category>
		<category><![CDATA[iOS 6 Jailbreak]]></category>
		<category><![CDATA[iOS Jailbreak]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.ijailbreakthis.com/?p=7474</guid>
		<description><![CDATA[<p><p><a href="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/xbmc.jpg"></a></p> <p>It has recently been noted that a few of people who have not yet updated their current &#8220;Eden&#8221; XBMC on their Apple TV&#8217;s and are trying to do so are running into a few issues with &#8220;update unsuccessful&#8221;. Well we thought it would be a good idea to run through a quick tutorial on how to install a [...]</p><p>The post <a href="http://www.ijailbreakthis.com/2013/05/18/how-install-a-fresh-version-of-xbmc-frodo-on-your-apple-tv-via-shh/">How To Install A Fresh Version Of XBMC &#8220;Frodo&#8221; On Your Apple TV Via SHH</a> appeared first on <a href="http://www.ijailbreakthis.com">iJailbreakthis</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/xbmc.jpg"><img class="wp-image-7481 aligncenter" alt="xbmc" src="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/xbmc.jpg" width="640" height="200" /></a></p>
<p>It has recently been noted that a few of people who have not yet updated their current &#8220;Eden&#8221; XBMC on their<strong> Apple TV&#8217;s</strong> and are trying to do so are running into a few issues with<strong> &#8220;update unsuccessful&#8221;</strong>. Well we thought it would be a good idea to run through a quick tutorial on how to install a fresh version of the popular media player XMBC running the latest version &#8220;Frodo&#8221;.</p>
<p>Before we get started here are some prerequisites that you must have prior to the install.</p>
<div class="alert alert-info alert-block"></p>
<ul>
<li><span style="font-size: 13px;">Apple TV 2 (jailbroken running 5.2.1 or older)</span></li>
<li><span style="font-size: 13px;">Mac computer (Terminal) or Windows (PuTTY)</span></li>
</ul>
<p></div>
<h3>Right lets get started!</h3>
<p><span class="badge badge-warning">1</span> Launch Terminal/PuTTY</p>
<p><em>Please make sure that the Apple TV and the computer that you are using are all on the same network.</em><strong> </strong></p>
<p><span class="badge badge-warning">2</span> Connect to your ATV via SSH</p>
<p><span class="badge badge-warning">3</span> You will need to connect using the following command :</p>
<p><strong>ssh root@[Your Apple TV’s I.P. Address] </strong></p>
<p>You can find your Apple TV&#8217;s IP address by heading over <strong>General&gt;Network</strong></p>
<p>Just a heads up, if you run into an issue with authentification all you need to do is simply copy and paste the following command into Terminal and press enter.</p>
<p><strong>rm ~/.ssh/known_hosts</strong></p>
<p><span class="badge badge-warning">6</span> Any security prompts that pop up simply agree to them by typing &#8220;yes&#8221; (no quotations) and click enter.</p>
<p><span class="badge badge-warning">7</span> You will then be asked to type in your password. Unless you have changed it then the default password is &#8220;Apline&#8221; (no quotations)</p>
<p><span class="badge badge-warning">8</span> Right you are now going to need to  1 by 1 copy and paste the Following Commands into your Terminal (one command at a time). Press enter after you finish each one and wait to move on to the next.</p>
<ol>
<li><span style="font-size: 13px;">apt-get install wget</span></li>
<li><span style="font-size: 13px;">wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -</span></li>
<li><span style="font-size: 13px;">echo “deb http://apt.awkwardtv.org/ stable main” &gt; /etc/apt/sources.list.d/awkwardtv.list</span></li>
<li><span style="font-size: 13px;">echo “deb http://mirrors.xbmc.org/apt/atv2 ./” &gt; /etc/apt/sources.list.d/xbmc.list</span></li>
<li><span style="font-size: 13px;">apt-get update</span></li>
<li><span style="font-size: 13px;">mkdir -p /Applications/AppleTV.app/Appliances</span></li>
<li><span style="font-size: 13px;">apt-get install org.xbmc.xbmc-atv2</span></li>
<li><span style="font-size: 13px;">mkdir -p /Applications/XBMC.frappliance</span></li>
<li><span style="font-size: 13px;">reboot</span></li>
</ol>
<p><span class="badge badge-warning">9</span> Once you have completed all of that your Apple TV will boot and reload the menus. Locate XBMX and you should notice that you have launched &#8220;Frodo&#8221;</p>
<p>Congratulations you&#8217;ve just installed XBMC &#8220;Frodo&#8221; on to your Apple TV. Now all you need to do is add some fun addons to it. You can simply do that by adding the Fusion Drive and installing popular addons from there. To learn how to install the fusion drive, read our tutorial <a href="http://www.ijailbreakthis.com/2013/01/03/how-to-easily-install-addons-to-your-apple-tv-using-fusion/">&#8220;Installing popular addons using the fusion drive&#8221;</a></p>
<p>Let us know how you get on with the install, if you have any questions please let us know by leaving us a comment below or finding us on Twitter and tweeting us <a href="http://www.twitter.com/ijailbreakthis">@iJailbreakthis</a></p>
<p>The post <a href="http://www.ijailbreakthis.com/2013/05/18/how-install-a-fresh-version-of-xbmc-frodo-on-your-apple-tv-via-shh/">How To Install A Fresh Version Of XBMC &#8220;Frodo&#8221; On Your Apple TV Via SHH</a> appeared first on <a href="http://www.ijailbreakthis.com">iJailbreakthis</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ijailbreakthis.com/2013/05/18/how-install-a-fresh-version-of-xbmc-frodo-on-your-apple-tv-via-shh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Watch Live Sports &amp; Box Office Events On Your Apple TV</title>
		<link>http://www.ijailbreakthis.com/2013/05/16/how-to-watch-live-sports-box-office-events-on-your-apple-tv/</link>
		<comments>http://www.ijailbreakthis.com/2013/05/16/how-to-watch-live-sports-box-office-events-on-your-apple-tv/#comments</comments>
		<pubDate>Thu, 16 May 2013 16:42:45 +0000</pubDate>
		<dc:creator>Matthew Patterson</dc:creator>
				<category><![CDATA['How To' Everything Else]]></category>
		<category><![CDATA[Apple TV]]></category>
		<category><![CDATA[iOS Jailbreak]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.ijailbreakthis.com/?p=7435</guid>
		<description><![CDATA[<p><p><a href="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/livesports-feat.jpg"></a></p> <p>If you&#8217;re anything like me and just love watching sports then this is going to be a great little article for you. Assuming that you own a jailbroken Apple TV 2 you may not be aware that you have the entire sports calendar at your finger tips. Over here in the UK we love our football (soccer for [...]</p><p>The post <a href="http://www.ijailbreakthis.com/2013/05/16/how-to-watch-live-sports-box-office-events-on-your-apple-tv/">How To Watch Live Sports &#038; Box Office Events On Your Apple TV</a> appeared first on <a href="http://www.ijailbreakthis.com">iJailbreakthis</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/livesports-feat.jpg"><img class="size-full wp-image-7443 aligncenter" alt="livesports-feat" src="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/livesports-feat.jpg" width="579" height="283" /></a></p>
<p>If you&#8217;re anything like me and just love watching sports then this is going to be a great little article for you. Assuming that you own a <strong>jailbroken Apple TV 2</strong> you may not be aware that you have the entire sports calendar at your finger tips. Over here in the UK we love our football (soccer for any American readers) and Saturday is generally football day with games going on up and down the country in the various leagues. General television is usually limited and they will only air one maybe two games. To me this is a problem, the team I want to watch is very rarely on the tv so I have to turn to my trusty Apple TV.</p>
<p>With a <strong>jailbroken Apple TV</strong> the posibilites of what you can watch are endless, movies, tv shows, live tv, you name it! For sake of this tutorial however we are going to show you how you can watch whatever sporting event from whichever sport you want, Sound awesome? Well it is!</p>
<p>Here is how you do it:</p>
<div class="alert alert-info alert-block">
You will need:</p>
<p>Apple TV 2 (jailbroken)</p>
<p><span class="label label-info">Tutorial:</span> If you need to know <a href="http://www.ijailbreakthis.com/2013/02/14/how-to-jailbreak-your-apple-tv-gen-2-running-ios-5-2/">how to jailbreak your TV</a> then here is a tutorial</p>
<p>XBMC installed</p>
<p>A television
</div>
<p>We are going to be installing a fantastic XBMC addon called <strong>SportsDevil.</strong> Assuming that you already have XBMC installed and the Fusion drive then we can continue. If you do not have these installed yet then follow the links below before you continue.</p>
<p><span class="label label-info">Tutorial:</span><a href="http://www.ijailbreakthis.com/2012/12/18/nito-installer-simpler-way-to-install-nitotv-and-xbmc-on-your-jailbroken-apple-tv/"> How to install XBMC on your Apple TV</a></p>
<p><span class="label label-info">Tutorial:</span> <a href="http://www.ijailbreakthis.com/2013/01/03/how-to-easily-install-addons-to-your-apple-tv-using-fusion/">How to install the Fusion drive on your Apple TV</a></p>
<p><span class="badge badge-warning">1</span> Once you have both installed and you&#8217;re good to go, open up XBMC and head over to <strong>system &gt; settings</strong></p>
<p><span class="badge badge-warning">2</span> Scroll down to <strong>Addons &gt; Install from zip</strong></p>
<p><span class="badge badge-warning">3</span> Scroll down to the <strong>Fusion folder </strong>and open it up</p>
<p><span class="badge badge-warning">4</span> Locate the <strong>Sports</strong> folder and open that up</p>
<p><span class="badge badge-warning">5</span> Click on <strong>repositories</strong></p>
<p><span class="badge badge-warning">6</span> The repo that you are going to be looking for is <a href="http://xbmc-development-with-passion.googlecode.com/files/repository.MaxMustermann.xbmc-1.0.1.zip" target="_blank">Max Mustermann repository</a> it should be the first on the list. Click that and it will give you a message saying &#8216;enabled&#8217;</p>
<p><span class="badge badge-warning">7</span> Once you have seen that message pop up, head back to the addons page and click on <strong>&#8216;get addons&#8217; </strong>you will then need to find the <a href="http://xbmc-development-with-passion.googlecode.com/files/repository.MaxMustermann.xbmc-1.0.1.zip" target="_blank">Max Mustermann</a> Addons and click on that and then click on <strong>&#8216;video addons&#8217;</strong> From there you should see an Addon called<strong> &#8216;SportsDevil&#8217; </strong></p>
<p><span class="badge badge-warning">8</span> Click to enable and job done! You have now installed SportsDevil. Now let&#8217;s run through how to get it up and running.</p>
<p><span class="badge badge-warning">9</span> Right, you&#8217;re going to need to head to the videos section from the main XBMC page, open it up. Click on <strong>Video Addons </strong>and you should then see SportsDevil in there.</p>
<p><span class="badge badge-warning">10</span> Open up the SportsDevil folder and get ready to overwhelmed with the available content! Click on <strong>&#8216;Live Sports&#8217;</strong> to continue</p>
<p>Basically from the main SportsDevil &#8216;Live Sports&#8217; page you are shown several sources from which you can find a stream for the sport you are looking for. For me the most secure and consistent ones are <strong>RojaDirecta and LSHunter.</strong> In all fairness they are all really good, it all depends on what you&#8217;re looking for.</p>
<p>Open up one of the sources, select the sport that you want to watch and then find the stream. It really is as simple as that. You will find that the quality of the streams vary however I have had great experience in the past watching the Premier League matches in almost HD quality. Sometimes it can be a little bit of a trial and error process as most of the sports will come with several stream links so try a few out if you&#8217;re not happy with them then close that source and open a new one and try again. As I said it is a little bit of trial and error at times however you will quickly become familiar with which are great links and which are not so good.</p>
<p>You will also be able to use SportsDevil for live PPV events such as boxing, WWF, UFC etc..</p>
<p>Hope this little tutorial helps you out, let me know if you have any questions, leave a comment below or tweet us <a href="http://www.twitter.com/ijailbreakthis" target="_blank">@iJailbreakthis </a></p>
<p>The post <a href="http://www.ijailbreakthis.com/2013/05/16/how-to-watch-live-sports-box-office-events-on-your-apple-tv/">How To Watch Live Sports &#038; Box Office Events On Your Apple TV</a> appeared first on <a href="http://www.ijailbreakthis.com">iJailbreakthis</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ijailbreakthis.com/2013/05/16/how-to-watch-live-sports-box-office-events-on-your-apple-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Save 15% On Your Next Order With iCarbons</title>
		<link>http://www.ijailbreakthis.com/2013/05/16/save-15-on-your-next-order-with-icarbons/</link>
		<comments>http://www.ijailbreakthis.com/2013/05/16/save-15-on-your-next-order-with-icarbons/#comments</comments>
		<pubDate>Thu, 16 May 2013 06:38:55 +0000</pubDate>
		<dc:creator>Matthew Patterson</dc:creator>
				<category><![CDATA[iCarbons]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.ijailbreakthis.com/?p=7363</guid>
		<description><![CDATA[<p><p><a href="http://zfer.us/YA4QI"></a></p> <p>We recently posted a few articles on new products available on iCarbons.com such as the official <a href="http://www.ijailbreakthis.com/2013/05/13/the-official-wwjc-custom-icarbons-skins/">WWJC custom skin</a> and the new<a href="http://www.ijailbreakthis.com/2013/05/09/new-zesty-orange-icarbons-skin/"> &#8216;zesty-orange&#8217;- colour option</a> which has been added to the iCarbons family. Well we are pleased to let you all know that we have spoken with iCarbons directly and set up a special promotion code only available [...]</p><p>The post <a href="http://www.ijailbreakthis.com/2013/05/16/save-15-on-your-next-order-with-icarbons/">How To Save 15% On Your Next Order With iCarbons</a> appeared first on <a href="http://www.ijailbreakthis.com">iJailbreakthis</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://zfer.us/YA4QI"><img alt="ijt15" src="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/ijt15.jpg" width="1082" height="300" /></a></p>
<p>We recently posted a few articles on new products available on iCarbons.com such as the official <a href="http://www.ijailbreakthis.com/2013/05/13/the-official-wwjc-custom-icarbons-skins/">WWJC custom skin</a> and the new<a href="http://www.ijailbreakthis.com/2013/05/09/new-zesty-orange-icarbons-skin/"> &#8216;zesty-orange&#8217;- colour option</a> which has been added to the iCarbons family. Well we are pleased to let you all know that we have spoken with iCarbons directly and set up a special promotion code only available on<a href="http://www.ijailbreakthis.com"><strong> iJailbreakthis.com</strong></a></p>
<p>Click the banner above or this link to view the <a href="http://zfer.us/YA4QI">iCarbons.com website</a>.</p>
<p><strong>Save 15%</strong> on all orders site wide on<a href="http://zfer.us/YA4QI"> iCarbons.com</a> simply use voucher code iJT15 at checkout to claim your discount.</p>
<p>Enjoy folks!</p>
<p>The post <a href="http://www.ijailbreakthis.com/2013/05/16/save-15-on-your-next-order-with-icarbons/">How To Save 15% On Your Next Order With iCarbons</a> appeared first on <a href="http://www.ijailbreakthis.com">iJailbreakthis</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ijailbreakthis.com/2013/05/16/save-15-on-your-next-order-with-icarbons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Official WWJC Custom iCarbons Skins Review</title>
		<link>http://www.ijailbreakthis.com/2013/05/13/the-official-wwjc-custom-icarbons-skins/</link>
		<comments>http://www.ijailbreakthis.com/2013/05/13/the-official-wwjc-custom-icarbons-skins/#comments</comments>
		<pubDate>Mon, 13 May 2013 18:04:48 +0000</pubDate>
		<dc:creator>Matthew Patterson</dc:creator>
				<category><![CDATA[iCarbons]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.ijailbreakthis.com/?p=7239</guid>
		<description><![CDATA[<p><p>If you are part of the jailbreak scene then you are probably aware that we are getting close to the largest event on the jailbreak calendar which is WWJC (Worldwide Jailbreak Convention) which as of last year was re branded formally known as MyGreatFest. The event is to be held in New York City this year on the 23rd &#38; 24th of [...]</p><p>The post <a href="http://www.ijailbreakthis.com/2013/05/13/the-official-wwjc-custom-icarbons-skins/">The Official WWJC Custom iCarbons Skins Review</a> appeared first on <a href="http://www.ijailbreakthis.com">iJailbreakthis</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you are part of the jailbreak scene then you are probably aware that we are getting close to the largest event on the jailbreak calendar which is <strong>WWJC (Worldwide Jailbreak Convention)</strong> which as of last year was re branded formally known as MyGreatFest. The event is to be held in New York City this year on the <strong>23rd &amp; 24th of August</strong> and is set to be another fantastic event. You can find more information about WWJC <a href="http://jailbreakcon.com/">right here</a>. With the global event quickly creeping up iCarbons and WWJC have yet again teamed up to release a new custom iCarbons skin specifically for the WWJC event. Well we were lucky enough to get our hands on a few of these uniquely designed skins early.</p>
<p>Last year <a title="Visit iCarbons" href="http://zfer.us/YA4QI">iCarbons</a> was a leading sponsor of WWJC and released a custom skin for that event too. Last years WWJC skin was a complete inlayed design. Similar to those who own one of the skins with the Apple logo inserts. This year iCarbons and WWJC have gone the extra mile and designed something quite remarkable. Using <a href="http://twitter.com/KrisNapDesigns" target="_blank">@KrisNapDesigns</a> awesome design for the WWJC logo they have incorporated the NYC skyline right in there with the lettering. Kris has taken pride in the logo design and has paid great attention to detail. After speaking with Bruce over at iCarbons he explained to us how they took the new highly detailed WWJC logo and created a truly unique skin.</p>
<p><i class="icon-quote-left icon-4x pull-left icon-muted"></i><br />
The detail of the logo is amazing! so we wanted to reflect the and the effort it took to create it and make sure we expressed that in the quality of the WWJC skin. This time around we got innovative and used Micro Etching to create this beautiful skin on the Brushed Aluminium and Brushed Titanium. We created the options so any customer can purchase it for the iPhone 4, iPhone 4S and the iPhone 5 and choose the accent colours of their choice. It takes significantly longer to produce the WWJC skin in comparison to the normal iCarbons skins. This is down to the detail of the logo and using this special mico etching process to the WWJC logo that amazing etched 3D look.</p>
<div id="pagelinescarousel" class="carousel slide"><div class="carousel-inner"><div class="item active"><img src="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/wwjc-1.jpg"><div class='carousel-caption'><h4>WWJC Custom Skin</h4><p>
The "Brushed Aluminium &amp; Orange accents" custom WWJC skin, looks sweet!
</p></div></div><div class="item "><img src="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/wwjc-3.jpg"><div class='carousel-caption'><h4>WWJC Custom Skin</h4><p>
Take a look at the amazing detail in the logo.
</p></div></div>
<div class="item "><img src="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/wwjc-4.jpg"><div class='carousel-caption'><h4>WWJC Custom Skin</h4><p>
Here is the WWJC custom iCarbons skin in all of its glory!
</p></div></div>
<div class="item "><img src="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/wwjc-2.jpg"><div class='carousel-caption'><h4>WWJC Custom Skin</h4><p>
A job well done, really loving this new custom skin, just wish I was able to attend WWJC this year!
</p></div></div>
</div><a class="carousel-control left" href="#pagelinescarousel" data-slide="prev">&lsaquo;</a><a class="carousel-control right" href="#pagelinescarousel" data-slide="next">&rsaquo;</a></div>
<p>If you&#8217;re not familiar with what the<a href="http://zfer.us/YA4QI"> iCarbons skins </a>are all about then they are basically a thin piece of durable carbon fibre which wraps around the phone to protect it from general wear and tear. The front skin covers everything but the screen, the back skin covers everything leaving a precession cut hole for both the camera, flash and mic and the side skin wraps 360˚ around the device leaving again precession cut holes for the volume buttons, speakers, power button, headphone jack and lighting port. Everything about the iCarbons skins is precession cut to fit perfectly.</p>
<p>You can pick your WWJC skin today on the iCarbons website while stocks last! I believe that these are selling quickly so if you are intending on buying one I recommend that you don&#8217;t hang around! <strong>You can save 15% off your next iCarbons order by using code <span style="color: #28b0d6;">iJT15</span> at checkout. </strong></p>
<div class="alert alert-success alert-block"></p>
<h2 class="alert-heading">Save 15% Today! <a class="btn btn-success" href="http://zfer.us/YA4QI"> <i class="icon-shopping-cart icon-large"></i> Order Now!</a></h2>
<p>Exclusive Offer Only Available via iJailbreakthis.com Save 15% off your next order on iCarbons.com!</p>
<h3><span class="label label-success">Use Code iJT15 At Checkout</span></h3>
<p></div>
<p>The post <a href="http://www.ijailbreakthis.com/2013/05/13/the-official-wwjc-custom-icarbons-skins/">The Official WWJC Custom iCarbons Skins Review</a> appeared first on <a href="http://www.ijailbreakthis.com">iJailbreakthis</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ijailbreakthis.com/2013/05/13/the-official-wwjc-custom-icarbons-skins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New &#8216;Zesty Orange&#8217; iCarbons Skin Added To The Family</title>
		<link>http://www.ijailbreakthis.com/2013/05/09/new-zesty-orange-icarbons-skin/</link>
		<comments>http://www.ijailbreakthis.com/2013/05/09/new-zesty-orange-icarbons-skin/#comments</comments>
		<pubDate>Thu, 09 May 2013 17:50:40 +0000</pubDate>
		<dc:creator>Matthew Patterson</dc:creator>
				<category><![CDATA[Apple TV]]></category>
		<category><![CDATA[iCarbons]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.ijailbreakthis.com/?p=7195</guid>
		<description><![CDATA[<p><p><a href="http://zfer.us/YA4QI"></a></p> <p>The guys over at <a href="http://zfer.us/YA4QI">iCarbons</a> recently released a new colour to the awesome carbon fibre skins family, orange! We have managed to get our hands on a few and have already fallen in love with this bright and vibrant colour. I have recently installed the orange iCarbons skin on one of my Apple TV 2&#8242;s (yeah&#8230; I [...]</p><p>The post <a href="http://www.ijailbreakthis.com/2013/05/09/new-zesty-orange-icarbons-skin/">New &#8216;Zesty Orange&#8217; iCarbons Skin Added To The Family</a> appeared first on <a href="http://www.ijailbreakthis.com">iJailbreakthis</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://zfer.us/YA4QI"><img class="img-polaroid" alt="" src="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/orange-2.jpg" /></a></p>
<p>The guys over at <a href="http://zfer.us/YA4QI">iCarbons</a> recently released a new colour to the awesome carbon fibre skins family, <strong>orange!</strong> We have managed to get our hands on a few and have already fallen in love with this bright and vibrant colour. I have recently installed the orange iCarbons skin on one of my Apple TV 2&#8242;s (yeah&#8230; I have a few), my initial thoughts were that without the Apple logo inserts which we all know iCarbons have had to remove the skins on the Apple TV may make it look a little blocky or plain. You will be happy to know that my initial pre install thoughts were so wrong, it looks awesome!</p>
<p>I have posted in the past a tutorial on how to intall the <a href="http://www.ijailbreakthis.com/2012/12/19/a-stylish-carbon-fibre-skin-to-your-apple-tv/">Apple TV iCarbons skin</a> so make sure you head over and check it out, or watch one of the great videos that the folks over at iCarbons have put together. They really are a great help. <em>You can find their videos right here &gt; <a href="http://www.icarbons.com/pages/videos">iCarbons Install Videos</a></em></p>
<p><a href="http://zfer.us/YA4QI"><img class="img-polaroid" alt="" src="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/orange.jpg" /></a></p>
<p>The new orange skins are available on the<a href="http://zfer.us/YA4QI"> iCarbons website</a> right now and have been on sale for a few weeks. After speaking with Bruce directly he has had this to say&#8230;</p>
<div class="alert alert-info alert-block">
<i class="icon-quote-left"></i> The orange skins have been a really popular choice since their launch. A lot of people are combining the orange skins with white or black accents which looks really cool <i class="icon-quote-right"></i>
</div>
<p>I opted to to give the Apple TV skin a go and I must say after installing it I am really impressed with the colour. To get a feel as to how bright the skin is take a look at the green skins which were released a few months ago. The orange skin is very much on par with the vibrant green. As mentioned in the previous ATV skin install article the install process for the Apple TV is one of the more simple of iCarbons installs. Made even simpler with the fact there is now no inserts and small lettering to mess around with. The only &#8220;tricky&#8221; part of the ATV install really is front of the silver remote. I say tricky, but all you need to do is focus and take your time on the install just to get the skin to fit nicely around the buttons. I am a little bit of  perfectionist so the skin needs to be exactly right before I press down.</p>
<p>Now we all know that iCarbons have had to remove the Apple logo inserts and a lot of you are doubting whether or not your device will look cool now that the Apple logo is &#8216;hidden&#8217; well I discovered this when I was installing the bottom piece of the ATV skin. Once you have applied the skin to the bottom, the Apple logo is slightly indented.</p>
<p><span class="label label-info">iJT Top Tip!!</span> If you take a hairdryer and apply some heat to the skin and press down firmly you can cause the skin to weld around the indention which will cause the Apple logo to show through! Which in my opinion actually looks a lot better than having the logo inserts separately.</p>
<p><a href="http://zfer.us/YA4QI"><img class="img-polaroid" alt="" src="http://www.ijailbreakthis.com/wp-content/uploads/2013/05/orange-5.jpg" /></a></p>
<p>Make sure to give <a href="http://www.twitter.com/icarbonsdotcom">@iCarbonsdotcom</a> a follow on Twitter and if you have have any questions regarding any of the skins or colour options then they will be more than happy to help. Let us know what you think of the orange skins, leave us a comment below or tweet us <a href="http://www.twitter.com/ijailbreakthis">@iJailbreakthis</a></p>
<p>The post <a href="http://www.ijailbreakthis.com/2013/05/09/new-zesty-orange-icarbons-skin/">New &#8216;Zesty Orange&#8217; iCarbons Skin Added To The Family</a> appeared first on <a href="http://www.ijailbreakthis.com">iJailbreakthis</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ijailbreakthis.com/2013/05/09/new-zesty-orange-icarbons-skin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
