<?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>Nokia N900 Blog &#124; Apps &#124; Games &#124; Themes &#124; Wallpapers &#124; Hacks &#187; Headline</title>
	<atom:link href="http://nokia-n900.com/category/headline/feed/" rel="self" type="application/rss+xml" />
	<link>http://nokia-n900.com</link>
	<description>Nokia N900 Blog: Maemo Apps, Games, Themes, Wallpapers, Hacks</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:30:56 +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" />
		<item>
		<title>[How-To] Installing Nemo Mobile (Mer) on the N900 with *nix</title>
		<link>http://nokia-n900.com/how-to-installing-nemo-mobile-mer-on-the-n900-with-nix/</link>
		<comments>http://nokia-n900.com/how-to-installing-nemo-mobile-mer-on-the-n900-with-nix/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 16:37:57 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Headline]]></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=5151</guid>
		<description><![CDATA[
			
			

			
			
			
			
			
			Tweet
						
			Interested in installing another OS on your N900? Well, then you might want to try Mer, a libre operating system based on MeeGo. This guide will teach you how to install it using a *nix (GNU/Linux; BSD; and, technically, MacOS) system. If you&#8217;re a Windows user, refer to this post.
First of all all, you&#8217;d want to have all these things:

A Nokia N900, updated to a latest PR (which is 1.3).

If you have an N900, it&#8217;s highly unlikely you&#8217;ve got an outdated firmware. However, if you do (check it in About Product), please refer to this article.

A MicroSD card with a capacity of at least 4GiB.

Class and brand of the SD card plays a huge role here. A class 10 card is preferable. Cards are mostly &#8220;what-you-pay-is-what-you-get&#8221;, so the more expensive card is usually the better one. Do read the benchmark test for the card, you&#8217;d want the one that has a high random read/write.

U-Boot installed on the N900

Get U-boot from Extras-devel, if you don&#8217;t have it. Reboot the phone to verify installation, there should be a mention of U-Boot and usually a picture of Tux (a penguin) in a corner. Make sure to disable extras-devel after installing U-boot.

A *nix PC with a cardreader.
And an image for Nemo Mobile

Get an appropriate image here. Latest release have been proven to have a bug when installing on an SD card, so look for an older release.
Once you have all that, onto installation!
Slot in your MicroSD card into a cardreader. Find out the name of the card device with
sudo fdisk -l
If you have automounting enabled, you&#8217;ll want to unmount the card:
sudo umount /dev/&#60;name_of_the_card_partition&#62;
Replace &#60;name_of_the_card_partition&#62; with an actual name of your card&#8217;s partition. Usually it&#8217;s something like &#8220;/dev/sdx1&#8243;
Now, write an image to a device with dd:
 sudo dd bs=4096 if=&#60;full_path_to_the_image&#62; of=/dev/&#60;name_of_the_card_device&#62;
NOTE: the &#60;name_of_the_card_device&#62; is an actual device, not a partition. So, if your partition was named /dev/sdx1, you&#8217;ll want to use /dev/sdx as &#60;name_of_the_card_device&#62;
Replace &#60;full_path_to_the_image&#62; with a (duh) full path to your Nemo Mobile image you downloaded, unpacked from the bz2 file.
If your card doesn&#8217;t have sufficient space, use this command instead. Replace &#60;full_path_to_the_image&#62; with the name of the ...]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/how-to-installing-nemo-mobile-mer-on-the-n900-with-nix/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/how-to-installing-nemo-mobile-mer-on-the-n900-with-nix/"  data-text="[How-To] Installing Nemo Mobile (Mer) on the N900 with *nix" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Interested in installing another OS 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>? Well, then you might want to try <a title="Mer Project" href="http://merproject.org/">Mer</a>, a libre operating system based on MeeGo. This guide will teach you how to install it using a *nix (GNU/Linux; BSD; and, technically, MacOS) system. If you&#8217;re a Windows user, refer to <a title="[How-To] Installing Nemo Mobile (Mer) on the N900 with Windows" href="http://nokia-n900.com/how-to-installing-nemo-mobile-mer-on-the-n900-with-windows/">this</a> post.</p>
<p>First of all all, you&#8217;d want to have all these things:</p>
<ul>
<li>A Nokia <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>, updated to a latest PR (which is 1.3).</li>
</ul>
<p>If you have an <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>, it&#8217;s highly unlikely you&#8217;ve got an outdated firmware. However, if you do (check it in About Product), please refer to <a href="http://wiki.maemo.org/Updating_the_firmware">this</a> article.</p>
<ul>
<li>A MicroSD card with a capacity of at least 4GiB.</li>
</ul>
<p>Class and brand of the SD card plays a <em>huge</em> role here. A class 10 card is preferable. Cards are mostly &#8220;what-you-pay-is-what-you-get&#8221;, so the more expensive card is usually the better one. Do read the benchmark test for the card, you&#8217;d want the one that has a high random read/write.</p>
<ul>
<li>U-Boot installed on 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></li>
</ul>
<p>Get U-boot from <a href="http://wiki.maemo.org/Extras-devel#How_to_activate_Extras-devel">Extras-devel</a>, if you don&#8217;t have it. Reboot the phone to verify installation, there should be a mention of U-Boot and usually a picture of Tux (a penguin) in a corner. Make sure to disable extras-devel after installing U-boot.</p>
<ul>
<li>A *nix PC with a cardreader.</li>
<li>And an image for Nemo Mobile</li>
</ul>
<p>Get an appropriate image <a href="http://repository.maemo.org/meego/Nemo/">here</a>. Latest release have been proven to have a bug when installing on an SD card, so look for an older release.</p>
<p>Once you have all that, onto installation!</p>
<p>Slot in your MicroSD card into a cardreader. Find out the name of the card device with</p>
<p><strong>sudo fdisk -l</strong></p>
<p>If you have automounting enabled, you&#8217;ll want to unmount the card:</p>
<p><strong>sudo umount /dev/&lt;name_of_the_card_partition&gt;</strong></p>
<p>Replace &lt;name_of_the_card_partition&gt; with an actual name of your card&#8217;s partition. Usually it&#8217;s something like &#8220;/dev/sdx1&#8243;</p>
<p>Now, write an image to a device with dd:</p>
<p><strong> sudo dd bs=4096 if=&lt;full_path_to_the_image&gt; of=/dev/&lt;name_of_the_card_device&gt;</strong></p>
<p><strong>NOTE: </strong>the &lt;name_of_the_card_device&gt; is an actual device, not a partition. So, if your partition was named /dev/sdx1, you&#8217;ll want to use /dev/sdx as &lt;name_of_the_card_device&gt;</p>
<p>Replace &lt;full_path_to_the_image&gt; with a (duh) full path to your Nemo Mobile image you downloaded, unpacked from the bz2 file.</p>
<p>If your card doesn&#8217;t have sufficient space, use this command instead. Replace &lt;full_path_to_the_image&gt; with the name of the bz2 file, not the image inside it.<br />
<strong></strong></p>
<p><strong>bzcat &lt;full_path_to_image&gt;.bz2 | sudo dd bs=4096 of=/dev/sdX</strong></p>
<p>dd won&#8217;t show any output (*nix-way, after all) until it has finished copying, so be patient. Depending on the quality of your card, this might take a short, or a long while.</p>
<p>Once dd has finished copying, take the card out of the card reader and put it in 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>. Turn it on and Nemo shall begin booting. Note that the first boot will be a rather long one, later boots will be faster. If you want to boot into Maemo instead, just remove the SD card from 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>Enjoy your new OS!</p>
<p><a href="http://nokia-n900.com/how-to-installing-nemo-mobile-mer-on-the-n900-with-nix/66screen/" rel="attachment wp-att-5152"><img class="aligncenter size-medium wp-image-5152" title="66screen" src="http://nokia-n900.com/wp-content/uploads/2012/02/66screen-300x115.png" alt="" width="300" height="115" /></a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/how-to-installing-nemo-mobile-mer-on-the-n900-with-windows/" rel="bookmark" class="crp_title">[How-To] Installing Nemo Mobile (Mer) on the N900 with Windows</a></li><li><a href="http://nokia-n900.com/installing-meego-1-1-on-the-nokia-n900-microsd-card-windows-users/" rel="bookmark" class="crp_title">Installing Meego 1.1 on the Nokia N900 microSD Card (Windows users)</a></li><li><a href="http://nokia-n900.com/installing-meego-1-1-on-the-nokia-n900-emmc-advanced-mac-osx-users-only/" rel="bookmark" class="crp_title">Installing Meego 1.1 on the Nokia N900 microSD Card (Advanced MAC OSX users only)</a></li><li><a href="http://nokia-n900.com/how-to-install-nitdroid-on-the-internal-emmc-for-advance-users/" rel="bookmark" class="crp_title">How to install NITDroid on the Internal EMMC? (advanced users)</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></ul></div><div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/how-to-installing-nemo-mobile-mer-on-the-n900-with-nix/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/how-to-installing-nemo-mobile-mer-on-the-n900-with-nix/"  data-text="[How-To] Installing Nemo Mobile (Mer) on the N900 with *nix" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/how-to-installing-nemo-mobile-mer-on-the-n900-with-nix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[How-to] SIP Calls on the N900</title>
		<link>http://nokia-n900.com/how-to-sip-calls-on-the-n900/</link>
		<comments>http://nokia-n900.com/how-to-sip-calls-on-the-n900/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 16:33:44 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Headline]]></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=5143</guid>
		<description><![CDATA[
			
			

			
			
			
			
			
			Tweet
						
			Interested in video calling from your N900? You probably know about Skype, but there are better alternatives available, like SIP.
SIP, or Session Initiation Protocol, is a signalling protocol, which is used mostly for controlling video and audio calls. And Maemo has a good native support for it! Let&#8217;s see how to setup an SIP account on your N900.
Before everything else, you&#8217;d want to get yourself an SIP account. There are literally hundreds of providers, so find one that suits you, just look them up in a search engine, like Google.
After you get one, you&#8217;ll want to go to your account settings. If you already have defined an account for other services, you can access the menu by pressing the &#8220;Availability&#8221; button on your notification menu. If not, you can find it under &#8220;Settings-&#62;VoIP and IM Accounts&#8221;. Add a new account, choose SIP as service. You&#8217;ll see a similar box to popup:

Now, just input your SIP address and password. Take Advanced Settings into account, most providers will require you to put in an outbound proxy and define a username. Refer to instructions on your provider&#8217;s website on whether you should put them there. Save everything and enable the account, login by switching the status to &#8216;Available&#8221;. Now, you&#8217;re ready to call SIP addresses and make regular calls via SIP, just select your SIP account as a call type in your Phone app. Video calling is available too, just find a contact you wish to call, select it and choose to videocall.

SIP is a very good (and much more open) alternative to Skype, so why not use it?
&#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;-
Thanks to our reader, Steven O&#8217; Dochartaigh, who asked us to do this how-to. Have your own suggestions? Put them up in the comments, or on our forum, and we&#8217;ll be sure to give them a look!
Related Posts:Skype for the Nokia N900Communication Center on the Nokia N900Facebook chat directly from your N900Nokia N900 – Skype &#038; GTalk calls through 3G NetworkCallerx: a simple and effective call blocking solution
			
			

			
			
			
			
			
			Tweet
						
			]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/how-to-sip-calls-on-the-n900/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/how-to-sip-calls-on-the-n900/"  data-text="[How-to] SIP Calls on the N900" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Interested in video calling from 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>? You probably know about <a title="Skype" href="http://skype.com">Skype</a>, but there are better alternatives available, like SIP.</p>
<p>SIP, or <a href="http://en.wikipedia.org/wiki/Session_Initiation_Protocol">Session Initiation Protocol</a>, is a signalling protocol, which is used mostly for controlling video and audio calls. And Maemo has a good native support for it! Let&#8217;s see how to setup an SIP account 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>Before everything else, you&#8217;d want to get yourself an SIP account. There are literally hundreds of providers, so find one that suits you, just look them up in a search engine, like Google.</p>
<p>After you get one, you&#8217;ll want to go to your account settings. If you already have defined an account for other services, you can access the menu by pressing the &#8220;Availability&#8221; button on your notification menu. If not, you can find it under &#8220;Settings-&gt;VoIP and IM Accounts&#8221;. Add a new account, choose SIP as service. You&#8217;ll see a similar box to popup:</p>
<p><a href="http://nokia-n900.com/how-to-sip-calls-on-the-n900/sip/" rel="attachment wp-att-5144"><img class="aligncenter size-medium wp-image-5144" title="sip" src="http://nokia-n900.com/wp-content/uploads/2012/02/sip-300x180.png" alt="" width="300" height="180" /></a></p>
<p>Now, just input your SIP address and password. Take Advanced Settings into account, most providers will require you to put in an outbound proxy and define a username. Refer to instructions on your provider&#8217;s website on whether you should put them there. Save everything and enable the account, login by switching the status to &#8216;Available&#8221;. Now, you&#8217;re ready to call SIP addresses and make regular calls via SIP, just select your SIP account as a call type in your Phone app. Video calling is available too, just find a contact you wish to call, select it and choose to videocall.</p>
<p><a href="http://nokia-n900.com/how-to-sip-calls-on-the-n900/sip2/" rel="attachment wp-att-5147"><img class="aligncenter size-medium wp-image-5147" title="sip2" src="http://nokia-n900.com/wp-content/uploads/2012/02/sip2-300x180.png" alt="" width="300" height="180" /></a></p>
<p>SIP is a very good (and much more open) alternative to Skype, so why not use it?</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;-</p>
<p>Thanks to our reader, Steven O&#8217; Dochartaigh, who asked us to do this how-to. Have your own suggestions? Put them up in the comments, or on <a title="Nokia N900 Forum" href="http://nokia-n900.com/forum/">our forum</a>, and we&#8217;ll be sure to give them a look!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/skype-for-the-n900/" rel="bookmark" class="crp_title">Skype for the Nokia N900</a></li><li><a href="http://nokia-n900.com/communication-center/" rel="bookmark" class="crp_title">Communication Center on the Nokia N900</a></li><li><a href="http://nokia-n900.com/facebook-chat-directly-from-your-n900/" rel="bookmark" class="crp_title">Facebook chat directly from your N900</a></li><li><a href="http://nokia-n900.com/nokia-n900-%e2%80%93-skype-gtalk-calls-through-3g-network/" rel="bookmark" class="crp_title">Nokia N900 – Skype &#038; GTalk calls through 3G Network</a></li><li><a href="http://nokia-n900.com/callerx-a-simple-and-effective-call-blocking-solution/" rel="bookmark" class="crp_title">Callerx: a simple and effective call blocking solution</a></li></ul></div><div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/how-to-sip-calls-on-the-n900/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/how-to-sip-calls-on-the-n900/"  data-text="[How-to] SIP Calls on the N900" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/how-to-sip-calls-on-the-n900/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[
			
			

			
			
			
			
			
			Tweet
						
			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 stepPenPen, a faster sketching application
			
			

			
			
			
			
			
			Tweet
						
			]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/qr-and-bar-codes-with-mbarcode/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/qr-and-bar-codes-with-mbarcode/"  data-text="QR and Bar Codes with mBarCode" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></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>.</p>
<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/penpen-a-faster-sketching-application/" rel="bookmark" class="crp_title">PenPen, a faster sketching application</a></li></ul></div><div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/qr-and-bar-codes-with-mbarcode/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/qr-and-bar-codes-with-mbarcode/"  data-text="QR and Bar Codes with mBarCode" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></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>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[
			
			

			
			
			
			
			
			Tweet
						
			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
			
			

			
			
			
			
			
			Tweet
						
			]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/miniature-play-online-chess-games-on-your-n900/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/miniature-play-online-chess-games-on-your-n900/"  data-text="Miniature: Play online chess games on your N900" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></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.</p>
<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><div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/miniature-play-online-chess-games-on-your-n900/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/miniature-play-online-chess-games-on-your-n900/"  data-text="Miniature: Play online chess games on your N900" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></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>The Battle for Wesnoth on N900</title>
		<link>http://nokia-n900.com/the-battle-for-wesnoth-on-n900/</link>
		<comments>http://nokia-n900.com/the-battle-for-wesnoth-on-n900/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 10:40:17 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Maemo 5]]></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=4994</guid>
		<description><![CDATA[
			
			

			
			
			
			
			
			Tweet
						
			Check out our new page Funny LOL Pictures (click here) - it brings you daily funny pictures that will make you LOL!
Do you like strategy games? Well, then you probably have heard of &#8220;The Battle for Wesnoth&#8221;, a popular free software turn based strategy game with a strong, Tolkienesque fantasy setting. But did you know that there is a complete port of this PC game for Maemo?

The game is currently available in Extras, you can find it in the Games category.
sudo gainroot
apt-get install wesnoth
Note that the game is pretty large and will consume about 240~ Mb of memory on your /opt Unpacking a large package can also take a lot of time, so make sure you have enough battery charge.
Optionally install the music files. (Not recommended as this will take up 100 Mb more of memory and will slow down the game a bit):
apt-get install wesnoth-music
Once installed, you can launch the game from your applications menu or with
wesnoth
Loading times can be a drag, but apart from that and a few resolution issues with menus, the game is completely playable. Add-ons, Multiplayer, Singleplayer campaigns are all functional. I was able to both finish one of the mainline campaigns and play co-op survival on the official server without any trouble, right with an N900 in my hand.

The Battle for Wesnoth is definitely a game every N900 gamer should take a look at. So install the package and dive into the world of dwarves, elves and orcs!
Related Posts:Teeworlds on N900Miniature: Play online chess games on your N900Numpty Physics on N900Alarmed: &#8220;Cron-like&#8221; jobs with a GUIConboy, a powerful note taker
			
			

			
			
			
			
			
			Tweet
						
			]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/the-battle-for-wesnoth-on-n900/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/the-battle-for-wesnoth-on-n900/"  data-text="The Battle for Wesnoth on N900" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></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>Do you like strategy games? Well, then you probably have heard of &#8220;The Battle for Wesnoth&#8221;, a popular free software turn based strategy game with a strong, Tolkienesque fantasy setting. But did you know that there is a complete port of this PC game for Maemo?</p>
<p><a href="http://nokia-n900.com/the-battle-for-wesnoth-on-n900/wesnoth/" rel="attachment wp-att-4995"><img class="aligncenter size-medium wp-image-4995" title="wesnoth" src="http://nokia-n900.com/wp-content/uploads/2012/01/wesnoth-300x180.png" alt="" width="300" height="180" /></a></p>
<p>The game is currently available in Extras, you can find it in the Games category.</p>
<p><strong>sudo gainroot</strong></p>
<p><strong>apt-get install wesnoth</strong></p>
<p>Note that the game is pretty large and will consume about 240~ Mb of memory on your /opt Unpacking a large package can also take a lot of time, so make sure you have enough battery charge.</p>
<p>Optionally install the music files. (Not recommended as this will take up 100 Mb more of memory and will slow down the game a bit):</p>
<p><strong>apt-get install wesnoth-music</strong></p>
<p>Once installed, you can launch the game from your applications menu or with</p>
<p><strong>wesnoth</strong></p>
<p>Loading times can be a drag, but apart from that and a few resolution issues with menus, the game is completely playable. Add-ons, Multiplayer, Singleplayer campaigns are all functional. I was able to both finish one of the mainline campaigns and play co-op survival on the official server without any trouble, right with an <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> in my hand.</p>
<p><a href="http://nokia-n900.com/the-battle-for-wesnoth-on-n900/wesnoth_game/" rel="attachment wp-att-4996"><img class="aligncenter size-medium wp-image-4996" title="Wesnoth_game" src="http://nokia-n900.com/wp-content/uploads/2012/01/Wesnoth_game-300x180.jpg" alt="" width="300" height="180" /></a></p>
<p>The Battle for Wesnoth is definitely a game every <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> gamer should take a look at. So install the package and dive into the world of dwarves, elves and orcs!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><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/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/numpty-physics-on-n900/" rel="bookmark" class="crp_title">Numpty Physics 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/conboy-a-powerful-note-taker/" rel="bookmark" class="crp_title">Conboy, a powerful note taker</a></li></ul></div><div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/the-battle-for-wesnoth-on-n900/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/the-battle-for-wesnoth-on-n900/"  data-text="The Battle for Wesnoth on N900" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/the-battle-for-wesnoth-on-n900/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Callerx: a simple and effective call blocking solution</title>
		<link>http://nokia-n900.com/callerx-a-simple-and-effective-call-blocking-solution/</link>
		<comments>http://nokia-n900.com/callerx-a-simple-and-effective-call-blocking-solution/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 12:04:25 +0000</pubDate>
		<dc:creator>Serge Hooge</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[app review]]></category>
		<category><![CDATA[application]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=4917</guid>
		<description><![CDATA[
			
			

			
			
			
			
			
			Tweet
						
			Quite often do we run into situations where certain calls are unwanted. Maybe you&#8217;re at work and you don&#8217;t want anybody outside of the working environment calling you, or maybe there&#8217;s just a certain annoying person who you don&#8217;t want to talk with. In any case, Callerx is a simple app that will help you solve these problems.
Once launched, you will be greeted with a screen that easily allows you to view all inbound calls and manage your lists with blocked/allowed phone numbers.

Adding new numbers or contacts to the list of blocked/allowed numbers can be done by pressing the &#8216;Manage Lists&#8217; button, choosing a list of your choice and picking a menu option. It&#8217;s that simple.

Callerx also allows you to block any numbers that are not listed by enabling the whitelist mode and has an option to block all unknown numbers.
Being a daemon, it is configured to auto-start at each boot, and can be configured via a command line, by editing &#8216;blacklist.txt&#8217; and &#8216;whitelist.txt&#8217; files located under your MyDocs directory and calling
/etc/init.d/callerx loadblacklist for switching to blacklist mode or
/etc/init.d/callerx loadwhitelist for whitelist mode
Easy to use and effective, Callerx is all you need to stop any unwanted calls from ever bothering you.
&#160;
Related Posts:Nokia N900 vs Nokia N9ModRana NavigationMore N900 apps GuideNokia N900 vs Motorola CharmOffice Viewer for Nokia N900
			
			

			
			
			
			
			
			Tweet
						
			]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/callerx-a-simple-and-effective-call-blocking-solution/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/callerx-a-simple-and-effective-call-blocking-solution/"  data-text="Callerx: a simple and effective call blocking solution" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><span style="font-family: 'Liberation Sans', sans-serif;"><span style="font-size: small;">Quite often do we run into situations where certain calls are unwanted. Maybe you&#8217;re at work and you don&#8217;t want anybody outside of the working environment calling you, or maybe there&#8217;s just a certain annoying person who you don&#8217;t want to talk with. In any case, Callerx is a simple app that will help you solve these problems.</span></span></p>
<p><span style="font-family: 'Liberation Sans', sans-serif;"><span style="font-size: small;">Once launched, you will be greeted with a screen that easily allows you to view all inbound calls and manage your lists with blocked/allowed phone numbers.</span></span></p>
<p><a href="http://nokia-n900.com/callerx-a-simple-and-effective-call-blocking-solution/callerx_main/" rel="attachment wp-att-4918"><img class="aligncenter size-medium wp-image-4918" title="callerx_main" src="http://nokia-n900.com/wp-content/uploads/2012/01/callerx_main-300x180.png" alt="" width="300" height="180" /></a></p>
<p><span style="font-family: 'Liberation Sans', sans-serif;"><span style="font-size: small;">Adding new numbers or contacts to the list of blocked/allowed numbers can be done by pressing the &#8216;Manage Lists&#8217; button, choosing a list of your choice and picking a menu option. It&#8217;s that simple.</span></span></p>
<p><a href="http://nokia-n900.com/callerx-a-simple-and-effective-call-blocking-solution/callerx_nums/" rel="attachment wp-att-4920"><img class="aligncenter size-medium wp-image-4920" title="callerx_nums" src="http://nokia-n900.com/wp-content/uploads/2012/01/callerx_nums-300x180.png" alt="" width="300" height="180" /></a></p>
<p><span style="font-family: 'Liberation Sans', sans-serif;"><span style="font-size: small;">Callerx also allows you to block any numbers that are not listed by enabling the whitelist mode and has an option to block all unknown numbers.</span></span></p>
<p><span style="font-family: 'Liberation Sans', sans-serif;"><span style="font-size: small;">Being a daemon, it is configured to auto-start at each boot, and can be configured via a command line, by editing &#8216;blacklist.txt&#8217; and &#8216;whitelist.txt&#8217; files located under your MyDocs directory and calling</span></span></p>
<p><span style="font-family: 'Liberation Sans', sans-serif;"><span style="font-size: small;"><strong>/etc/init.d/callerx loadblacklist </strong></span></span><span style="font-family: 'Liberation Sans', sans-serif;"><span style="font-size: small;">for switching to blacklist mode or</span></span></p>
<p><span style="font-family: 'Liberation Sans', sans-serif;"><span style="font-size: small;"><strong>/etc/init.d/callerx loadwhitelist </strong></span></span><span style="font-family: 'Liberation Sans', sans-serif;"><span style="font-size: small;">for whitelist mode</span></span></p>
<p><span style="font-family: 'Liberation Sans', sans-serif;"><span style="font-size: small;">Easy to use and effective, Callerx is all you need to stop any unwanted calls from ever bothering you.</span></span></p>
<p>&nbsp;</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/nokia-n900-vs-nokia-n9/" rel="bookmark" class="crp_title">Nokia N900 vs Nokia N9</a></li><li><a href="http://nokia-n900.com/3030/" rel="bookmark" class="crp_title">ModRana Navigation</a></li><li><a href="http://nokia-n900.com/more-n900-apps-guide/" rel="bookmark" class="crp_title">More N900 apps Guide</a></li><li><a href="http://nokia-n900.com/nokia-n900-vs-motorola-charm/" rel="bookmark" class="crp_title">Nokia N900 vs Motorola Charm</a></li><li><a href="http://nokia-n900.com/office-viewer-for-nokia-n900/" rel="bookmark" class="crp_title">Office Viewer for Nokia N900</a></li></ul></div><div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/callerx-a-simple-and-effective-call-blocking-solution/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/callerx-a-simple-and-effective-call-blocking-solution/"  data-text="Callerx: a simple and effective call blocking solution" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/callerx-a-simple-and-effective-call-blocking-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweaks to improve your N900 performance (Advanced Users)</title>
		<link>http://nokia-n900.com/tweaks-to-improve-your-n900-performance-advanced-users/</link>
		<comments>http://nokia-n900.com/tweaks-to-improve-your-n900-performance-advanced-users/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 13:50:58 +0000</pubDate>
		<dc:creator>Pang Zi Yang</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Maemo 5]]></category>
		<category><![CDATA[maemo hack]]></category>
		<category><![CDATA[n900 hacks]]></category>
		<category><![CDATA[n900 mods]]></category>
		<category><![CDATA[n900 performance]]></category>
		<category><![CDATA[n900 tweaks]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=4911</guid>
		<description><![CDATA[
			
			

			
			
			
			
			
			Tweet
						
			Tweaks posted here are for advanced users. Any beginners can give it a go, and if any problems occurs feel free to discuss it in the forums.
1. Enabling Hardware Accelerator which would speed up the hildon-desktop ( currently unstable and requires disabling if not working. Might need to reflash in case of reboot loop ).
First using XTerm, run this command
sudo gainroot 
leafpad /etc/powervr.d/hildon-desktop.ini
Then change
WSEGL_UseHWSync=0
to
WSEGL_UseHWSync=1
 2) Installing Swappolube
sudo gainroot 
apt-get install swappolube
Then use proposed values and click store
3) Install tracker-cfg to allow tracker using less CPU power
sudo gainroot 
apt-get install tracker-cfg
Launch it and set to lowmemorymode
Any other tips and tricks are welcome. Just leave a comment and we will post it in our upcoming posts
via : Talk Maemo
&#160;
Related Posts:N900 Speed Patch and Battery Patch for better performanceScotty, we need more power: SwappolubeHow to add extra commands in your power key menu?[How-To] Customizing your SMS and Chat interfaceHow to overclock the Nokia N900?
			
			

			
			
			
			
			
			Tweet
						
			]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/tweaks-to-improve-your-n900-performance-advanced-users/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/tweaks-to-improve-your-n900-performance-advanced-users/"  data-text="Tweaks to improve your N900 performance (Advanced Users)" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Tweaks posted here are for advanced users. Any beginners can give it a go, and if any problems occurs feel free to discuss it in the forums.</p>
<p>1. Enabling Hardware Accelerator which would speed up the hildon-desktop ( <strong>currently unstable and requires disabling if not working. Might need to reflash in case of reboot loop</strong> ).</p>
<p>First using XTerm, run this command</p>
<p dir="ltr"><strong>sudo gainroot </strong></p>
<p dir="ltr"><strong>leafpad /etc/powervr.d/hildon-desktop.ini</strong></p>
<p dir="ltr">Then change</p>
<p dir="ltr"><strong>WSEGL_UseHWSync=0</strong></p>
<p dir="ltr">to</p>
<p dir="ltr"><strong>WSEGL_UseHWSync=1</strong></p>
<p> 2) Installing Swappolube</p>
<p dir="ltr"><strong>sudo gainroot </strong></p>
<p dir="ltr"><strong>apt-get install swappolube</strong></p>
<p dir="ltr">Then use proposed values and click store</p>
<p dir="ltr">3) Install tracker-cfg to allow tracker using less CPU power</p>
<p dir="ltr"><strong>sudo gainroot </strong></p>
<p dir="ltr"><strong>apt-get install tracker-cfg</strong></p>
<p dir="ltr">Launch it and set to lowmemorymode</p>
<p dir="ltr">Any other tips and tricks are welcome. Just leave a comment and we will post it in our upcoming posts</p>
<p dir="ltr">via : <a href="http://talk.maemo.org/showthread.php?t=73315">Talk Maemo</a></p>
<p>&nbsp;</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/n900-speed-patch-and-battery-patch-for-better-performance/" rel="bookmark" class="crp_title">N900 Speed Patch and Battery Patch for better performance</a></li><li><a href="http://nokia-n900.com/scotty-we-need-more-power-swappolube/" rel="bookmark" class="crp_title">Scotty, we need more power: Swappolube</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/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-overclock-the-nokia-n900/" rel="bookmark" class="crp_title">How to overclock the Nokia N900?</a></li></ul></div><div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/tweaks-to-improve-your-n900-performance-advanced-users/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/tweaks-to-improve-your-n900-performance-advanced-users/"  data-text="Tweaks to improve your N900 performance (Advanced Users)" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/tweaks-to-improve-your-n900-performance-advanced-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An update on NITDroid for the N900</title>
		<link>http://nokia-n900.com/an-update-on-nitdroid-for-the-n900/</link>
		<comments>http://nokia-n900.com/an-update-on-nitdroid-for-the-n900/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 16:38:58 +0000</pubDate>
		<dc:creator>Pang Zi Yang</dc:creator>
				<category><![CDATA[Firmware]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Maemo 5]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[android maemo]]></category>
		<category><![CDATA[android n900]]></category>
		<category><![CDATA[gingerbread n900]]></category>
		<category><![CDATA[google wallet]]></category>
		<category><![CDATA[ice cream sandwich]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[nitdroid]]></category>
		<category><![CDATA[nitdroid n900]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=4894</guid>
		<description><![CDATA[
			
			

			
			
			
			
			
			Tweet
						
			NITDroid have been running over the years on the N900 and here is the current latest update :
Latest stable Android version running on the N900 is Version 2.3.7. Well this is practically a Gingerbread OS with Google Wallet support. This version is called N12 for NITDroid for the N900
N12 includes receiving and sending SMS successfully. However voice calls and camera are still under development
Here is a list with compatible games being able to run on the NITDroid itself. Overclocking and installation on internal EMMC would be suggested to ensure smooth game play.
And on the day the Ice Cream Sandwich source code is being released, a port of ICS has been done for the N900. Credits to the NITDroid developer drunkdebugger. Here is the link to the video : Video
Let&#8217;s hope more updates would come soon and we can get a stable NITDroid to replace Maemo for the N900.
Related Posts:Video review on NITDroid for the N900How to overclock NITDroid on the N900? (for the advanced users)How to install NITDroid on the Internal EMMC? (advanced users)MUST READ: What the users want from the N900?PR1.3.3.7-1 &#8211; Community Seamless Software Update
			
			

			
			
			
			
			
			Tweet
						
			]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/an-update-on-nitdroid-for-the-n900/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/an-update-on-nitdroid-for-the-n900/"  data-text="An update on NITDroid for the N900" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>NITDroid have been running over the years on 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> and here is the current latest update :</p>
<p>Latest stable Android version running on 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> is <strong>Version 2.3.7</strong>. Well this is practically a <strong>Gingerbread OS with Google Wallet support</strong>. This version is called <strong>N12</strong> for NITDroid 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></p>
<p>N12 includes <strong>receiving and sending SMS successfully</strong>. However <strong>voice calls</strong> and <strong>camera are still under development</strong></p>
<p>Here is a <a href="http://wiki.nitdroid.com/index.php?title=Games">list</a> with compatible games being able to run on the NITDroid itself. <strong>Overclocking</strong> and <strong>installation on internal EMMC</strong> would be suggested to <strong>ensure smooth game play</strong>.</p>
<p>And on the day the <strong>Ice Cream Sandwich</strong> source code is being released, a port of <strong>ICS</strong> has been done 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>. Credits to the NITDroid developer drunkdebugger. Here is the link to the video : <a href="http://www.youtube.com/watch?feature=player_embedded&amp;v=0SEgzRhummM">Video</a></p>
<p>Let&#8217;s hope more updates would come soon and we can get a stable NITDroid to replace Maemo 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>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/a-brief-view-on-nitdroid-for-the-n900/" rel="bookmark" class="crp_title">Video review on NITDroid for the N900</a></li><li><a href="http://nokia-n900.com/how-to-overclock-nitdroid-on-the-n900-for-the-advanced-users/" rel="bookmark" class="crp_title">How to overclock NITDroid on the N900? (for the advanced users)</a></li><li><a href="http://nokia-n900.com/how-to-install-nitdroid-on-the-internal-emmc-for-advance-users/" rel="bookmark" class="crp_title">How to install NITDroid on the Internal EMMC? (advanced users)</a></li><li><a href="http://nokia-n900.com/what-the-users-want-from-the-n900/" rel="bookmark" class="crp_title">MUST READ: What the users want from the N900?</a></li><li><a href="http://nokia-n900.com/pr1-3-3-7-1-community-seamless-software-update/" rel="bookmark" class="crp_title">PR1.3.3.7-1 &#8211; Community Seamless Software Update</a></li></ul></div><div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/an-update-on-nitdroid-for-the-n900/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/an-update-on-nitdroid-for-the-n900/"  data-text="An update on NITDroid for the N900" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/an-update-on-nitdroid-for-the-n900/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portrait of the King</title>
		<link>http://nokia-n900.com/portrait-of-the-king/</link>
		<comments>http://nokia-n900.com/portrait-of-the-king/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 20:46:42 +0000</pubDate>
		<dc:creator>Maciej Jablonski</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Maemo 5]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[cssu]]></category>
		<category><![CDATA[homescreen]]></category>
		<category><![CDATA[portrait]]></category>
		<category><![CDATA[portrait mode]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=4818</guid>
		<description><![CDATA[
			
			

			
			
			
			
			
			Tweet
						
			Have you ever seen meedieval castle with lots of potraits hanging around? Every single one reminds of great man, someone who did something really significant for country, region or family. Today let&#8217;s focus on some other portrait, the one related to our favourite phone, Nokia N900.
Portrait dashboard is something we could already see after previous CSSU update, so the only remaining thing was to propagate this feature to homescreen, which finally happened. Because everyday I see less and less news on N900 I feel obliged to mention it for the ones who haven&#8217;t yet updated.
I was a bit surprised that after update my N900 just switched to portrait mode after rotating it, but widgets, shortcuts and bookmarks were a bit messed up. It&#8217;s still not a problem, because portrait has its own setting for each homescreen, so you can easily rearrange all of your widgets on screen and make them look exactly as you want. Unfortunatelly some of really wide widgets (like 5 days weather forecast) just won&#8217;t fit in portrait, but I can live with that, can you?
Another tiny issue with portrait mode is loopable wallpaper, if you haveone that loops in landscape, it will probably make you feel uncomfortable, but for me it&#8217;s perfect situation for new inventions, wallpaper that will be loopable in potrait and landscape at the same time. I&#8217;ll surely share with you when I find some time to make one  .
That&#8217;s enough for starters, our King is still alive, still breathing and has own portrait  . Now that you know what comes with the latest update, just try it!
&#8211;
MJ
Related Posts:Introduction to automatic portrait mode &#8211; DrLaunchNokia N900 Community updates &#8211; what&#8217;s newHidden portrait mode on Nokia N900Trick your Nokia N900 and enable Portrait ModeMieru : A flexible Manga Reader for the N900
			
			

			
			
			
			
			
			Tweet
						
			]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/portrait-of-the-king/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/portrait-of-the-king/"  data-text="Portrait of the King" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p style="text-align: justify;">Have you ever seen meedieval castle with lots of potraits hanging around? Every single one reminds of great man, someone who did something really significant for country, region or family. Today let&#8217;s focus on some other portrait, the one related to our favourite phone, Nokia <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>
<div id="attachment_4820" class="wp-caption aligncenter" style="width: 310px"><a href="http://nokia-n900.com/portrait-of-the-king/landscape_setting/" rel="attachment wp-att-4820"><img class="size-medium wp-image-4820" title="Landscape setting of homescreen items" src="http://nokia-n900.com/wp-content/uploads/2011/10/landscape_setting-300x180.png" alt="Landscape setting of homescreen items" width="300" height="180" /></a><p class="wp-caption-text">Landscape setting of homescreen items</p></div>
<div id="attachment_4821" class="wp-caption alignleft" style="width: 190px"><a href="http://nokia-n900.com/portrait-of-the-king/portrait_setting/" rel="attachment wp-att-4821"><img class="size-medium wp-image-4821" title="Portrait setting of homescreen items" src="http://nokia-n900.com/wp-content/uploads/2011/10/portrait_setting-180x300.png" alt="Portrait setting of homescreen items" width="180" height="300" /></a><p class="wp-caption-text">Portrait setting of homescreen items</p></div>
<p style="text-align: justify;">Portrait dashboard is something we could already see after previous CSSU update, so the only remaining thing was to propagate this feature to homescreen, which finally happened. Because everyday I see less and less news on <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> I feel obliged to mention it for the ones who haven&#8217;t yet updated.</p>
<p style="text-align: justify;">I was a bit surprised that after update my <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> just switched to portrait mode after rotating it, but widgets, shortcuts and bookmarks were a bit messed up. It&#8217;s still not a problem, because portrait has its own setting for each homescreen, so you can easily rearrange all of your widgets on screen and make them look exactly as you want. Unfortunatelly some of really wide widgets (like 5 days weather forecast) just won&#8217;t fit in portrait, but I can live with that, can you?</p>
<p style="text-align: justify;">Another tiny issue with portrait mode is loopable wallpaper, if you haveone that loops in landscape, it will probably make you feel uncomfortable, but for me it&#8217;s perfect situation for new inventions, wallpaper that will be loopable in potrait and landscape at the same time. I&#8217;ll surely share with you when I find some time to make one <img src='http://nokia-n900.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p style="text-align: justify;">That&#8217;s enough for starters, our King is still alive, still breathing and has own portrait <img src='http://nokia-n900.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Now that you know what comes with the latest update, just try it!</p>
<p style="text-align: justify;">&#8211;</p>
<p style="text-align: justify;">MJ</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/introduction-to-automatic-portrait-mode-drlaunch/" rel="bookmark" class="crp_title">Introduction to automatic portrait mode &#8211; DrLaunch</a></li><li><a href="http://nokia-n900.com/nokia-n900-community-updates-whats-new/" rel="bookmark" class="crp_title">Nokia N900 Community updates &#8211; what&#8217;s new</a></li><li><a href="http://nokia-n900.com/hidden-portrait-mode-on-nokia-n900/" rel="bookmark" class="crp_title">Hidden portrait mode on Nokia N900</a></li><li><a href="http://nokia-n900.com/trick-your-nokia-n900-and-enable-portrait-mode/" rel="bookmark" class="crp_title">Trick your Nokia N900 and enable Portrait Mode</a></li><li><a href="http://nokia-n900.com/mieru-a-flexible-manga-reader-for-the-n900/" rel="bookmark" class="crp_title">Mieru : A flexible Manga Reader for the N900</a></li></ul></div><div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/portrait-of-the-king/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/portrait-of-the-king/"  data-text="Portrait of the King" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/portrait-of-the-king/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Noor-Quran Translator for N900</title>
		<link>http://nokia-n900.com/noor-quran-translator/</link>
		<comments>http://nokia-n900.com/noor-quran-translator/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 08:33:37 +0000</pubDate>
		<dc:creator>Ahmed Chhaya</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[nokia n900]]></category>
		<category><![CDATA[Noor]]></category>

		<guid isPermaLink="false">http://nokia-n900.com/?p=2903</guid>
		<description><![CDATA[
			
			

			
			
			
			
			
			Tweet
						
			Don&#8217;t have enough knowledge reading the Quran? Or don&#8217;t understand? Then Noor is the perfect application for you!! All you need is a Nokia N900, Noor and a chair to sit on It has a good appearance for the user and for easy reading, it has the Quran verses first followed by the English meaning directly beneath it.

Very useful if you&#8217;re in a journey to somewhere and don&#8217;t access to a Quran. Noor comes in 7 different languages namely : en English(default), ar Arabic, fa Farsi, ml Malayalam, ps Pushto, tr Turkish, nl Dutch.
Change the code : lang = (language of preference) in home/user/.noor and you can use leafpad, nano, vi or any other editor to do this. Not every device has the ability to support this application as only Python compatible devices are usable here. You need to have certain things before installing Noor :
noorgtk, noorhtmls, noorcgi and noortxt. All of this does come with the default Linux distributions like Ubuntu.
To install Noor, you input python setup.py install then after that, from any location noorgtk.pyw must be inputed. Stay tuned to this website for more.
Related Posts:How to make your applications manager fasterThe popular aMSN &#8211; Messenger Client &#8211; comes to Nokia N900WordPress for the Nokia N900How to Change your Boot Video on Nokia N900?ModRana Navigation
			
			

			
			
			
			
			
			Tweet
						
			]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/noor-quran-translator/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/noor-quran-translator/"  data-text="Noor-Quran Translator for N900" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p style="text-align: justify;">Don&#8217;t have enough knowledge reading the Quran? Or don&#8217;t understand? Then <strong>Noor</strong> is the perfect application for you!! All you need is a <strong>Nokia <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></strong>, <strong>Noor </strong>and a chair to sit on It has a good appearance for the user and for easy reading, it has the Quran verses first followed by the English meaning directly beneath it.</p>
<p style="text-align: justify;"><a href="http://nokia-n900.com/wp-content/uploads/2010/09/noor3.png"><img class="size-medium wp-image-3368 aligncenter" title="noor3" src="http://nokia-n900.com/wp-content/uploads/2010/09/noor3-300x180.png" alt="" width="300" height="180" /></a></p>
<p style="text-align: justify;">Very useful if you&#8217;re in a journey to somewhere and don&#8217;t access to a Quran. Noor comes in 7 different languages namely : en English(default), ar Arabic, fa Farsi, ml Malayalam, ps Pushto, tr Turkish, nl Dutch.</p>
<p style="text-align: justify;">Change the code : lang = (language of preference) in home/user/.<strong>noor</strong> and you can use leafpad, nano, vi or any other editor to do this. Not every device has the ability to support this application as only Python compatible devices are usable here. You need to have certain things before installing <strong>Noor</strong> :</p>
<p style="text-align: justify;">noorgtk, noorhtmls, noorcgi and noortxt. All of this does come with the default Linux distributions like Ubuntu.</p>
<p style="text-align: justify;">To install <strong>Noor</strong>, you input python setup.py install then after that, from any location noorgtk.pyw must be inputed. Stay tuned to this website for more.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://nokia-n900.com/how-to-make-your-applications-manager-faster/" rel="bookmark" class="crp_title">How to make your applications manager faster</a></li><li><a href="http://nokia-n900.com/the-popular-amsn-comes-to-nokia-n900/" rel="bookmark" class="crp_title">The popular aMSN &#8211; Messenger Client &#8211; comes to Nokia N900</a></li><li><a href="http://nokia-n900.com/wordpress-for-the-nokia-n900/" rel="bookmark" class="crp_title">WordPress for the Nokia N900</a></li><li><a href="http://nokia-n900.com/how-to-change-your-boot-video-on-nokia-n900/" rel="bookmark" class="crp_title">How to Change your Boot Video on Nokia N900?</a></li><li><a href="http://nokia-n900.com/3030/" rel="bookmark" class="crp_title">ModRana Navigation</a></li></ul></div><div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:70px;">
			<fb:like send="false" layout="box_count" width="85" show_faces="false"></fb:like>

			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="tall" href="http://nokia-n900.com/noor-quran-translator/"></g:plusone>
			</div>
			<div style="float:left; width:59px;padding-right:10px; margin:4px 4px 4px 4px;height:62px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nokia-n900.com/noor-quran-translator/"  data-text="Noor-Quran Translator for N900" data-count="vertical">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://nokia-n900.com/noor-quran-translator/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-10 01:24:35 -->
