<?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>The Maemo &#187; archebyte</title>
	<atom:link href="http://www.themaemo.com/author/archebyte/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themaemo.com</link>
	<description>Maemo News , Hacks , Themes , Wallpapers and More</description>
	<lastBuildDate>Tue, 25 May 2010 10:36:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HowTo: Install Ovi Store apps from the command line on the N900</title>
		<link>http://www.themaemo.com/howto-install-ovi-store-apps-from-the-command-line-on-the-n900/</link>
		<comments>http://www.themaemo.com/howto-install-ovi-store-apps-from-the-command-line-on-the-n900/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 08:53:35 +0000</pubDate>
		<dc:creator>archebyte</dc:creator>
				<category><![CDATA[Applications - Apps]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[Hacks ,Tricks and Tips]]></category>
		<category><![CDATA[Nokia N900]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[maemo5]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[xterm]]></category>

		<guid isPermaLink="false">http://www.themaemo.com/?p=420</guid>
		<description><![CDATA[
Disclaimer: If you are not comfortable with the command line, do not try this.
If you have installed an app from the Ovi Store web portal, you would have noticed that the process is not fast. Clicking the Download link opens the Application-Manager which takes anywhere from 30-40 seconds to prepare the system before actually starting [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.themaemo.com%2Fhowto-install-ovi-store-apps-from-the-command-line-on-the-n900%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.themaemo.com%2Fhowto-install-ovi-store-apps-from-the-command-line-on-the-n900%2F" height="61" width="51" /></a></div>
<p><em>Disclaimer: If you are not comfortable with the command line, do not try this.</em></p>
<p>If you have installed an app from the Ovi Store web portal, you would have noticed that the process is not fast. Clicking the Download link opens the Application-Manager which takes anywhere from 30-40 seconds to prepare the system before actually starting the download. For those who don&#8217;t like to wait, the apt-get command is a great alternative to speed up things and also allow installing multiple apps (at least the ones that are free) in one go.</p>
<h2>Prerequisites</h2>
<p>There are two things required before starting the download. Setting up the Ovi Repo and creating an Archive folder. You need to do this only once.</p>
<h3>Ovi Repo</h3>
<p>If you have never used the Ovi Store, you would need to have the repo installed first. Downloading an app from the store automatically adds the repo the first time but you need an Ovi account. So if you want the apps but don&#8217;t like signing in, you can add the repo manually:<br />
Name: Ovi<br />
Web: https://downloads.maemo.nokia.com/fremantle/ovi/<br />
Dist: ./</p>
<h3>Archive Folder:</h3>
<p>In order to save space on the root partition, create a download directory for the downloaded packages. Instructions <a href="http://wiki.maemo.org/Keep_a_safe_copy_of_your_favorite_applications#Create_the_Archive_folder">here</a></p>
<h2>Installation</h2>
<p>For installation, all you need is the application&#8217;s package name. The apt-cache command can be used to find it. The following command will search and list all packages with the word &#8216;offscr&#8217; in it:</p>
<pre># apt-cache search offscr</pre>
<p>This will display the 31 nifty apps by Offscr currently available. This also searches descriptions.</p>
<p>Next, install the desired package using apt-get (as root of course):</p>
<pre># apt-get -o dir::cache=/home/user/MyDocs/apt-archive-cache install  offscr-discs  offscr-backgammon  offscr-watch</pre>
<p>This will start the installation process for all 3 apps which will take about the same time it takes for one install from the website. Enjoy!</p>
<p><a href="http://www.directphoneshop.co.uk/coming-soon-mobile-phones.asp">Latest Mobile Phones 2010</a><img src="http://www.themaemo.com/?ak_action=api_record_view&#038;id=420&#038;type=feed" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themaemo.com/howto-install-ovi-store-apps-from-the-command-line-on-the-n900/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HowTo: Fix the annoying &#8216;Unable to connect via USB. Device storage in use&#8217; error on the N900 without rebooting</title>
		<link>http://www.themaemo.com/howto-fix-the-annoying-unable-to-connect-via-usb-device-storage-in-use-error-on-the-n900-without-rebooting/</link>
		<comments>http://www.themaemo.com/howto-fix-the-annoying-unable-to-connect-via-usb-device-storage-in-use-error-on-the-n900-without-rebooting/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 22:19:49 +0000</pubDate>
		<dc:creator>archebyte</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Hacks ,Tricks and Tips]]></category>
		<category><![CDATA[Nokia N900]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[maemo5]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[n900 softwares]]></category>
		<category><![CDATA[N900 Tricks]]></category>
		<category><![CDATA[Nokia N900 portrait mode]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.themaemo.com/?p=387</guid>
		<description><![CDATA[
If you connect the N900 to a computer via USB frequently, you will sooner or later encounter this error where the N900 will refuse to be used as external media.

This is because a program (or programs) is accessing files in the /home/user/MyDocs folder. To fix the problem, the program(s) in question needs to be found [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.themaemo.com%2Fhowto-fix-the-annoying-unable-to-connect-via-usb-device-storage-in-use-error-on-the-n900-without-rebooting%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.themaemo.com%2Fhowto-fix-the-annoying-unable-to-connect-via-usb-device-storage-in-use-error-on-the-n900-without-rebooting%2F" height="61" width="51" /></a></div>
<p>If you connect the N900 to a computer via USB frequently, you will sooner or later encounter this error where the N900 will refuse to be used as external media.</p>
<p><img class="aligncenter size-medium wp-image-389" title="Screenshot-20091217-222352" src="http://www.themaemo.com/wp-content/uploads/2009/12/Screenshot-20091217-222352-300x180.png" alt="Screenshot-20091217-222352" width="300" height="180" /></p>
<p>This is because a program (or programs) is accessing files in the /home/user/MyDocs folder. To fix the problem, the program(s) in question needs to be found and stopped. To find the program(s), open a root terminal and type</p>
<pre> lsof | grep MyDocs</pre>
<p>This will display the programs accessing the MyDocs folder something similar to this:</p>
<pre>Nokia-N900-42-11:~# lsof | grep MyDocs
sh        <span style="color: #ff0000;">3474</span>       user  cwd    DIR      179,1    65536       4326 /home/user/MyDocs/tmp</pre>
<p>The second column displays the process-ID of the program (in RED above). Now, terminate the program with this command (repeat for multiple programs):</p>
<pre>kill 3474</pre>
<p>Now, run the lsof command again (press UP arrow to go back) and make sure the program is not displayed. If it is still running, execute this:</p>
<pre>kill -9 3474</pre>
<p>Reconnect the USB cable and you should now be able to use the N900 as external media.<img src="http://www.themaemo.com/?ak_action=api_record_view&#038;id=387&#038;type=feed" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themaemo.com/howto-fix-the-annoying-unable-to-connect-via-usb-device-storage-in-use-error-on-the-n900-without-rebooting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HowTo: Launch a terminal app from a shortcut on Nokia N900 (Part 2)</title>
		<link>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut-part-2/</link>
		<comments>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut-part-2/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 07:54:17 +0000</pubDate>
		<dc:creator>archebyte</dc:creator>
				<category><![CDATA[Applications - Apps]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[Hacks ,Tricks and Tips]]></category>
		<category><![CDATA[Nokia N900]]></category>
		<category><![CDATA[maemo5]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[n900 faq]]></category>
		<category><![CDATA[n900 key tips]]></category>
		<category><![CDATA[n900 tips]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[xterm]]></category>

		<guid isPermaLink="false">http://www.themaemo.com/?p=373</guid>
		<description><![CDATA[
This tutorial will show you how to add an icon to the topx shortcut in Part 1.

Find/create a PNG image of dimension 48&#215;48. (google this)
Name the file topx.png
Save file to /usr/share/icons/hicolor/48&#215;48/hildon/ (you will need root access)
Modify the topx.desktop file to include the following line. The right side should be the name of file without the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.themaemo.com%2Fhowto-launch-a-terminal-app-from-a-shortcut-part-2%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.themaemo.com%2Fhowto-launch-a-terminal-app-from-a-shortcut-part-2%2F" height="61" width="51" /></a></div>
<p>This tutorial will show you how to add an icon to the topx shortcut in <a href="http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/" target="_blank">Part 1</a>.</p>
<ol>
<li>Find/create a PNG image of dimension 48&#215;48. (google <a href="http://images.google.com/images?imgtbs=z&amp;hl=en&amp;sa=1&amp;q=imagesize%3A48x48+filetype%3Apng+linux&amp;aq=f&amp;oq=&amp;aqi=&amp;start=0" target="_blank">this</a>)</li>
<li>Name the file topx.png</li>
<li>Save file to /usr/share/icons/hicolor/48&#215;48/hildon/ (you will need root access)</li>
<li>Modify the topx.desktop file to include the following line. The right side should be the name of file without the .png</li>
</ol>
<p><tt>Icon=topx</tt></p>
<p>The topx.desktop now looks like this:<br />
<tt>[Desktop Entry]<br />
Encoding=UTF-8<br />
Version=0.1<br />
Type=Application<br />
Terminal=true<br />
Name=topx<br />
Exec=/usr/bin/osso-xterm top<br />
Icon=topx<br />
X-Osso-Type=application/x-executable<br />
</tt></p>
<p>Save topx.desktop and reboot to see the icon for the shortcut in the Application Menu. If the icon does not show up, install a couple of apps from the Application Manager. This should update the icon-cache and display it.</p>
<div style="text-align:center"><img src="http://www.themaemo.com/wp-content/uploads/2009/12/Screenshot-20091211-194657.jpg" alt="" /></div>
<p><img src="http://www.themaemo.com/?ak_action=api_record_view&#038;id=373&#038;type=feed" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Launch a terminal app from a shortcut on Nokia N900</title>
		<link>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/</link>
		<comments>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 07:27:31 +0000</pubDate>
		<dc:creator>archebyte</dc:creator>
				<category><![CDATA[Device]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[Hacks ,Tricks and Tips]]></category>
		<category><![CDATA[Nokia N900]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[n900 tips]]></category>
		<category><![CDATA[N900 Tricks]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[xterm]]></category>

		<guid isPermaLink="false">http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/</guid>
		<description><![CDATA[
On the N900, it is possible to run a terminal program like &#8216;top&#8217; directly from the Desktop/Shortcut. The following example creates a shortcut to launch the system monitior program &#8216;top&#8217;.
1. Use a text-editor like vi or Leafpad to create a file with the following text:

[Desktop Entry]
Encoding=UTF-8
Version=0.1
Type=Application
Terminal=true
Name=topx
Exec=/usr/bin/osso-xterm top
Icon=
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable

2. Save the file as topx.desktop.
3. As root, copy [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.themaemo.com%2Fhowto-launch-a-terminal-app-from-a-shortcut%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.themaemo.com%2Fhowto-launch-a-terminal-app-from-a-shortcut%2F" height="61" width="51" /></a></div>
<p>On the N900, it is possible to run a terminal program like &#8216;top&#8217; directly from the Desktop/Shortcut. The following example creates a shortcut to launch the system monitior program &#8216;top&#8217;.</p>
<p>1. Use a text-editor like vi or Leafpad to create a file with the following text:</p>
<pre>
[Desktop Entry]
Encoding=UTF-8
Version=0.1
Type=Application
Terminal=true
Name=topx
Exec=/usr/bin/osso-xterm top
Icon=
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
</pre>
<p>2. Save the file as topx.desktop.</p>
<p>3. As root, copy the file to the &#8216;/usr/share/applications/hildon/&#8217; directory. This will create an ugly blue application icon in the Application list called &#8216;topx&#8217;. </p>
<div style="text-align:center"><img src="http://www.themaemo.com/wp-content/uploads/2009/12/BmKervie.jpg" /></div>
<p>Launching &#8216;topx&#8217; will execute &#8216;top&#8217; directly in xterm. You may now put a shortcut on the desktop for quick access. The not-so-great part of this desktop-shortcut is that it displays the default icon.</p>
<p><img src="http://www.themaemo.com/?ak_action=api_record_view&#038;id=181&#038;type=feed" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>HowTo: Create a shortcut to a file on the N900&#8217;s desktop</title>
		<link>http://www.themaemo.com/how-to-put-a-shortcut-to-a-file-on-the-n900s-desktop/</link>
		<comments>http://www.themaemo.com/how-to-put-a-shortcut-to-a-file-on-the-n900s-desktop/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 18:58:40 +0000</pubDate>
		<dc:creator>archebyte</dc:creator>
				<category><![CDATA[Applications - Apps]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[Hacks ,Tricks and Tips]]></category>
		<category><![CDATA[Nokia N900]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://www.themaemo.com/how-to-put-a-shortcut-to-a-file-on-the-n900s-desktop/</guid>
		<description><![CDATA[
Being able create a file-shortcut on the desktop is a standard feature of all desktop environments like XP, GNOME, KDE, OS X etc. Unfortunately, the N900&#8217;s desktop doesn&#8217;t allow putting any kind of link on the desktop except if its a bookmark. So if you like having quick access to certain files from the desktop, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.themaemo.com%2Fhow-to-put-a-shortcut-to-a-file-on-the-n900s-desktop%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.themaemo.com%2Fhow-to-put-a-shortcut-to-a-file-on-the-n900s-desktop%2F" height="61" width="51" /></a></div>
<p>Being able create a file-shortcut on the desktop is a standard feature of all desktop environments like XP, GNOME, KDE, OS X etc. Unfortunately, the N900&#8217;s desktop doesn&#8217;t allow putting any kind of link on the desktop except if its a bookmark. So if you like having quick access to certain files from the desktop, there is a workaround through the browser.</p>
<p>In the following example, I  will create a shortcut to the agenda.pdf file. Open the file-system from the browser (see my previous post) and navigate to the folder of the file&#8217;s location.</p>
<div style="text-align:center;"><img src="http://myn900.files.wordpress.com/2009/11/vbruvvgq.jpg" alt="" /><span id="more-100"></span></div>
<p>Press and hold on the filename to bring up the menu. Select Add Bookmark. Give it a name and Save.</p>
<div style="text-align:center;"><img src="http://myn900.files.wordpress.com/2009/11/bxvgawll.jpg" alt="" /></div>
<p>This will create a bookmak to the file. Now add the bookmark on the desktop.</p>
<div style="text-align:center;"><img src="http://myn900.files.wordpress.com/2009/11/nosazyxx.jpg" alt="" /></div>
<p>Thats it. The file can be launched directly from the desktop.</p>
<div style="text-align:center;"><img src="http://myn900.files.wordpress.com/2009/11/jkesuwea.jpg" alt="" /></div>
<p>Not so nice parts of this hack:<br />
Web-browser launches, bookmark-folder inflates with the links, and the shortcuts on the desktop are deceptive without the thumbnail.</p>
<p><em>created using <a href="http://maemo-wordpy.garage.maemo.org" target="_blank">MaStory</a> on the N900 </em><img src="http://www.themaemo.com/?ak_action=api_record_view&#038;id=100&#038;type=feed" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themaemo.com/how-to-put-a-shortcut-to-a-file-on-the-n900s-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Browse the N900&#8217;s File-system using its Web-Browser</title>
		<link>http://www.themaemo.com/howto-browse-the-n900s-file-system-using-its-web-browser/</link>
		<comments>http://www.themaemo.com/howto-browse-the-n900s-file-system-using-its-web-browser/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 16:42:20 +0000</pubDate>
		<dc:creator>archebyte</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Hacks ,Tricks and Tips]]></category>
		<category><![CDATA[Nokia N900]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[maemo browser]]></category>
		<category><![CDATA[nokia n900]]></category>

		<guid isPermaLink="false">http://www.themaemo.com/?p=89</guid>
		<description><![CDATA[
The N900&#8217;s Web-Browser can be used to browse its entire file-system. To list the root directory, enter file:/// in the web-address field.
If you are looking for the home directory, enter file:///home/user/MyDocs/
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.themaemo.com%2Fhowto-browse-the-n900s-file-system-using-its-web-browser%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.themaemo.com%2Fhowto-browse-the-n900s-file-system-using-its-web-browser%2F" height="61" width="51" /></a></div>
<p>The N900&#8217;s Web-Browser can be used to browse its entire file-system. To list the root directory, enter file:/// in the web-address field.</p>
<div id="attachment_90" class="wp-caption aligncenter" style="width: 491px"><img class="size-full wp-image-90" title="BfurLWtd" src="http://www.themaemo.com/wp-content/uploads/2009/11/BfurLWtd1.jpg" alt="File-System on the N900 Web-Browser" width="481" height="288" />
<p class="wp-caption-text">File-System on the N900 Web-Browser</p>
</div>
<p><span id="more-89"></span>If you are looking for the home directory, enter file:///home/user/MyDocs/<img src="http://www.themaemo.com/?ak_action=api_record_view&#038;id=89&#038;type=feed" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themaemo.com/howto-browse-the-n900s-file-system-using-its-web-browser/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to take the Red-Pill and install more apps on the N900</title>
		<link>http://www.themaemo.com/taking-the-red-pill/</link>
		<comments>http://www.themaemo.com/taking-the-red-pill/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:28:17 +0000</pubDate>
		<dc:creator>archebyte</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[maemo review]]></category>
		<category><![CDATA[maemo5]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[nokia n900]]></category>

		<guid isPermaLink="false">http://www.themaemo.com/taking-the-red-pill/</guid>
		<description><![CDATA[
The N900 (and the Maemo platform) allows the user to, for lack of a better word, &#8220;turbo-charge&#8221; the Application Manager by opening up a variety of advanced features locked away by default.  Enabling them requires taking the &#8220;Red-Pill&#8221; so to speak. you can always opt for the &#8220;Blue-Pill&#8221; but c&#8217;mon, you only live once. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.themaemo.com%2Ftaking-the-red-pill%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.themaemo.com%2Ftaking-the-red-pill%2F" height="61" width="51" /></a></div>
<p>The N900 (and the Maemo platform) allows the user to, for lack of a better word, &#8220;turbo-charge&#8221; the Application Manager by opening up a variety of advanced features locked away by default.  Enabling them requires taking the &#8220;Red-Pill&#8221; so to speak. you can always opt for the &#8220;Blue-Pill&#8221; but c&#8217;mon, you only live once. <img src='http://www.themaemo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, to enable this mode, open the Application Manager and select Catalogs from the drop-down. This will show a list of catalogs</p>
<div style="text-align:center"><img src="http://www.themaemo.com/wp-content/uploads/2009/11/XEdWEkJh.jpg" alt="" /></div>
<p>Tap &#8220;New&#8221; and type the word matrix in the &#8216;Web address&#8217; field.</p>
<div style="text-align:center"><img src="http://www.themaemo.com/wp-content/uploads/2009/11/LHwePpft.jpg" alt="" /></div>
<p>Now tap on the blurry region above the Catalogs window. This will bring up the &#8220;big choice&#8221;</p>
<div style="text-align:center"><img src="http://www.themaemo.com/wp-content/uploads/2009/11/uQIVhilK.jpg" alt="" /></div>
<p>Taking the Blue-Pill will put you back where you started. Taking the Red-Pill will unlock the new world and the Application Catalog will display new buttons like &#8216;Settings&#8217; and &#8216;Install from File&#8217;</p>
<div style="text-align:center"><img src="http://www.themaemo.com/wp-content/uploads/2009/11/oyAFNqpV.jpg" alt="" /></div>
<p>The Application Manager will now update if an internet-connection is available and display a whole lot more packages. These packages are not only useful for development purposes but also for advanced use.</p>
<p><span style="color: #ff0000;">NOTE</span>: <em>Just a word of caution. Enable this mode only if you feel comfortable with managing the advanced features. The chances of getting your phone bricked are high if you don&#8217;t know what you are doing. If you are willing to take the risk, good luck!</em><img src="http://www.themaemo.com/?ak_action=api_record_view&#038;id=50&#038;type=feed" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themaemo.com/taking-the-red-pill/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
