<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Nokia N900 Blog | Apps | Games | Themes | Wallpapers | Hacks</title>
	
	<link>http://nokia-n900.com</link>
	<description>Nokia N900 Blog: Maemo Apps, Games, Themes, Wallpapers, Hacks</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:28:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/n900" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="n900" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">n900</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>[How-To] Save up battery by taking down WiFi</title>
		<link>http://nokia-n900.com/how-to-save-up-battery-by-taking-down-wifi/</link>
		<comments>http://nokia-n900.com/how-to-save-up-battery-by-taking-down-wifi/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 16:24:16 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[N900 guide]]></category>
		<category><![CDATA[n900 hacks]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[nokia n900]]></category>
		<category><![CDATA[nokia n900 hacks]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=5118</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>

			
				
			
		
If you&#8217;re interested in saving up battery, here&#8217;s a little how-to on adding a desktop-cmd-exec button that will enable/disable WiFi completely upon being pressed.
First, get desktop command execution widget, if you don&#8217;t have it already:
sudo gainroot
apt-get install desktop-cmd-exec
Next you would want to get an enable/disable script. For your convenience, I&#8217;ve uploaded it to Pastebin: http://pastebin.com/3ZHx11GZ
Copy the script and save it as wifi.sh in your home directory. Make it executable:
chmod +x wifi.sh
Now, to add the button. Switch to a desktop where you wish to place it, go to edit mode (long tap on the screen or tap on an empty space and tap the gear button that appears on top). Add Desktop Command Execution Widget from the menu, and click the wrench on the widget that appeared. Select the &#8220;Add cmd&#8221; option on the right. Name the command &#8220;Enable/Disable WiFi&#8221; or however you&#8217;d like, in command put this:
echo &#8220;/home/user/wifi.sh&#8221; &#124; sudo gainroot &#124; echo &#8220;&#8221;
Add the command, you&#8217;ll be kicked back to the edit mode, so press the wrench again. You&#8217;ll see that the new command was already chosen (if it is not, chose it), so you need just to adjust a few options, check the &#8220;Update on click&#8221; option and uncheck &#8220;Update on boot&#8221; and &#8220;Update on desktop change&#8221; buttons. Ta-da! Now you have a button to completely disable the WiFi when you don&#8217;t need it and enable it on need, which will save up quite some battery charge.

____________________________________________________
Of course, you can utilize the script otherwise, like adding an Alarmed job to disable/enable wifi on certain times.

			
				
			
		
Related Posts:Alarmed: &#8220;Cron-like&#8221; jobs with a GUIDesktop Command Execution Widget in detailTop 4 Widgets and Shortcuts I&#8217;ve been using[How-To] Adding a &#8220;Reboot&#8221; button to your powerkey menuHow to add extra commands in your power key menu?]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/pW9XEij2q42yYhfvbFoTxVGWTmg/0/da"><img src="http://feedads.g.doubleclick.net/~a/pW9XEij2q42yYhfvbFoTxVGWTmg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/pW9XEij2q42yYhfvbFoTxVGWTmg/1/da"><img src="http://feedads.g.doubleclick.net/~a/pW9XEij2q42yYhfvbFoTxVGWTmg/1/di" border="0" ismap="true"></img></a></p><style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fhow-to-save-up-battery-by-taking-down-wifi%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fhow-to-save-up-battery-by-taking-down-wifi%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you&#8217;re interested in saving up battery, here&#8217;s a little how-to on adding a desktop-cmd-exec button that will enable/disable WiFi completely upon being pressed.</p>
<p>First, get desktop command execution widget, if you don&#8217;t have it already:</p>
<p><strong>sudo gainroot</strong></p>
<p><strong>apt-get install desktop-cmd-exec</strong></p>
<p>Next you would want to get an enable/disable script. For your convenience, I&#8217;ve uploaded it to Pastebin: <a href="http://pastebin.com/3ZHx11GZ">http://pastebin.com/3ZHx11GZ</a></p>
<p>Copy the script and save it as wifi.sh in your home directory. Make it executable:</p>
<p><strong>chmod +x wifi.sh</strong></p>
<p>Now, to add the button. Switch to a desktop where you wish to place it, go to edit mode (long tap on the screen or tap on an empty space and tap the gear button that appears on top). Add Desktop Command Execution Widget from the menu, and click the wrench on the widget that appeared. Select the &#8220;Add cmd&#8221; option on the right. Name the command &#8220;Enable/Disable WiFi&#8221; or however you&#8217;d like, in command put this:</p>
<p><strong>echo &#8220;/home/user/wifi.sh&#8221; | sudo gainroot | echo &#8220;&#8221;</strong></p>
<p>Add the command, you&#8217;ll be kicked back to the edit mode, so press the wrench again. You&#8217;ll see that the new command was already chosen (if it is not, chose it), so you need just to adjust a few options, check the &#8220;Update on click&#8221; option and uncheck &#8220;Update on boot&#8221; and &#8220;Update on desktop change&#8221; buttons. Ta-da! Now you have a button to completely disable the WiFi when you don&#8217;t need it and enable it on need, which will save up quite some battery charge.</p>
<p><a href="http://nokia-n900.com/how-to-save-up-battery-by-taking-down-wifi/enablewifi/" rel="attachment wp-att-5119"><img class="aligncenter size-medium wp-image-5119" title="enablewifi" src="http://nokia-n900.com/wp-content/uploads/2012/02/enablewifi-300x180.png" alt="" width="300" height="180" /></a></p>
<p>____________________________________________________</p>
<p>Of course, you can utilize the script otherwise, like adding an <a title="Alarmed: “Cron-like” jobs with a GUI" href="http://nokia-n900.com/alarmed-cron-like-jobs-with-a-gui/">Alarmed</a> job to disable/enable wifi on certain times.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fhow-to-save-up-battery-by-taking-down-wifi%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fhow-to-save-up-battery-by-taking-down-wifi%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/alarmed-cron-like-jobs-with-a-gui/" rel="bookmark" class="crp_title">Alarmed: &#8220;Cron-like&#8221; jobs with a GUI</a></li><li><a href="http://nokia-n900.com/desktop-command-execution-widget-in-detail/" rel="bookmark" class="crp_title">Desktop Command Execution Widget in detail</a></li><li><a href="http://nokia-n900.com/4-widgets-shortcuts-n900/" rel="bookmark" class="crp_title">Top 4 Widgets and Shortcuts I&#8217;ve been using</a></li><li><a href="http://nokia-n900.com/how-to-adding-a-reboot-button-to-your-powerkey-menu/" rel="bookmark" class="crp_title">[How-To] Adding a &#8220;Reboot&#8221; button to your powerkey menu</a></li><li><a href="http://nokia-n900.com/how-to-add-extra-commands-in-your-power-key-menu/" rel="bookmark" class="crp_title">How to add extra commands in your power key menu?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/how-to-save-up-battery-by-taking-down-wifi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QR and Bar Codes with mBarCode</title>
		<link>http://nokia-n900.com/qr-and-bar-codes-with-mbarcode/</link>
		<comments>http://nokia-n900.com/qr-and-bar-codes-with-mbarcode/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 16:19:54 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[maemo apps]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[n900 apps]]></category>
		<category><![CDATA[nokia n900]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=5113</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>

			
				
			
		
With all the latest hype about QR-codes, you must certainly would want a QR scanner on your phone. Especially if you&#8217;re living in Japan, where QR-codes are most popular.
Well, the N900 sure has a QR-scanner, and a pretty good one! mBarCode, together with a QR plugin can read both barcode and QR information.

You can get both mBarCode and the QR-plugin from the Extras repo:
sudo gainroot
apt-get install mbarcode mbarcode-plugin-qrcode
Launch the application and now you have a very good scanner! Target your camera at a QR or a barcode and the information gets read almost instantly. Links and other &#8220;can-be-malicious&#8221; content is shown to you before getting opened with your tap. You can even check the shortlinks by copying them and visiting this site.
You can also store the scanned code into a file, or read the code from a file you stored. That way you can use the codes later, or scan the codes downloaded from a website.

With all that, mBarCode is a must-have if you&#8217;re used to dealing with QR and barcodes.
_________________________________________________________________________
In case if you&#8217;d want to test how it works and you don&#8217;t have any scannable codes around, you can use an online generator, like this one.

			
				
			
		
Related Posts:N900 Q&#038;A &#8211; operator codes, bluetooth sharing, software sourcesHow to add extra commands in your power key menu?Evopedia: Offline Wikipedia ReaderQ&#038;A: USSD-pad step by stepN900 in GSM network &#8211; NetMon]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/1RYm2hAoojBJQO-JrUCd4nPaynk/0/da"><img src="http://feedads.g.doubleclick.net/~a/1RYm2hAoojBJQO-JrUCd4nPaynk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/1RYm2hAoojBJQO-JrUCd4nPaynk/1/da"><img src="http://feedads.g.doubleclick.net/~a/1RYm2hAoojBJQO-JrUCd4nPaynk/1/di" border="0" ismap="true"></img></a></p><style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fqr-and-bar-codes-with-mbarcode%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fqr-and-bar-codes-with-mbarcode%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>With all the latest hype about QR-codes, you must certainly would want a QR scanner on your phone. Especially if you&#8217;re living in Japan, where QR-codes are most popular.</p>
<p>Well, the <a href="http://nokia-n900.com/go/nokian900" style=""  rel="nofollow" onmouseover="self.status='http://nokia-n900.com/go/nokian900';return true;" onmouseout="self.status=''">N900</a> sure has a QR-scanner, and a pretty good one! mBarCode, together with a QR plugin can read both barcode and QR information.</p>
<p><a href="http://nokia-n900.com/qr-and-bar-codes-with-mbarcode/mbarcode/" rel="attachment wp-att-5114"><img class="aligncenter size-medium wp-image-5114" title="mbarcode" src="http://nokia-n900.com/wp-content/uploads/2012/02/mbarcode-300x180.png" alt="" width="300" height="180" /></a></p>
<p>You can get both mBarCode and the QR-plugin from the Extras repo:</p>
<p><strong>sudo gainroot</strong></p>
<p><strong>apt-get install mbarcode mbarcode-plugin-qrcode</strong></p>
<p>Launch the application and now you have a very good scanner! Target your camera at a QR or a barcode and the information gets read almost instantly. Links and other &#8220;can-be-malicious&#8221; content is shown to you before getting opened with your tap. You can even check the shortlinks by copying them and visiting <a title="this" href="http://urlxray.com/">this</a> site.</p>
<p>You can also store the scanned code into a file, or read the code from a file you stored. That way you can use the codes later, or scan the codes downloaded from a website.</p>
<p><a href="http://nokia-n900.com/qr-and-bar-codes-with-mbarcode/mbarcode1/" rel="attachment wp-att-5115"><img class="aligncenter size-medium wp-image-5115" title="mbarcode1" src="http://nokia-n900.com/wp-content/uploads/2012/02/mbarcode1-300x180.png" alt="" width="300" height="180" /></a></p>
<p>With all that, mBarCode is a must-have if you&#8217;re used to dealing with QR and barcodes.</p>
<p>_________________________________________________________________________</p>
<p>In case if you&#8217;d want to test how it works and you don&#8217;t have any scannable codes around, you can use an online generator, like <a title="asd" href="http://qrcode.kaywa.com">this one</a>.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fqr-and-bar-codes-with-mbarcode%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fqr-and-bar-codes-with-mbarcode%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/n900-qa-operator-codes-bluetooth-sharing-software-sources/" rel="bookmark" class="crp_title">N900 Q&#038;A &#8211; operator codes, bluetooth sharing, software sources</a></li><li><a href="http://nokia-n900.com/how-to-add-extra-commands-in-your-power-key-menu/" rel="bookmark" class="crp_title">How to add extra commands in your power key menu?</a></li><li><a href="http://nokia-n900.com/evopedia-offline-wikipedia-reader/" rel="bookmark" class="crp_title">Evopedia: Offline Wikipedia Reader</a></li><li><a href="http://nokia-n900.com/qa-ussd-pad-step-by-step/" rel="bookmark" class="crp_title">Q&#038;A: USSD-pad step by step</a></li><li><a href="http://nokia-n900.com/n900-in-gsm-network-netmon/" rel="bookmark" class="crp_title">N900 in GSM network &#8211; NetMon</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/qr-and-bar-codes-with-mbarcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teeworlds on N900</title>
		<link>http://nokia-n900.com/teeworlds-on-n900/</link>
		<comments>http://nokia-n900.com/teeworlds-on-n900/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 16:43:29 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[n900 games]]></category>
		<category><![CDATA[nokia n900]]></category>
		<category><![CDATA[nokia n900 games]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=5105</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>

			
				
			
		
If you happen to run a GNU/Linux machine and often play video games, then you might have heard of Teeworlds. If you didn&#8217;t hear about it yet, Teeworld is a retro-styled 2-D online side-scroller, which has pretty graphics, fast-paced gameplay with the well-known game mods: CTF, Deathmatch, etc. A lot of user-created content is available for the game, including extra modes, maps, and graphical sets.  Well, thanks to the Maemo being a complete GNU/Linux distribution, Teeworlds is surely available for playing on your N900!

The package for Teeworlds is available in Extras and you can install it with
sudo gainroot
apt-get install teeworlds
Once installed, you can launch it and see how actually well does the PC game run on your phone. Teeworlds starts up pretty smoothly, can access all the servers, settings and everything else. While you might think that the N900 keyboard might not be suitable for playing, the default key bindings prove otherwise, the game is played fairly well. If you don&#8217;t like the bindings, of course you can set your own.
Another point for Maemo&#8217;s power as a mobile platform, such a game is definitely worth trying, so check it out!

			
				
			
		
Related Posts:The Battle for Wesnoth on N900Miniature: Play online chess games on your N900Let´s play a little bit!Tron: Legacy and GLtron for N900SNES for the Nokia N900]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/CEcI3UJhSOVzceTUN0EFwwMYMA0/0/da"><img src="http://feedads.g.doubleclick.net/~a/CEcI3UJhSOVzceTUN0EFwwMYMA0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/CEcI3UJhSOVzceTUN0EFwwMYMA0/1/da"><img src="http://feedads.g.doubleclick.net/~a/CEcI3UJhSOVzceTUN0EFwwMYMA0/1/di" border="0" ismap="true"></img></a></p><style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fteeworlds-on-n900%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fteeworlds-on-n900%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you happen to run a GNU/Linux machine and often play video games, then you might have heard of <a title="Teeworlds" href="http://www.teeworlds.com/">Teeworlds</a>. If you didn&#8217;t hear about it yet, Teeworld is a retro-styled 2-D online side-scroller, which has pretty graphics, fast-paced gameplay with the well-known game mods: CTF, Deathmatch, etc. A lot of user-created content is available for the game, including extra modes, maps, and graphical sets.  Well, thanks to the Maemo being a complete GNU/Linux distribution, Teeworlds is surely available for playing on your <a href="http://nokia-n900.com/go/nokian900" style=""  rel="nofollow" onmouseover="self.status='http://nokia-n900.com/go/nokian900';return true;" onmouseout="self.status=''">N900</a>!</p>
<p><a href="http://nokia-n900.com/teeworlds-on-n900/teeworlds/" rel="attachment wp-att-5108"><img class="aligncenter size-medium wp-image-5108" title="teeworlds" src="http://nokia-n900.com/wp-content/uploads/2012/02/teeworlds-300x180.png" alt="" width="300" height="180" /></a></p>
<p>The package for Teeworlds is available in Extras and you can install it with</p>
<p><strong>sudo gainroot</strong></p>
<p><strong>apt-get install teeworlds</strong></p>
<p><strong></strong>Once installed, you can launch it and see how actually well does the PC game run on your phone. Teeworlds starts up pretty smoothly, can access all the servers, settings and everything else. While you might think that the <a href="http://nokia-n900.com/go/nokian900" style=""  rel="nofollow" onmouseover="self.status='http://nokia-n900.com/go/nokian900';return true;" onmouseout="self.status=''">N900</a> keyboard might not be suitable for playing, the default key bindings prove otherwise, the game is played fairly well. If you don&#8217;t like the bindings, of course you can set your own.</p>
<p>Another point for Maemo&#8217;s power as a mobile platform, such a game is definitely worth trying, so check it out!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fteeworlds-on-n900%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fteeworlds-on-n900%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/the-battle-for-wesnoth-on-n900/" rel="bookmark" class="crp_title">The Battle for Wesnoth on N900</a></li><li><a href="http://nokia-n900.com/miniature-play-online-chess-games-on-your-n900/" rel="bookmark" class="crp_title">Miniature: Play online chess games on your N900</a></li><li><a href="http://nokia-n900.com/let%c2%b4s-play-a-little-bit/" rel="bookmark" class="crp_title">Let´s play a little bit!</a></li><li><a href="http://nokia-n900.com/tron-legacy-and-gltron-for-n900/" rel="bookmark" class="crp_title">Tron: Legacy and GLtron for N900</a></li><li><a href="http://nokia-n900.com/snes-for-the-nokia-n900/" rel="bookmark" class="crp_title">SNES for the Nokia N900</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/teeworlds-on-n900/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[How-to] Customizing the “Swipe-to-unlock” screen</title>
		<link>http://nokia-n900.com/how-to-customizing-the-swipe-to-unlock-screen/</link>
		<comments>http://nokia-n900.com/how-to-customizing-the-swipe-to-unlock-screen/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 15:38:42 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[Maemo 5]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[n900 hacks]]></category>
		<category><![CDATA[nokia n900]]></category>
		<category><![CDATA[nokia n900 hacks]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=5097</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>

			
				
			
		
Check out our new page Funny LOL Pictures (click here) - it brings you daily funny pictures that will make you LOL!
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
&#160;
Note: the steps we go through this how-to include modifying low-level system files and imply that the readers know what they are doing. If you can&#8217;t understand some bits or think you might break something, you might want not to try this hack.
Interested in further customization of your N900? Then let&#8217;s take a look at how to change that &#8220;Swipe to unlock&#8221; screen that appears when you press the powerkey with screen locked.
The files we&#8217;re interested in are located under two directories:
 /usr/share/themes/alpha/backgrounds/
and
/usr/share/themes/alpha/images/
Now, the files are lockslider.png, which is a background image located in the first directory mentioned; LockSliderTop/Bottom/Left/Right.png, which are the backgounds for the slider itself and are located in the second directory mentioned; and, finally, LockSliderThumb.png and LockSliderPortrait.png, which are the images for the slider button in landscape and portrait mode. These are also in the second directory mentioned.
You know the file names now, so you&#8217;d want to get creative and make substitutes for those originals! Back them up, if you need it.
Use the original files as a base, you need to be sure the image sizes match. That is, lockslider.png needs to be 800&#215;480, other files need to be the same size as their originals. Check out this custom set for further example.
As soon as you finished creating your files, drop them all to their respective directories and reboot your phone.
  cp -f lockslider.png  /usr/share/themes/alpha/backgrounds/
cp -f LockSlider*.png /usr/share/themes/alpha/images/
sudo gainroot
reboot
Enjoy your new custom Swipe-to-unlock screen!


			
				
			
		
Related Posts:[How-To] Changing in loading bar at startup[How-To] Customizing your SMS and Chat interface[How-To] Adding a &#8220;Reboot&#8221; button to your powerkey menuConboy, a powerful note takerAlarmed: &#8220;Cron-like&#8221; jobs with a GUI]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/C9hzPodmdK6JTVZnVySLuZawGFE/0/da"><img src="http://feedads.g.doubleclick.net/~a/C9hzPodmdK6JTVZnVySLuZawGFE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/C9hzPodmdK6JTVZnVySLuZawGFE/1/da"><img src="http://feedads.g.doubleclick.net/~a/C9hzPodmdK6JTVZnVySLuZawGFE/1/di" border="0" ismap="true"></img></a></p><style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fhow-to-customizing-the-swipe-to-unlock-screen%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fhow-to-customizing-the-swipe-to-unlock-screen%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Check out our new page <a href="http://facebook.com/funnylolpictures">Funny LOL Pictures (click here)</a> - it brings you daily funny pictures that will make you LOL!</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>&nbsp;</p>
<p><strong>Note: the steps we go through this how-to include modifying low-level system files and imply that the readers know what they are doing. If you can&#8217;t understand some bits or think you might break something, you might want not to try this hack.</strong></p>
<p>Interested in further customization of your <a href="http://nokia-n900.com/go/nokian900" style=""  rel="nofollow" onmouseover="self.status='http://nokia-n900.com/go/nokian900';return true;" onmouseout="self.status=''">N900</a>? Then let&#8217;s take a look at how to change that &#8220;Swipe to unlock&#8221; screen that appears when you press the powerkey with screen locked.</p>
<p>The files we&#8217;re interested in are located under two directories:</p>
<p><strong> /usr/share/themes/alpha/backgrounds/</strong></p>
<p>and</p>
<p><strong>/usr/share/themes/alpha/images/</strong></p>
<p>Now, the files are lockslider.png, which is a background image located in the first directory mentioned; LockSliderTop/Bottom/Left/Right.png, which are the backgounds for the slider itself and are located in the second directory mentioned; and, finally, LockSliderThumb.png and LockSliderPortrait.png, which are the images for the slider button in landscape and portrait mode. These are also in the second directory mentioned.</p>
<p>You know the file names now, so you&#8217;d want to get creative and make substitutes for those originals! Back them up, if you need it.</p>
<p>Use the original files as a base, you need to be sure the image sizes match. That is, lockslider.png needs to be 800&#215;480, other files need to be the same size as their originals. Check out <a title="this" href="http://www.mediafire.com/?iotjnho0jni">this</a> custom set for further example.</p>
<p>As soon as you finished creating your files, drop them all to their respective directories and reboot your phone.</p>
<p><strong>  cp -f lockslider.png </strong> <strong>/usr/share/themes/alpha/backgrounds/</strong></p>
<p><strong>cp -f LockSlider*.png <strong>/usr/share/themes/alpha/images/</strong></strong></p>
<p><strong>sudo gainroot</strong></p>
<p><strong>reboot</strong></p>
<p>Enjoy your new custom Swipe-to-unlock screen!</p>
<p><a href="http://nokia-n900.com/how-to-customizing-the-swipe-to-unlock-screen/locks/" rel="attachment wp-att-5098"><img class="aligncenter size-medium wp-image-5098" title="locks" src="http://nokia-n900.com/wp-content/uploads/2012/01/locks-300x180.png" alt="" width="300" height="180" /></a>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fhow-to-customizing-the-swipe-to-unlock-screen%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fhow-to-customizing-the-swipe-to-unlock-screen%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/how-to-changing-in-loading-bar-at-startup/" rel="bookmark" class="crp_title">[How-To] Changing in loading bar at startup</a></li><li><a href="http://nokia-n900.com/how-to-customizing-your-sms-and-chat-interface/" rel="bookmark" class="crp_title">[How-To] Customizing your SMS and Chat interface</a></li><li><a href="http://nokia-n900.com/how-to-adding-a-reboot-button-to-your-powerkey-menu/" rel="bookmark" class="crp_title">[How-To] Adding a &#8220;Reboot&#8221; button to your powerkey menu</a></li><li><a href="http://nokia-n900.com/conboy-a-powerful-note-taker/" rel="bookmark" class="crp_title">Conboy, a powerful note taker</a></li><li><a href="http://nokia-n900.com/alarmed-cron-like-jobs-with-a-gui/" rel="bookmark" class="crp_title">Alarmed: &#8220;Cron-like&#8221; jobs with a GUI</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/how-to-customizing-the-swipe-to-unlock-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conboy, a powerful note taker</title>
		<link>http://nokia-n900.com/conboy-a-powerful-note-taker/</link>
		<comments>http://nokia-n900.com/conboy-a-powerful-note-taker/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 16:08:10 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[maemo apps]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[n900 apps]]></category>
		<category><![CDATA[nokia n900]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=5088</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>

			
				
			
		
Check out our new page Funny LOL Pictures (click here) - it brings you daily funny pictures that will make you LOL!
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
&#160;
Need to take a couple of notes? Simple calendar notes and/or text files not enough for you? Then check out Conboy, a clone of Tomboy, which is a very good note management program!

As soon as you get the package (which is available in the Extras repository) and run the app, powerful note managing capabilities will unfold on your screen. Conboy allows text formatting, text alignment, zoom and quite some extra stuff, all of which you can check by looking around the menus and the interface. And it&#8217;s all quite readable and manageable!

By pressing that little folder icon, you&#8217;ll get a list of all your notes, which can all be searched, sorted, deleted, edited&#8230; All management operations are handled quite well, which makes Conboy even better.
So, if you keep forgetting things, or if you&#8217;re used to taking a lot of notes, like I am, then Conboy is surely a must have on your Nokia N900.

			
				
			
		
Related Posts:The Battle for Wesnoth on N900Alarmed: &#8220;Cron-like&#8221; jobs with a GUINumpty Physics on N900Keep your N900 safe with HandsOff[How-to] Customizing the &#8220;Swipe-to-unlock&#8221; screen]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/LXe6491xz3h33nW4UxHyFNPjVkI/0/da"><img src="http://feedads.g.doubleclick.net/~a/LXe6491xz3h33nW4UxHyFNPjVkI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/LXe6491xz3h33nW4UxHyFNPjVkI/1/da"><img src="http://feedads.g.doubleclick.net/~a/LXe6491xz3h33nW4UxHyFNPjVkI/1/di" border="0" ismap="true"></img></a></p><style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fconboy-a-powerful-note-taker%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fconboy-a-powerful-note-taker%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Check out our new page <a href="http://facebook.com/funnylolpictures">Funny LOL Pictures (click here)</a> - it brings you daily funny pictures that will make you LOL!</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>&nbsp;</p>
<p>Need to take a couple of notes? Simple calendar notes and/or text files not enough for you? Then check out Conboy, a clone of Tomboy, which is a very good note management program!</p>
<p><a href="http://nokia-n900.com/conboy-a-powerful-note-taker/conboy/" rel="attachment wp-att-5089"><img class="aligncenter size-medium wp-image-5089" title="conboy" src="http://nokia-n900.com/wp-content/uploads/2012/01/conboy-300x180.png" alt="" width="300" height="180" /></a></p>
<p>As soon as you get the package (which is available in the Extras repository) and run the app, powerful note managing capabilities will unfold on your screen. Conboy allows text formatting, text alignment, zoom and quite some extra stuff, all of which you can check by looking around the menus and the interface. And it&#8217;s all quite readable and manageable!</p>
<p><a href="http://nokia-n900.com/conboy-a-powerful-note-taker/conboy2/" rel="attachment wp-att-5090"><img class="aligncenter size-medium wp-image-5090" title="conboy2" src="http://nokia-n900.com/wp-content/uploads/2012/01/conboy2-300x180.png" alt="" width="300" height="180" /></a></p>
<p>By pressing that little folder icon, you&#8217;ll get a list of all your notes, which can all be searched, sorted, deleted, edited&#8230; All management operations are handled quite well, which makes Conboy even better.</p>
<p>So, if you keep forgetting things, or if you&#8217;re used to taking a lot of notes, like I am, then Conboy is surely a must have on your <a href="http://nokia-n900.com/go/nokian900" style=""  rel="nofollow" onmouseover="self.status='http://nokia-n900.com/go/nokian900';return true;" onmouseout="self.status=''">Nokia N900</a>.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fconboy-a-powerful-note-taker%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fconboy-a-powerful-note-taker%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/the-battle-for-wesnoth-on-n900/" rel="bookmark" class="crp_title">The Battle for Wesnoth on N900</a></li><li><a href="http://nokia-n900.com/alarmed-cron-like-jobs-with-a-gui/" rel="bookmark" class="crp_title">Alarmed: &#8220;Cron-like&#8221; jobs with a GUI</a></li><li><a href="http://nokia-n900.com/numpty-physics-on-n900/" rel="bookmark" class="crp_title">Numpty Physics on N900</a></li><li><a href="http://nokia-n900.com/keep-your-n900-safe-with-handsoff/" rel="bookmark" class="crp_title">Keep your N900 safe with HandsOff</a></li><li><a href="http://nokia-n900.com/how-to-customizing-the-swipe-to-unlock-screen/" rel="bookmark" class="crp_title">[How-to] Customizing the &#8220;Swipe-to-unlock&#8221; screen</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/conboy-a-powerful-note-taker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep your N900 safe with HandsOff</title>
		<link>http://nokia-n900.com/keep-your-n900-safe-with-handsoff/</link>
		<comments>http://nokia-n900.com/keep-your-n900-safe-with-handsoff/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 17:28:13 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[maemo apps]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[n900 apps]]></category>
		<category><![CDATA[nokia n900]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=5082</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>

			
				
			
		
Check out our new page Funny LOL Pictures (click here) - it brings you daily funny pictures that will make you LOL!
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
&#160;
No doubt, your phone must be something very valuable for most of you. If so, you will want to keep it away from thieves. HandsOff is a handy app that will help you with that.

HandsOff is a simple alarm tool that will detect possible theft of your N900, using light and proximity sensors. Just type in a PIN-code and, well, press the big red button on top.
After armed, as soon as your N900 leaves the area where it&#8217;s supposed to be, a loud alarm will notify you about it right away, and might prevent a theft. Surely, the alarm won&#8217;t stop, unless a proper PIN-code is entered. You can also set your own alarm sound and sensitivity, so you can carry the phone in your pocket. You might want to tweak the settings a bit, until your desired settings are discovered.
Even something that relatively small can prevent a theft, so if you&#8217;re paranoid, or just want to keep your N900 safe, you should probably try HandsOff.

			
				
			
		
Related Posts:Alarmed: &#8220;Cron-like&#8221; jobs with a GUIConboy, a powerful note takerN900 is down &#8211; my chance for recovery in practiceNumpty Physics on N900Miniature: Play online chess games on your N900]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/B6yqZ8Cmb0AqjoLCWDpg7oAtxjo/0/da"><img src="http://feedads.g.doubleclick.net/~a/B6yqZ8Cmb0AqjoLCWDpg7oAtxjo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/B6yqZ8Cmb0AqjoLCWDpg7oAtxjo/1/da"><img src="http://feedads.g.doubleclick.net/~a/B6yqZ8Cmb0AqjoLCWDpg7oAtxjo/1/di" border="0" ismap="true"></img></a></p><style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fkeep-your-n900-safe-with-handsoff%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fkeep-your-n900-safe-with-handsoff%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Check out our new page <a href="http://facebook.com/funnylolpictures">Funny LOL Pictures (click here)</a> - it brings you daily funny pictures that will make you LOL!</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>&nbsp;</p>
<p>No doubt, your phone must be something very valuable for most of you. If so, you will want to keep it away from thieves. HandsOff is a handy app that will help you with that.</p>
<p><a href="http://nokia-n900.com/keep-your-n900-safe-with-handsoff/handsoff/" rel="attachment wp-att-5083"><img class="aligncenter size-medium wp-image-5083" title="handsoff" src="http://nokia-n900.com/wp-content/uploads/2012/01/handsoff-180x300.png" alt="" width="180" height="300" /></a></p>
<p>HandsOff is a simple alarm tool that will detect possible theft of your <a href="http://nokia-n900.com/go/nokian900" style=""  rel="nofollow" onmouseover="self.status='http://nokia-n900.com/go/nokian900';return true;" onmouseout="self.status=''">N900</a>, using light and proximity sensors. Just type in a PIN-code and, well, press the big red button on top.</p>
<p>After armed, as soon as your <a href="http://nokia-n900.com/go/nokian900" style=""  rel="nofollow" onmouseover="self.status='http://nokia-n900.com/go/nokian900';return true;" onmouseout="self.status=''">N900</a> leaves the area where it&#8217;s supposed to be, a loud alarm will notify you about it right away, and might prevent a theft. Surely, the alarm won&#8217;t stop, unless a proper PIN-code is entered. You can also set your own alarm sound and sensitivity, so you can carry the phone in your pocket. You might want to tweak the settings a bit, until your desired settings are discovered.</p>
<p>Even something that relatively small can prevent a theft, so if you&#8217;re paranoid, or just want to keep your <a href="http://nokia-n900.com/go/nokian900" style=""  rel="nofollow" onmouseover="self.status='http://nokia-n900.com/go/nokian900';return true;" onmouseout="self.status=''">N900</a> safe, you should probably try HandsOff.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fkeep-your-n900-safe-with-handsoff%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fkeep-your-n900-safe-with-handsoff%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/alarmed-cron-like-jobs-with-a-gui/" rel="bookmark" class="crp_title">Alarmed: &#8220;Cron-like&#8221; jobs with a GUI</a></li><li><a href="http://nokia-n900.com/conboy-a-powerful-note-taker/" rel="bookmark" class="crp_title">Conboy, a powerful note taker</a></li><li><a href="http://nokia-n900.com/n900-is-down-my-chance-for-recovery-in-practice/" rel="bookmark" class="crp_title">N900 is down &#8211; my chance for recovery in practice</a></li><li><a href="http://nokia-n900.com/numpty-physics-on-n900/" rel="bookmark" class="crp_title">Numpty Physics on N900</a></li><li><a href="http://nokia-n900.com/miniature-play-online-chess-games-on-your-n900/" rel="bookmark" class="crp_title">Miniature: Play online chess games on your N900</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/keep-your-n900-safe-with-handsoff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Numpty Physics on N900</title>
		<link>http://nokia-n900.com/numpty-physics-on-n900/</link>
		<comments>http://nokia-n900.com/numpty-physics-on-n900/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 15:48:07 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[n900 games]]></category>
		<category><![CDATA[nokia n900]]></category>
		<category><![CDATA[nokia n900 games]]></category>
		<category><![CDATA[numpty]]></category>
		<category><![CDATA[physics]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=5070</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>

			
				
			
		
Check out our new page Funny LOL Pictures (click here) - it brings you daily funny pictures that will make you LOL!
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
&#160;
Ever played Crayon Physics Deluxe? Well, I&#8217;m sure you&#8217;ll be happy to learn about it&#8217;s FOSS clone, Numpty Physics! And what&#8217;s more, it runs on your Maemo device perfectly!

In case if you never heard of the game, here&#8217;s a quick overview: you have a ball/box/something &#8216;A&#8217; and you must get it to star/box/something &#8216;B&#8217;. How you do it is completely up to you, your stylus and your imagination. With such a simple premise, the game is very-very fun and has a huge replayablility factor, as every level can be passed with at least 10 ways.
Need to get a ball over a palm tree? Build a giant mallet to hit it! Or create a zipline than will take the ball over the tree. The possibilities are basically endless. In case if you get bored with 17 alread included levels, you can download more, or easily create your own levels!

A little and simple, but very addictive game that will make sure to hold your interest for long and kill the time whenever you want. So get the game and start creaating!

			
				
			
		
Related Posts:The Battle for Wesnoth on N900Top 3 Nokia N900 gamesMiniature: Play online chess games on your N900Neverball on the N900Conboy, a powerful note taker]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/GMK09jZmge_dR-xq1BxALxsxK8I/0/da"><img src="http://feedads.g.doubleclick.net/~a/GMK09jZmge_dR-xq1BxALxsxK8I/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/GMK09jZmge_dR-xq1BxALxsxK8I/1/da"><img src="http://feedads.g.doubleclick.net/~a/GMK09jZmge_dR-xq1BxALxsxK8I/1/di" border="0" ismap="true"></img></a></p><style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fnumpty-physics-on-n900%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fnumpty-physics-on-n900%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Check out our new page <a href="http://facebook.com/funnylolpictures">Funny LOL Pictures (click here)</a> - it brings you daily funny pictures that will make you LOL!</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>&nbsp;</p>
<p>Ever played <a title="Crayon Physics Deluxe" href="http://www.crayonphysics.com/">Crayon Physics Deluxe</a>? Well, I&#8217;m sure you&#8217;ll be happy to learn about it&#8217;s FOSS clone, Numpty Physics! And what&#8217;s more, it runs on your Maemo device perfectly!</p>
<p><a href="http://nokia-n900.com/numpty-physics-on-n900/numpty_phys/" rel="attachment wp-att-5071"><img class="aligncenter size-medium wp-image-5071" title="numpty_phys" src="http://nokia-n900.com/wp-content/uploads/2012/01/numpty_phys-300x180.png" alt="" width="300" height="180" /></a></p>
<p>In case if you never heard of the game, here&#8217;s a quick overview: you have a ball/box/something &#8216;A&#8217; and you must get it to star/box/something &#8216;B&#8217;. How you do it is completely up to you, your stylus and your imagination. With such a simple premise, the game is very-very fun and has a <strong>huge</strong> replayablility factor, as every level can be passed with at least 10 ways.</p>
<p>Need to get a ball over a palm tree? Build a giant mallet to hit it! Or create a zipline than will take the ball over the tree. The possibilities are basically endless. In case if you get bored with 17 alread included levels, you can <a title="download more" href="http://numptyphysics.garage.maemo.org/levels/">download more</a>, or easily create your own levels!</p>
<p><a href="http://nokia-n900.com/numpty-physics-on-n900/np_l2/" rel="attachment wp-att-5072"><img class="aligncenter size-medium wp-image-5072" title="np_l2" src="http://nokia-n900.com/wp-content/uploads/2012/01/np_l2-300x180.jpg" alt="" width="300" height="180" /></a></p>
<p>A little and simple, but very addictive game that will make sure to hold your interest for long and kill the time whenever you want. So get the game and start creaating!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fnumpty-physics-on-n900%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fnumpty-physics-on-n900%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/the-battle-for-wesnoth-on-n900/" rel="bookmark" class="crp_title">The Battle for Wesnoth on N900</a></li><li><a href="http://nokia-n900.com/top-3-nokia-n900-games-2/" rel="bookmark" class="crp_title">Top 3 Nokia N900 games</a></li><li><a href="http://nokia-n900.com/miniature-play-online-chess-games-on-your-n900/" rel="bookmark" class="crp_title">Miniature: Play online chess games on your N900</a></li><li><a href="http://nokia-n900.com/neverball-on-the-n900/" rel="bookmark" class="crp_title">Neverball on the N900</a></li><li><a href="http://nokia-n900.com/conboy-a-powerful-note-taker/" rel="bookmark" class="crp_title">Conboy, a powerful note taker</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/numpty-physics-on-n900/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Miniature: Play online chess games on your N900</title>
		<link>http://nokia-n900.com/miniature-play-online-chess-games-on-your-n900/</link>
		<comments>http://nokia-n900.com/miniature-play-online-chess-games-on-your-n900/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 17:39:06 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Maemo 5]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[chess]]></category>
		<category><![CDATA[FICS]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[n900 chess]]></category>
		<category><![CDATA[n900 games]]></category>
		<category><![CDATA[nokia n900]]></category>
		<category><![CDATA[nokia n900 games]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=5047</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>

			
				
			
		
Check out our new page Funny LOL Pictures (click here) - it brings you daily funny pictures that will make you LOL!
Are you in a liking of chess games? Playing with the AI doesn&#8217;t seem as good as playing with real players for you? Then you should totally check out Miniature, an FICS client for Maemo!

Miniature is currently only available at Extras-devel, which means you would want it enabled in your repo list. Don&#8217;t worry, that doesn&#8217;t mean the game is not good enough for everyday use, I myself have tested many releases and they work perfectly. In case if you need help enabling it, check out this wiki article. Make sure to disable it right after downloading the package though.
Now, Miniature enables you to play games hosted at FICS with thousands of players all across the world and even allows you to play P2P games with people nearby or with people in your contacts list. Registering at FICS is not required, but is recommended, if you want to keep easy track of your own games and stats. Host a game or join one of those already available and you&#8217;re ready to dive into a nice game of chess with anyone. And you even have easy to use text chat!

Miniature also holds quite some learning possibilities, as you can watch games already played, view chess lessons and participate in one of the tournaments FICS often holds! In case if you would want to play different kinds of chess, like antichess, Miniature allows that too.
&#160;
A great client for every chess player, or just somebody who would want a nice game while waiting for the bus to arrive, Miniature is definitely worth checking out.

			
				
			
		
Related Posts:The Battle for Wesnoth on N900Teeworlds on N900Numpty Physics on N900Word Games – Wordsler for Nokia N900SPB Brain Evolution 2 &#8211; another mind training game]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/khrwMLwGSaiEP8DmL5885uNcK-A/0/da"><img src="http://feedads.g.doubleclick.net/~a/khrwMLwGSaiEP8DmL5885uNcK-A/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/khrwMLwGSaiEP8DmL5885uNcK-A/1/da"><img src="http://feedads.g.doubleclick.net/~a/khrwMLwGSaiEP8DmL5885uNcK-A/1/di" border="0" ismap="true"></img></a></p><style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fminiature-play-online-chess-games-on-your-n900%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fminiature-play-online-chess-games-on-your-n900%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Check out our new page <a href="http://facebook.com/funnylolpictures">Funny LOL Pictures (click here)</a> - it brings you daily funny pictures that will make you LOL!</p>
<p>Are you in a liking of chess games? Playing with the AI doesn&#8217;t seem as good as playing with real players for you? Then you should totally check out Miniature, an <a title="FICS" href="http://http://www.freechess.org/">FICS</a> client for Maemo!</p>
<p><a href="http://nokia-n900.com/miniature-play-online-chess-games-on-your-n900/miniature_menu/" rel="attachment wp-att-5048"><img class="aligncenter size-medium wp-image-5048" title="miniature_menu" src="http://nokia-n900.com/wp-content/uploads/2012/01/miniature_menu-180x300.png" alt="" width="180" height="300" /></a></p>
<p>Miniature is currently only available at Extras-devel, which means you would want it enabled in your repo list. Don&#8217;t worry, that doesn&#8217;t mean the game is not good enough for everyday use, I myself have tested many releases and they work perfectly. In case if you need help enabling it, check out <a title="this" href="http://wiki.maemo.org/Extras-devel#How_to_activate_Extras-devel">this</a> wiki article. Make sure to disable it right after downloading the package though.</p>
<p>Now, Miniature enables you to play games hosted at FICS with thousands of players all across the world and even allows you to play P2P games with people nearby or with people in your contacts list. Registering at FICS is not required, but is recommended, if you want to keep easy track of your own games and stats. Host a game or join one of those already available and you&#8217;re ready to dive into a nice game of chess with anyone. And you even have easy to use text chat!</p>
<p><a href="http://nokia-n900.com/miniature-play-online-chess-games-on-your-n900/miniature_game/" rel="attachment wp-att-5049"><img class="aligncenter size-medium wp-image-5049" title="miniature_game" src="http://nokia-n900.com/wp-content/uploads/2012/01/miniature_game-180x300.png" alt="" width="180" height="300" /></a></p>
<p>Miniature also holds quite some learning possibilities, as you can watch games already played, view chess lessons and participate in one of the tournaments FICS often holds! In case if you would want to play different kinds of chess, like antichess, Miniature allows that too.</p>
<p>&nbsp;</p>
<p>A great client for every chess player, or just somebody who would want a nice game while waiting for the bus to arrive, Miniature is definitely worth checking out.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fminiature-play-online-chess-games-on-your-n900%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fminiature-play-online-chess-games-on-your-n900%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/the-battle-for-wesnoth-on-n900/" rel="bookmark" class="crp_title">The Battle for Wesnoth on N900</a></li><li><a href="http://nokia-n900.com/teeworlds-on-n900/" rel="bookmark" class="crp_title">Teeworlds on N900</a></li><li><a href="http://nokia-n900.com/numpty-physics-on-n900/" rel="bookmark" class="crp_title">Numpty Physics on N900</a></li><li><a href="http://nokia-n900.com/word-games-%e2%80%93-wordsler-for-nokia-n900/" rel="bookmark" class="crp_title">Word Games – Wordsler for Nokia N900</a></li><li><a href="http://nokia-n900.com/spb-brain-evolution-2-another-mind-training-game/" rel="bookmark" class="crp_title">SPB Brain Evolution 2 &#8211; another mind training game</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/miniature-play-online-chess-games-on-your-n900/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evopedia: Offline Wikipedia Reader</title>
		<link>http://nokia-n900.com/evopedia-offline-wikipedia-reader/</link>
		<comments>http://nokia-n900.com/evopedia-offline-wikipedia-reader/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 12:12:23 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Maemo 5]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[n900 applications]]></category>
		<category><![CDATA[n900 apps]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[nokia n900]]></category>
		<category><![CDATA[nokia n900 applications]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=5023</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>

			
				
			
		
Check out our new page Funny LOL Pictures (click here) - it brings you daily funny pictures that will make you LOL!
Want to read some of your favorite articles on Wikipedia? But what if you don&#8217;t have any internet available for some reason? Or maybe you just want to save up money or battery charge for keeping internet connection.
Evopedia will allow you to download an archive of all Wikipedia articles and read them online, optimized for the N900 screen size.

Archives of Wikipedia for many different languages are available. A few Wiktionary archives can be downloaded as well.  A demo archive with 999 articles is available under the name &#8220;small&#8221;.
Note: Most archives take up more than 100 mB of space on your MyDocs, make sure you have space.
As soon as you download the archive(s), you can search for any article from the main screen. Since all archives are stored locally, the search is very fast. Pick any article and it will be opened in your Web application, and easy to read, thanks to optimized view.

One and only problem I had with Evopedia is that most archives are downloaded via BitTorrent, which takes up a lot of system resources and sometimes can be very unresponsive. Maemo&#8217;s watchdog reboots the phone in such occasions and this sometimes messes up the file system. In case if you get a problem with MyDocs mounted read-only, run this as root and reboot the phone (don&#8217;t worry, you won&#8217;t lose any files):
  fsck.vfat -a /dev/mmcblk0p1
Apart from that, Evopedia provides a nice and easy way to read Wikipedia articles without having any internet connection whatsoever.

			
				
			
		
Related Posts:Alarmed: &#8220;Cron-like&#8221; jobs with a GUIAll of search engines in one place &#8211; Ask ZiggyConboy, a powerful note taker[How-To] Changing in loading bar at startupMiniature: Play online chess games on your N900]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/ZAlKIdpW7Q9IBi0o9GhB_thYMmk/0/da"><img src="http://feedads.g.doubleclick.net/~a/ZAlKIdpW7Q9IBi0o9GhB_thYMmk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ZAlKIdpW7Q9IBi0o9GhB_thYMmk/1/da"><img src="http://feedads.g.doubleclick.net/~a/ZAlKIdpW7Q9IBi0o9GhB_thYMmk/1/di" border="0" ismap="true"></img></a></p><style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fevopedia-offline-wikipedia-reader%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fevopedia-offline-wikipedia-reader%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Check out our new page <a href="http://facebook.com/funnylolpictures">Funny LOL Pictures (click here)</a> - it brings you daily funny pictures that will make you LOL!</p>
<p>Want to read some of your favorite articles on <a title="Wikipedia" href="http://wikipedia.org">Wikipedia</a>? But what if you don&#8217;t have any internet available for some reason? Or maybe you just want to save up money or battery charge for keeping internet connection.</p>
<p>Evopedia will allow you to download an archive of all Wikipedia articles and read them online, optimized for the <a href="http://nokia-n900.com/go/nokian900" style=""  rel="nofollow" onmouseover="self.status='http://nokia-n900.com/go/nokian900';return true;" onmouseout="self.status=''">N900</a> screen size.</p>
<p><a href="http://nokia-n900.com/evopedia-offline-wikipedia-reader/evopedia_search/" rel="attachment wp-att-5024"><img class="aligncenter size-medium wp-image-5024" title="evopedia_search" src="http://nokia-n900.com/wp-content/uploads/2012/01/evopedia_search-300x180.png" alt="" width="300" height="180" /></a></p>
<p>Archives of Wikipedia for many different languages are available. A few <a href="http://wiktionary.org">Wiktionary</a> archives can be downloaded as well.  A demo archive with 999 articles is available under the name &#8220;small&#8221;.</p>
<p><strong>Note:</strong> Most archives take up more than 100 mB of space on your MyDocs, make sure you have space.</p>
<p>As soon as you download the archive(s), you can search for any article from the main screen. Since all archives are stored locally, the search is very fast. Pick any article and it will be opened in your Web application, and easy to read, thanks to optimized view.</p>
<p><a href="http://nokia-n900.com/evopedia-offline-wikipedia-reader/evopedia_article/" rel="attachment wp-att-5025"><img class="aligncenter size-medium wp-image-5025" title="evopedia_article" src="http://nokia-n900.com/wp-content/uploads/2012/01/evopedia_article-300x180.png" alt="" width="300" height="180" /></a></p>
<p>One and only problem I had with Evopedia is that most archives are downloaded via BitTorrent, which takes up a lot of system resources and sometimes can be very unresponsive. Maemo&#8217;s watchdog reboots the phone in such occasions and this sometimes messes up the file system. In case if you get a problem with MyDocs mounted read-only, run this as root and reboot the phone (don&#8217;t worry, you won&#8217;t lose any files):</p>
<p><strong>  fsck.vfat -a /dev/mmcblk0p1</strong></p>
<p>Apart from that, Evopedia provides a nice and easy way to read Wikipedia articles without having any internet connection whatsoever.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fevopedia-offline-wikipedia-reader%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fevopedia-offline-wikipedia-reader%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/alarmed-cron-like-jobs-with-a-gui/" rel="bookmark" class="crp_title">Alarmed: &#8220;Cron-like&#8221; jobs with a GUI</a></li><li><a href="http://nokia-n900.com/all-of-search-engines-in-one-place-ask-ziggy/" rel="bookmark" class="crp_title">All of search engines in one place &#8211; Ask Ziggy</a></li><li><a href="http://nokia-n900.com/conboy-a-powerful-note-taker/" rel="bookmark" class="crp_title">Conboy, a powerful note taker</a></li><li><a href="http://nokia-n900.com/how-to-changing-in-loading-bar-at-startup/" rel="bookmark" class="crp_title">[How-To] Changing in loading bar at startup</a></li><li><a href="http://nokia-n900.com/miniature-play-online-chess-games-on-your-n900/" rel="bookmark" class="crp_title">Miniature: Play online chess games on your N900</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/evopedia-offline-wikipedia-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[How-To] Changing in loading bar at startup</title>
		<link>http://nokia-n900.com/how-to-changing-in-loading-bar-at-startup/</link>
		<comments>http://nokia-n900.com/how-to-changing-in-loading-bar-at-startup/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 11:57:53 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Maemo 5]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[N900 guide]]></category>
		<category><![CDATA[n900 hacks]]></category>
		<category><![CDATA[nokia n900 hacks]]></category>
		<category><![CDATA[nokian900]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=5009</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>

			
				
			
		
Check out our new page Funny LOL Pictures (click here) - it brings you daily funny pictures that will make you LOL!
Note: The steps we go through this how-to include modifying low-level system files. Changing the loading bar is done at your risk, do not attempt if you think that you might mess something up or if you don&#8217;t understand some parts of this how-to.

Want to make your boot sequence more cooler? Maemo allows you to change the loading bar that appears at startup.
First, we want to go root:
sudo gainroot
Next, backup the files we want to change:
cd /usr/share/icons/hicolor/scalable/hildon
mkdir /home/user/MyDocs/Bar_Backup
cp indicator_update* /home/user/MyDocs/Bar_Backup
Now, for the fun part. Create your own loading bar images. You may use the originals as a base, you would want 8 PNG images with a size of 192&#215;48, alpha-channel is optional. You can look at this custom loading bar set, for example. Name them all as indicator_update?.png, with ? going from 1 to 8, in the order you want the images to appear.
Drop all the images to /usr/share/icons/hicolor/scalable/hildon
cp -f [your images] /usr/share/icons/hicolor/scalable/hildon/
Once done, try rebooting your phone and checking out if all went smoothly.
Enjoy!

			
				
			
		
Related Posts:[How-to] Customizing the &#8220;Swipe-to-unlock&#8221; screenThe Battle for Wesnoth on N900N900 Backgrounds &#8211; How To Make A Wallpaper By Yourself[How-To] Customizing your SMS and Chat interfaceEvopedia: Offline Wikipedia Reader]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/gqZB2mC8_2nnBNqZP8wy9kNQPLY/0/da"><img src="http://feedads.g.doubleclick.net/~a/gqZB2mC8_2nnBNqZP8wy9kNQPLY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gqZB2mC8_2nnBNqZP8wy9kNQPLY/1/da"><img src="http://feedads.g.doubleclick.net/~a/gqZB2mC8_2nnBNqZP8wy9kNQPLY/1/di" border="0" ismap="true"></img></a></p><style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fhow-to-changing-in-loading-bar-at-startup%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fhow-to-changing-in-loading-bar-at-startup%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Check out our new page <a href="http://facebook.com/funnylolpictures">Funny LOL Pictures (click here)</a> - it brings you daily funny pictures that will make you LOL!</p>
<p><strong>Note: The steps we go through this how-to include modifying low-level system files. Changing the loading bar is done at your risk, do not attempt if you think that you might mess something up or if you don&#8217;t understand some parts of this how-to.</strong></p>
<p><a href="http://nokia-n900.com/how-to-changing-in-loading-bar-at-startup/1287083352_nokia-n900/" rel="attachment wp-att-5010"><img class="aligncenter size-medium wp-image-5010" title="1287083352_nokia-n900" src="http://nokia-n900.com/wp-content/uploads/2012/01/1287083352_nokia-n900-300x177.jpg" alt="" width="300" height="177" /></a></p>
<p>Want to make your boot sequence more cooler? Maemo allows you to change the loading bar that appears at startup.</p>
<p>First, we want to go root:</p>
<p><strong>sudo gainroot</strong></p>
<p>Next, backup the files we want to change:</p>
<p><strong>cd /usr/share/icons/hicolor/scalable/hildon</strong></p>
<p><strong>mkdir /home/user/MyDocs/Bar_Backup</strong></p>
<p><strong>cp indicator_update* /home/user/MyDocs/Bar_Backup</strong></p>
<p>Now, for the fun part. Create your own loading bar images. You may use the originals as a base, you would want 8 PNG images with a size of 192&#215;48, alpha-channel is optional. You can look at <a title="this" href="http://www.mediafire.com/?njwltjmvzmb">this</a> custom loading bar set, for example. Name them all as <strong>indicator_update?.png</strong>, with <strong>?</strong> going from 1 to 8, in the order you want the images to appear.</p>
<p>Drop all the images to <strong>/usr/share/icons/hicolor/scalable/hildon</strong></p>
<p><strong>cp -f [your images] <strong>/usr/share/icons/hicolor/scalable/hildon/</strong></strong></p>
<p>Once done, try rebooting your phone and checking out if all went smoothly.</p>
<p>Enjoy!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnokia-n900.com%2Fhow-to-changing-in-loading-bar-at-startup%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnokia-n900.com%2Fhow-to-changing-in-loading-bar-at-startup%2F&amp;source=thenokian900&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/how-to-customizing-the-swipe-to-unlock-screen/" rel="bookmark" class="crp_title">[How-to] Customizing the &#8220;Swipe-to-unlock&#8221; screen</a></li><li><a href="http://nokia-n900.com/the-battle-for-wesnoth-on-n900/" rel="bookmark" class="crp_title">The Battle for Wesnoth on N900</a></li><li><a href="http://nokia-n900.com/n900-backgrounds-how-to-make-a-wallpaper-by-yourself/" rel="bookmark" class="crp_title">N900 Backgrounds &#8211; How To Make A Wallpaper By Yourself</a></li><li><a href="http://nokia-n900.com/how-to-customizing-your-sms-and-chat-interface/" rel="bookmark" class="crp_title">[How-To] Customizing your SMS and Chat interface</a></li><li><a href="http://nokia-n900.com/evopedia-offline-wikipedia-reader/" rel="bookmark" class="crp_title">Evopedia: Offline Wikipedia Reader</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/how-to-changing-in-loading-bar-at-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced

Served from: nokia-n900.com @ 2012-02-04 05:05:43 -->

