<?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; Hacks ,Tricks and Tips</title>
	<atom:link href="http://www.themaemo.com/category/hacks-tricks-tips/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>Nokia N900 Showing it can function on Portrait Mode &#8211; Pictures and Video</title>
		<link>http://www.themaemo.com/nokia-n900-showing-it-can-function-on-portrait-mode-pictures-and-video/</link>
		<comments>http://www.themaemo.com/nokia-n900-showing-it-can-function-on-portrait-mode-pictures-and-video/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 13:23:34 +0000</pubDate>
		<dc:creator>Satz</dc:creator>
				<category><![CDATA[Hacks ,Tricks and Tips]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Nokia N900]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[maemo5]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[N900-portrait]]></category>
		<category><![CDATA[nokia n900]]></category>
		<category><![CDATA[Nokia N900 portrait mode]]></category>

		<guid isPermaLink="false">http://www.themaemo.com/?p=170</guid>
		<description><![CDATA[
Now we have some interesting news for you all
Here are the pictures showing N900 can be used in portrait mode too, So it seems like they have already implemented and now taking their time to make it work flawless on accelerometer
It just matter of weeks to get the portrait mode working.








Here is the video
http://share.ovi.com/media/Guyver95.PortraitMode/Guyver95.10009?sort=0
Source
]]></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%2Fnokia-n900-showing-it-can-function-on-portrait-mode-pictures-and-video%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.themaemo.com%2Fnokia-n900-showing-it-can-function-on-portrait-mode-pictures-and-video%2F" height="61" width="51" /></a></div>
<p>Now we have some interesting news for you all</p>
<p>Here are the pictures showing N900 can be used in portrait mode too, So it seems like they have already implemented and now taking their time to make it work flawless on accelerometer</p>
<p>It just matter of weeks to get the portrait mode working.</p>
<p><img src="http://media.share.ovi.com/m1/s/1454/06228dc1a02c4e1f895d10454294e2ef.jpg" alt="Nokia N900 Showing it can function on Portrait Mode" /><span id="more-170"></span></p>
<p><img src="http://media.share.ovi.com/m1/s/1454/fd6c9c0a4d4e4224b9b33489408b3b12.jpg" alt="Nokia N900 Showing it can function on Portrait Mode - Pictures and Video" /></p>
<p><img src="http://media.share.ovi.com/m1/s/1454/f7e3e10a531843e58f803f827dc51135.jpg" alt="Nokia N900 Showing it can function on Portrait Mode - Pictures and Video" /></p>
<p><img src="http://media.share.ovi.com/m1/s/1454/169668dc097546b89da3c133dc550fa7.jpg" alt="Nokia N900 Showing it can function on Portrait Mode - Pictures and Video" /></p>
<p><img src="http://media.share.ovi.com/m1/s/1454/96fb1379afcc4eecbdac225b670f4a69.jpg" alt="" /></p>
<p><img src="http://media.share.ovi.com/m1/s/1454/1abb415ac6e147cd8f44e2ca00a7a0bf.jpg" alt="Nokia N900 Showing it can function on Portrait Mode - Pictures and Video" /></p>
<p><img src="http://media.share.ovi.com/m1/s/1454/ec11404ef2aa4c27be722dd3b2be96c2.jpg" alt="Nokia N900 Showing it can function on Portrait Mode - Pictures and Video" /></p>
<p><img src="http://media.share.ovi.com/m1/s/1454/b896191535ea48b1b5e3b341c0b52cc6.jpg" alt="Nokia N900 Showing it can function on Portrait Mode - Pictures and Video" /></p>
<p>Here is the video</p>
<p><a href="http://share.ovi.com/media/Guyver95.PortraitMode/Guyver95.10009?sort=0">http://share.ovi.com/media/Guyver95.PortraitMode/Guyver95.10009?sort=0</a></p>
<p><a href="http://share.ovi.com/media/Guyver95.PortraitMode/Guyver95.10002?sort=0">Source</a><img src="http://www.themaemo.com/?ak_action=api_record_view&#038;id=170&#038;type=feed" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themaemo.com/nokia-n900-showing-it-can-function-on-portrait-mode-pictures-and-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>N900 Handy Keyboard Shortcuts</title>
		<link>http://www.themaemo.com/n900-handy-keyboard-shortcuts/</link>
		<comments>http://www.themaemo.com/n900-handy-keyboard-shortcuts/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 13:22:01 +0000</pubDate>
		<dc:creator>Siraj</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Hacks ,Tricks and Tips]]></category>
		<category><![CDATA[Nokia N900]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[maemo browser]]></category>
		<category><![CDATA[maemo ram limit]]></category>
		<category><![CDATA[maemo review]]></category>
		<category><![CDATA[maemo5]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[n900 key tips]]></category>
		<category><![CDATA[n900 keyboard shortcuts]]></category>
		<category><![CDATA[n900 thickness]]></category>
		<category><![CDATA[n900 tips]]></category>
		<category><![CDATA[nokia n900]]></category>

		<guid isPermaLink="false">http://www.themaemo.com/?p=110</guid>
		<description><![CDATA[

Hello folks,
The N900 running a linux os so there are many keyboard shortcuts available to us.Lets have a look of all the keyboard shortcuts and various light notification used in N900 for notifying and to start various process.
Notification lights colour:
1.Blue Color light is meant for Application notifications such as an IM or Text Or Email.
2.Orange [...]]]></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%2Fn900-handy-keyboard-shortcuts%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.themaemo.com%2Fn900-handy-keyboard-shortcuts%2F" height="61" width="51" /></a></div>
<p><img src="http://i48.tinypic.com/t6fkuo.jpg" alt="" /><br />
Hello folks,<br />
The N900 running a linux os so there are many keyboard shortcuts available to us.Lets have a look of all the keyboard shortcuts and various light notification used in N900 for notifying and to start various process.<br />
<strong>Notification lights colour:</strong></p>
<p>1.Blue Color light is meant for Application notifications such as an IM or Text Or Email.</p>
<p>2.Orange Color light indicate the battery is getting charged</p>
<p>3.Green Light denotes Battery charge is full<span id="more-110"></span></p>
<p><strong>Keyboard Shortcuts Inside the Applications:</strong><br />
1.Ctrl+Backspace takes you to taskmanager .<br />
2.As Usual Ctrl + C for copy text ,Ctrl + V to paste text ,Ctrl + X and Ctrl + A for moving text .<br />
3. Ctrl + O Used to open.<br />
4. Ctrl + N: Used to create a new item .<br />
5.Ctrl + S: Used to Save .<br />
6.Ctrl + Z: Used to undo .<br />
7.Ctrl + Y: Used to Redo .<br />
8.Ctrl + F: Opens the search bar for searching .<br />
9.Ctrl + Right arrow: Function as END key in pc move to the end of the word.<br />
10.Ctrl + Left arrow: Function as HOME key in pc move to the beginning of the word.<br />
11.Ctrl + Shift + P:Used to Capture the screen as image.<br />
12.Ctrl + Shift + X: Opens ‘X Terminal’<br />
<strong>Keyboard Shorcuts for Web Browser:</strong><br />
1.Ctrl + N: Opens a fresh window in browser<br />
2.Ctrl + R:Reloads the current page also can be used to reload the feed in RSS Viewer<br />
3.Ctrl + B:Opens the Bookmarks folder<br />
4.Ctrl + D:Save a new bookmark of the opened site<br />
5.Ctrl + S:Save the current page.<br />
6.Circular Zoom:To zoom the webpage<br />
<img src="http://i49.tinypic.com/e9da2u.png" alt="" /><br />
<em>Also</em> 1.Volume Rocker can be also used to zoom.<br />
2.Double tap can also used to zoom.<br />
7.Press Space:To scroll one page down.<br />
8.Press Shift + Space:To One Page up.<br />
<strong>Email Shortcuts</strong><br />
1.Ctrl + Enter:To send the current composed email.<br />
2.Ctrl + R:To open new window for sending the reply to the current reading mail.</p>
<p><strong>Check Out Other Tips:</strong><br />
1.<a href="http://www.themaemo.com/how-to-put-a-shortcut-to-a-file-on-the-n900s-desktop/">HowTo: Create a shortcut to a file on the N900’s desktop</a><br />
2<a href="http://www.themaemo.com/howto-browse-the-n900s-file-system-using-its-web-browser/">.HowTo: Browse the N900’s File-system using its Web-Browser</a><br />
3.<a href="http://www.themaemo.com/taking-the-red-pill/">How to take the Red-Pill and install more apps on the N900</a></p>
<p>Thanks to Nokia Experts.<img src="http://www.themaemo.com/?ak_action=api_record_view&#038;id=110&#038;type=feed" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themaemo.com/n900-handy-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>6</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>Welcome To TheMaemo.com</title>
		<link>http://www.themaemo.com/welcome-to-the-maemo/</link>
		<comments>http://www.themaemo.com/welcome-to-the-maemo/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 14:44:07 +0000</pubDate>
		<dc:creator>Satz</dc:creator>
				<category><![CDATA[Applications - Apps]]></category>
		<category><![CDATA[Device]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Hacks ,Tricks and Tips]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Nokia N900]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[maemo5]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[nokia n900]]></category>

		<guid isPermaLink="false">http://www.themaemo.com/?p=3</guid>
		<description><![CDATA[
Hello folks !
Our Maemo team will be posting about latest news, rumors, reviews and hacks . we will soon open a download section where you can download  or submit your applications , wallpapers and themes.
Enjoy your Stay !

]]></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%2Fwelcome-to-the-maemo%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.themaemo.com%2Fwelcome-to-the-maemo%2F" height="61" width="51" /></a></div>
<p>Hello folks !</p>
<p>Our Maemo team will be posting about latest news, rumors, reviews and hacks . we will soon open a download section where you can download  or submit your applications , wallpapers and themes.</p>
<p>Enjoy your Stay !</p>
<p><img src="http://maemo.nokia.com/img/feature-stack.jpg" alt="Nokia Maemo N900" width="766" height="266" /></p>
<p><img src="http://www.themaemo.com/?ak_action=api_record_view&#038;id=3&#038;type=feed" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themaemo.com/welcome-to-the-maemo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
