Posts tagged maemo

HowTo: Install Ovi Store apps from the command line on the N900

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 the download. For those who don’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.

Prerequisites

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.

Ovi Repo

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’t like signing in, you can add the repo manually:
Name: Ovi
Web: https://downloads.maemo.nokia.com/fremantle/ovi/
Dist: ./

Archive Folder:

In order to save space on the root partition, create a download directory for the downloaded packages. Instructions here

Installation

For installation, all you need is the application’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 ‘offscr’ in it:

# apt-cache search offscr

This will display the 31 nifty apps by Offscr currently available. This also searches descriptions.

Next, install the desired package using apt-get (as root of course):

# apt-get -o dir::cache=/home/user/MyDocs/apt-archive-cache install  offscr-discs  offscr-backgammon  offscr-watch

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!

Popularity: 14%

Nokia N900 Major Firmware PR 1.1 out!

Nokia N900 Major Firmware PR 1.1 out!


Hi folks a major firmware update for Nokia N900 is out. The Update is called PR  1.1 Release1.2009.42.11 to PR1.1 release 2.2009.51. Maemo 5 PR1.1 is being released on January 14, 2010. Starting in Finland at 7am local time and following a staggering process country by country through the different time zones.

This update can be installed over the air by users with the PR1.0.1 already installed. Images for flashing will be available later today as well.

The Maemo 5 SDK and tools are being updated as well in order to match the OS content. The update will be available later today.

Tons of Changelogs after the break!

Read the rest of this entry »

Popularity: 12%

Nokia N900 Major Firmware PR 1.1 out!

mkMMS First Third Party MMS for N900

mkMMS First Third Party MMS for N900

We all know N900 doesn’t yet feature a MMS sending capability. mkMMS is an application developed by Mohammed Sameer

The application is not yet finished. It’s in alpha stage but it’s working good. It lacks GUI and very limited in features.This application allows you to create a MMS and send your photo to another phone number via Nokia N900. With the current version you can attach only ONE, which can be jpg, png, gif or text file (txt). And at this point it’s still under development so we can get a full featured version very soon!. You can use it like this

./mkmms /home/temp/photo.jpg m-send-req.mms subject

You can get a Copy of mkMMS here : mkMMS

Popularity: 20%

mkMMS First Third Party MMS for N900

Python for Newbies – Tutorial

Python for Newbies – Tutorial

This is a Python tutorial that tries to touch on most areas of the Python language, but attempts to be very simple so that people who have never done any sort of programming can grasp it. Special attention will be given to its use as a Maemo OS development platform. The content of this tutorial is provided under the Creative Commons Attribution-Share Alike 3.0 license:

http://creativecommons.org/licenses/by-sa/3.0/

http://creativecommons.org/licenses/by-sa/3.0/legalcode

The versions of Python and other libraries targeted by the tutorial will be initially the ones available on Maemo 5 at the time of the N900 release. That means Python 2.5.4. As Maemo starts moving to more recent versions of Python we will attempt to keep this tutorial in sync.

If you have any other comments or suggestions please let me know. We have a Google Wave available for those that would like to contribute to the content.

Due to its length, we have divided the tutorial in two parts (maybe three by the time we are done). There are a few sections still missing at the end of the tutorial. We hope to add them in the near future. But, again, if someone would like to help, let us know.

Table of Contents

Part One

Popularity: 91%

Python for Newbies – Tutorial

Nokia N900 Showing it can function on Portrait Mode – Pictures and Video

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.

Nokia N900 Showing it can function on Portrait Mode Read the rest of this entry »

Popularity: 36%

N900 Support Page Online


Hi the N900 support page is finally online.Whats the support page brings us:
-User Manual in all languages
-How To which is used for basic tweaks you can do in N900
-Softwares from Nokia for your N900
-Accessories Available for your N900
-Specification
-Simple 400 FAQ’s

N900 Support Page

Popularity: 23%

N900 FM transmitter Demo

FM Transmitter Demo
Hi geeks we all know N900 sports a fm transmitter.The N900 fmtransmitter is demoed by Steffen, a member of the Maemo 5 UI Team.The Fm transmitter is basically used to transmit the audio from N900 to the nearby Fm receiver.Here in this below video you can see the working of it.

Popularity: 21%

N900 Handy Keyboard Shortcuts


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 Color light indicate the battery is getting charged

3.Green Light denotes Battery charge is full Read the rest of this entry »

Popularity: 27%

HowTo: Create a shortcut to a file on the N900’s desktop

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’s desktop doesn’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.

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’s location.

Popularity: 32%

HowTo: Browse the N900’s File-system using its Web-Browser

The N900’s Web-Browser can be used to browse its entire file-system. To list the root directory, enter file:/// in the web-address field.

File-System on the N900 Web-Browser

File-System on the N900 Web-Browser

Read the rest of this entry »

Popularity: 27%