Development
Nokia N900 Major Firmware PR 1.1 out!
Jan 14th

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!
Popularity: 12%
Nokia N900 Major Firmware PR 1.1 out!mkMMS First Third Party MMS for N900
Jan 4th
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 N900Python for Newbies – Tutorial – Part Two
Dec 9th
This is part two of the Python for Newbies tutorial . Part One can be found here. 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
Functions
Functions are simply a set of commands or statements grouped together as a unit with a name that can be called on by other parts of the program (or even by other programs) to accomplish a certain task. Since the statements inside a function do not have to be rewritten every time the steps they perform are needed, our programs are smaller and easier to maintain. We have already used several functions that are built in to the Python core. For example, we have used the del function to delete items from Python lists and dictionaries, the tuple function to convert a string into a tuple, several math functions, and others. However, we are now going to learn how to create our own functions. Functions are simple, but there are a few new associated concepts that you will have to understand. Read the rest of this entry »
Popularity: 34%
Python for Newbies – Tutorial
Dec 9th
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
- What is Python?
- Why Python?
- Installing Python
- How Python works
- The building blocks of a Python program
- How to program in Python
- Functions
- Modules
- Working with files
- Classes and Objects
- Errors and Error Handling
- Other common built-in functions
- Time
Part Two
Read the rest of this entry »
Popularity: 92%
Python for Newbies – Tutorial
Recent Comments