<?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>NomadsNirvana.com &#187; angrybirds</title>
	<atom:link href="http://nomadsnirvana.com/tag/angrybirds/feed" rel="self" type="application/rss+xml" />
	<link>http://nomadsnirvana.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Apr 2012 05:33:10 +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>Angrybirds – Custom Levels (Made easy)</title>
		<link>http://mobileinfo.nomadsnirvana.com/2010/03/30/angrybirds-%e2%80%93-custom-levels-made-easy</link>
		<comments>http://mobileinfo.nomadsnirvana.com/2010/03/30/angrybirds-%e2%80%93-custom-levels-made-easy#comments</comments>
		<pubDate>Tue, 30 Mar 2010 09:15:49 +0000</pubDate>
		<dc:creator>Christopher Stobbs</dc:creator>
				<category><![CDATA[Mobile Info]]></category>
		<category><![CDATA[angrybirds]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[N900]]></category>

		<guid isPermaLink="false">http://nomadsnirvana.com/?p=646</guid>
		<description><![CDATA[It’s back again and this time thanks to our great friend Cgarvie over at talk.maemo.org who has now made the installation process much much easier. If you not 100% whats going on, you might remember I posted a few months ago about making custom levels for the game Angrybirds. If you missed it head over [...]]]></description>
			<content:encoded><![CDATA[<p>It’s back again and this time thanks to our great friend <a href="http://talk.maemo.org/member.php?u=25451" target="_blank">Cgarvie</a> over at <a href="http://talk.maemo.org" target="_blank">talk.maemo.org</a> who has now made the installation process much much easier.<br />
If you not 100% whats going on, you might remember I posted a few months ago about making custom levels for the game Angrybirds. If you missed it head over and see what I had to say: <a href="http://mobileinfo.nomadsnirvana.com/2010/02/02/angrybirds-custom-levels" target="_blank">Angrybirds – Custom Levels</a><br />
The current thread that deals with all the questions/suggestion for the Angrybirds Custom levels is here: <a href="http://talk.maemo.org/showthread.php?t=42999" target="_blank">Angry Birds Custom Levels</a>.<br />
So Instead of me trying to translate the thread I went to man behind the work, who is no other than <a href="http://talk.maemo.org/member.php?u=25451" target="_blank">Cgarvie</a>.<br />
So the first thing to do is to get the file: <a href="http://talk.maemo.org/attachment.php?attachmentid=7549&amp;d=1267204577" target="_blank">download here</a><br />
Next is to read what Craig had to say:</p>
<blockquote><p>Ok lets start with my Post to the Forums</p>
<p>************************************************** **********************<br />
But first GO and buy the Rovio expansion pack. Its much simpler if you do this first.</p>
<p>Then Download the file attached to your N900. How you do this is upto you.</p>
<p>BUT DO NOT COPY THE FILE TO THE ROOT OF THE DEVICE.<br />
ITS BEST COPIED INTO YOUR HOME DIRECTORY</p>
<p>untaring the file in the root of the device will take up valuable space and MAY CAUSE PROBLEMS</p>
<p>THEN ALL AS ROOT.</p>
<p>run<br />
tar xzf custom-release.gz<br />
cd custom</p>
<p>sh setup-cust-AB<br />
this sets up AB to be custom level compatible.</p>
<p>sh run-cust<br />
this allows you to play custom levels</p>
<p>sh run-rovio<br />
changes back to rovio levels;</p>
<p>these 2 commands used to switch back and forth as you effectively swap the game between custom and official levels</p>
<p>sh reset<br />
should be run before upgrading OS or buying rovio levels(i think) but is otherwise not needed<br />
*****************************</p>
<p>Ok so the First bit would be simple if it didnt keep disappearing from the online shop. But i cant stress this enough Rovios beer great help, and very generous allowing me to tinker around.</p>
<p>SO onto the Install</p>
<p>FIrst a Warning. You should really try to understand what your doing if you tinker. I am not responsible for any trouble you get into. But i will try to help you if you do.<br />
Saying that this is fairly simple and i will try explain whats happening.</p>
<p>You will need to have root access so see else where for that. And take REAL note of the Warning. Having root access is great but can be dangerous.</p>
<p>there really 2 options Dowload on a different machine and copy to phone or download from phone</p>
<p>either is as good as the other as long as you end up with the tarred file is on you phone and NOT (listen up folks) NOT in the root area. There whole threads about the problems filling the root area up</p>
<p>So /home/user<br />
seems a good and sensible place.</p>
<p>Ok now you have a tarred and zipped file but thats not use to man nor mouse , so we need to unzip and untar</p>
<p>enter<br />
tar xzf custom-release.gz<br />
at the command line</p>
<p>This does as i suggested. it unzips (z option) and unpacks (x option ) . But google is you friend so go find out more about tar.</p>
<p>This should create a Directory called custom.<br />
If i need to explain<br />
cd custom</p>
<p>then you should give up now, and go do something less boring instead</p>
<p>now onto the clever bit<br />
sh setup-cust-AB<br />
this sets up AB to be custom level compatible.</p>
<p>sh runs a shell script. Shell is a basic programming language.</p>
<p>This checks if AB is running and moans if it is<br />
It then moves all the Rovio files aside and copys my levels to the AB structure.<br />
It then sets up symbolic links (go google again) that point to the Angry bird levels and level info</p>
<p>The 2 other scripts<br />
sh run-cust<br />
sh run-rovio effectively just move the symbolic links to point to rovio or custom levels</p>
<p>the final part<br />
sh reset<br />
should return the setup to how it was on AB install.<br />
a sensible move before upgrading AB or the OS.</p>
<p>Hope this helps<br />
Craig</p></blockquote>
<p>I want to thank Craig for taking the time to explain, some of you might find some of his words “harsh” but to be honest, if you don’t understand and you are getting stuck, please google and/or ask for help, because the last thing we want is for you guess and then end up damaging your phone.</p>
<p>So To Summarise:</p>
<ol>
<li>Extract Files (<strong>tar xzf custom-release.gz</strong>)</li>
<li>Go to your new custom folder (<strong>cd custom</strong>)</li>
<li>Setup Angrybirds to be custom level compatible (<strong>sh setup-cust-AB</strong>)</li>
<li>Play custom levels(<strong>sh run-cust</strong>)</li>
<li>Play normal levels(<strong>sh run-rovio</strong>)</li>
<li>Reset everything to the way it was in the beginning(<strong>sh reset</strong>)</li>
</ol>
<p>Here is a link to the orginal post that Craig refers to:<br />
<a href="http://talk.maemo.org/showpost.php?p=547863&amp;postcount=148">http://talk.maemo.org/showpost.php?p=547863&amp;postcount=148</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mobileinfo.nomadsnirvana.com/2010/03/30/angrybirds-%e2%80%93-custom-levels-made-easy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Angrybirds &#8211; Custom Levels</title>
		<link>http://mobileinfo.nomadsnirvana.com/2010/02/02/angrybirds-custom-levels</link>
		<comments>http://mobileinfo.nomadsnirvana.com/2010/02/02/angrybirds-custom-levels#comments</comments>
		<pubDate>Tue, 02 Feb 2010 10:32:37 +0000</pubDate>
		<dc:creator>Christopher Stobbs</dc:creator>
				<category><![CDATA[Mobile Info]]></category>
		<category><![CDATA[angrybirds]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[N900]]></category>

		<guid isPermaLink="false">http://mobileinfo.nomadsnirvana.com/?p=538</guid>
		<description><![CDATA[A few weeks have pasted since our friends over at Rovio release the awesome Angrybirds game for the N900 over at the ovi store:. The game is already being downloaded 6 times more than the original sales of the same game on the iPhone. The first world of Angrybirds is free as I mentioned in [...]]]></description>
			<content:encoded><![CDATA[<div class="content">A few weeks have pasted since our friends over at <a class="postlink" href="http://www.rovio.com/cms/">Rovio</a> release the awesome Angrybirds game for the N900 over at the  <a class="postlink" href="http://store.ovi.com/content/23158?clickSource=browse&amp;contentArea=games">ovi store:</a>.<br />
The game is already being downloaded 6 times more than the original sales of the same game on the iPhone. The first world of Angrybirds is free as I mentioned in my first review of the game <a class="postlink" href="http://mobileinfo.nomadsnirvana.com/2010/01/14/games-angry-birds">here</a>.<br />
Most of you may also know that there was an issue with the release of the level pack on Ovi store, which allowed users to directly download the Level pack from their N900&#8242;s without having to pay.<br />
Rovio promtly removed the pack, and now most people are left waiting to part with their £3 pounds so that they may enjoy more awesome levels for this graphically beautiful game.</p>
<p>Fear not my little friends because a few of us over at <a class="postlink" href="http://maemo.org">Maemo.org</a> have started a thread for a Level editor. Another great thing is that <a class="postlink" href="http://talk.maemo.org/member.php?u=25026">@Miika</a> over at <a class="postlink" href="http://maemo.org/">Maemo.org</a> is also an employee of Rovio and has been good enough to get us clearance to create our own levels and begin work on a level editor, <a class="postlink" href="http://talk.maemo.org/showthread.php?t=40591">head over</a> and see how things are getting on.</p>
<p>I&#8217;ve also added a post to Maemo-freak <a href="http://www.symbian-freak.com/forum/viewtopic.php?f=49&amp;t=41902" target="_blank">here</a>.<br />
Quote from @Miika</p>
<blockquote class="uncited">
<div>First of all, wow! We anticipated requests for level editor but didn&#8217;t quite expect the users to put effort to reverse engineer their own. It&#8217;s very nice to see the level of interest Angry Birds has received from the Maemo community.<br />
As for any possible legal issues no worries, go for it!</div>
</blockquote>
<p>So while the level editor is being worked on, myself and <a class="postlink" href="http://talk.maemo.org/member.php?u=25451">@cgarvie</a> have created some levels for you to spent your time on.<br />
I must say that all credit goes to <a class="postlink" href="http://talk.maemo.org/member.php?u=25451">@cgarvie</a>, for all his help on teaching us how to make levels and edit files etc.</p>
<p>He has now release a level pack of 10 custom levels:<br />
<img src="http://nomadsnirvana.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=11791&amp;g2_serialNumber=2" alt="Image" /> up and over (@cgarvie)                        <img src="http://nomadsnirvana.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=11792&amp;g2_serialNumber=2" alt="Image" />3 little pigs (@cgarvie)<br />
<img src="http://nomadsnirvana.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=11790&amp;g2_serialNumber=2" alt="Image" /> through the wall (@cgarvie)               <img src="http://nomadsnirvana.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=11797&amp;g2_serialNumber=2" alt="Image" /> mind the steps (@stobbsc)<br />
<img src="http://nomadsnirvana.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=11809&amp;g2_serialNumber=2" alt="Image" /> drop (@cgarvie)                                       <img src="http://nomadsnirvana.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=11815&amp;g2_serialNumber=2" alt="Image" /> pyramid (@cgarvie)<br />
<img src="http://nomadsnirvana.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=11800&amp;g2_serialNumber=2" alt="Image" /> oh piggy where art thou (@cgarvie)    <img src="http://nomadsnirvana.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=11803&amp;g2_serialNumber=2" alt="Image" /> bounce left right (@stobbsc)<br />
<img src="http://nomadsnirvana.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=11806&amp;g2_serialNumber=2" alt="Image" />roll over miss piggy (@cgarvie)           <img src="http://nomadsnirvana.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=11812&amp;g2_serialNumber=2" alt="Image" /> birdhouse of my soul (@cgarvie)</p>
<p>There is a video below of the levels in action:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="510" height="350" 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/NcSLjVvIMbU&amp;rel=en&amp;fs=1&amp;color1=0x234900&amp;color2=0xd4d4d4" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="510" height="350" src="http://www.youtube.com/v/NcSLjVvIMbU&amp;rel=en&amp;fs=1&amp;color1=0x234900&amp;color2=0xd4d4d4" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Here are the instructions of how you can go ahead and install these levels:<br />
First you need to download the attached file:<a href="http://talk.maemo.org/attachment.php?attachmentid=6662&amp;d=1264863880" target="_blank">HERE</a><br />
You can either use WinRAR to extra the file on your PC or  Type the following in your N900 terminal if you download it directly to your device:</p>
<blockquote class="uncited">
<div>root<br />
tar xfz /home/user/MyDocs/cag_level_pack.tar.gz</div>
</blockquote>
<p>This will extra a mypack folder. Copy this folder to the internal memory of the N900 if you unpacked in windows.<br />
Then open X-Terminal (you will need rootsh) on the N900 an type in the following:</p>
<blockquote class="uncited">
<div>root<br />
mkdir /home/opt/rovio/angrybirds/data/levels/pack2<br />
cp /home/user/MyDocs/mypack/* -R /home/opt/rovio/angrybirds/data/levels/pack2</div>
</blockquote>
<p>So a big thanks to everyone over at Maemo.org and to Rovio. now lets get playing.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://mobileinfo.nomadsnirvana.com/2010/02/02/angrybirds-custom-levels/feed</wfw:commentRss>
		<slash:comments>119</slash:comments>
		</item>
	</channel>
</rss>

