<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=188.143.232.31</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=188.143.232.31"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/188.143.232.31"/>
	<updated>2026-04-22T03:30:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Partitioning_a_flash_card&amp;diff=31624</id>
		<title>Partitioning a flash card</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Partitioning_a_flash_card&amp;diff=31624"/>
		<updated>2014-04-11T17:45:19Z</updated>

		<summary type="html">&lt;p&gt;188.143.232.31: Do you know the address? &amp;lt;a href=&amp;quot; http://www.fclca.org/zoloft/ &amp;quot;&amp;gt;zoloft 300 mg a day&amp;lt;/a&amp;gt;  pharmacy director or his designee. Focus on the roles, accountabilities and
 &amp;lt;a href=&amp;quot; http://www.fclca.org/p&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;WARNING: Partitioning your flash card will delete all data of the card, so be sure to back up any important data to a computer or another flash card.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For N900 see [[Repartitioning_the_flash]] and [[Changing the eMMC filesystem]]&lt;br /&gt;
&lt;br /&gt;
Do you know the address? &amp;lt;a href=&amp;quot; http://www.fclca.org/zoloft/ &amp;quot;&amp;gt;zoloft 300 mg a day&amp;lt;/a&amp;gt;  pharmacy director or his designee. Focus on the roles, accountabilities and&lt;br /&gt;
 &amp;lt;a href=&amp;quot; http://www.fclca.org/paxil/ &amp;quot;&amp;gt;mail order paxil&amp;lt;/a&amp;gt;  sending in the claim should be followed.&lt;br /&gt;
 &amp;lt;a href=&amp;quot; http://www.fclca.org/zithromax/ &amp;quot;&amp;gt;zithromax on line&amp;lt;/a&amp;gt;  [Anything else you want students to know about your course or your teaching / learning philosophy]&lt;br /&gt;
&lt;br /&gt;
== Format the partitions ==&lt;br /&gt;
&lt;br /&gt;
Once you have created the required partition table, you will need to initialise the filesystems.&lt;br /&gt;
&lt;br /&gt;
Type as root:&lt;br /&gt;
&lt;br /&gt;
 mkdosfs /dev/mmcblk0p1&lt;br /&gt;
 shutdown -r now&lt;br /&gt;
&lt;br /&gt;
After it reboots, then open Xterm and, as root, run:&lt;br /&gt;
&lt;br /&gt;
 mke2fs /dev/mmcblk0p2&lt;br /&gt;
 shutdown -r now&lt;br /&gt;
&lt;br /&gt;
== Mounting the partitions ==&lt;br /&gt;
&lt;br /&gt;
The VFAT partition will be mounted by the system automagically at start-up. To mount the EXT2 partition we need to load the kernel modules, so open Xterm and,  &#039;&#039;&#039;as root&#039;&#039;&#039;, type:&lt;br /&gt;
&lt;br /&gt;
 insmod /mnt/initfs/lib/modules/$(uname -r)/mbcache.ko&lt;br /&gt;
 insmod /mnt/initfs/lib/modules/$(uname -r)/ext2.ko&lt;br /&gt;
 mount /dev/mmcblk0p2 /media/mmc2&lt;br /&gt;
&lt;br /&gt;
(Note: /media/mmc2 will already have the VFAT partition mounted.  Perhaps we should create a directory in /media and mount to that instead?)&lt;br /&gt;
&lt;br /&gt;
[[Category:Power users]]&lt;br /&gt;
[[Category:Wiki page of the day]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Power users]]&lt;/div&gt;</summary>
		<author><name>188.143.232.31</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Documentation/Maemo_5_Developer_Guide/Packaging,_Deploying_and_Distributing&amp;diff=7237</id>
		<title>Documentation/Maemo 5 Developer Guide/Packaging, Deploying and Distributing</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Documentation/Maemo_5_Developer_Guide/Packaging,_Deploying_and_Distributing&amp;diff=7237"/>
		<updated>2013-06-18T11:23:05Z</updated>

		<summary type="html">&lt;p&gt;188.143.232.31: When do you want me to start? &amp;lt;a href=&amp;quot; http://csi-windows.com/courses &amp;quot;&amp;gt;online zoloft no prescription&amp;lt;/a&amp;gt;  hospital formularies are nothing compared to this!) Being on the hospital formulary&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Adding software to Maemo is done through &amp;quot;packages&amp;quot;. Packages are discreet archives of applications and additional information that make installing software easier than compiling the software from scratch. To install and manage packages on Maemo devices, Maemo uses the Debian package management system APT, the [[:wikipedia:Advanced Packaging Tool|Advanced Packaging Tool]]. APT is the underlying system which the developer fits their package into. Adding and removing software on Maemo devices is done using the Application Manager, which works with the APT system, making the details of installing packages invisible to the user. You can consider APT as the backend and Application Manager as the frontend. The combination of APT and the Application Manager presents a flexible framework that enables developers to easily create packages and simplify installation of software for the user.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Debian Packages, or debs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The APT package management system, developed by Debian, manipulates &#039;debs&#039;. Debs are simple binary archives which contain the files to be installed, metadata describing the deb, dependencies on other software, and optional installation and removal scripts. The process of creating a deb is fortunately made quite simple by various tools.&lt;br /&gt;
&lt;br /&gt;
This process is described in section [[#Creating Debian Packages|Creating Debian Packages]]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Package Repositories&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The package management system makes use of package repositories, which are essentially web or FTP sites that contain packages and make them available for download. Having a package reside in a repository brings significant advantages: the user can easily update packages on their device by downloading new packages from the repository, other developers can use the packages as automatically installable dependencies and the Application Manager can find the packages in the repository using a URL.&lt;br /&gt;
&lt;br /&gt;
For more information on working with repositories, see the [http://www.isotton.com/software/debian/docs/repository-howto/repository-howto.html Debian Repository HOWTO].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;One-Click-Install&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Maemo provides the option of creating installation instruction files that enable users to install applications simply by clicking a link on a web site. This is often a very easy process for the user and it is highly recommended that the developer creates these files. The .install files contain the required repository and package names. For more information on the format of these files, see section [[#Controlling_Installation|Controlling Installation]].&lt;br /&gt;
&lt;br /&gt;
== Creating Debian Packages ==&lt;br /&gt;
&lt;br /&gt;
To create a Debian package, the first step is to put all the files (source code, graphics, desktop and service files) in an empty directory called &amp;lt;code&amp;gt;my-application-1.0.0&amp;lt;/code&amp;gt;. The directory name should follow the &amp;lt;code&amp;gt;&amp;lt;package-name&amp;gt;-&amp;lt;app-version&amp;gt;&amp;lt;/code&amp;gt; convention; in other words, the package that is being created for this application is called &#039;&#039;my-application&#039;&#039;. See the [http://www.debian.org/doc/maint-guide/ch-first.en.html Debian New Maintainer&#039;s Guide] for more information on naming rules.&lt;br /&gt;
&lt;br /&gt;
Go to the source directory: &lt;br /&gt;
 cd my-application-1.0.0&lt;br /&gt;
&lt;br /&gt;
Set full name environment variable:&lt;br /&gt;
 export DEBFULLNAME=&amp;quot;Your Name&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Initial Debianization. &amp;lt;code&amp;gt;dh_make&amp;lt;/code&amp;gt; command is available from debhelper package and should be enabled after Scratchbox login:&lt;br /&gt;
 dh_make -e your.name@example.org --createorig&lt;br /&gt;
&lt;br /&gt;
Next &amp;lt;code&amp;gt;dh_make&amp;lt;/code&amp;gt; asks a question and prints a summary of the package:&lt;br /&gt;
 Type of package: single binary, multiple binary, library, kernel module or cdbs?&lt;br /&gt;
  [s/m/l/k/b] s&lt;br /&gt;
 &lt;br /&gt;
 Maintainer name : Your Name&lt;br /&gt;
 Email-Address   : your.name@example.org&lt;br /&gt;
 Date            : Fri, 30 Nov 2007 13:20:48 +0200&lt;br /&gt;
 Package Name    : my-application&lt;br /&gt;
 Version         : 1.0.0&lt;br /&gt;
 License         : blank&lt;br /&gt;
 Type of Package : Single&lt;br /&gt;
 Hit &amp;amp;lt;enter&amp;amp;gt; to confirm:&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;dh_make&amp;lt;/code&amp;gt; command creates the &amp;lt;code&amp;gt;debian/&amp;lt;/code&amp;gt; directory containing configuration files. Many of them are templates, like a template for a man page, since Maemo does not ship applications with man pages due to space limitations, many of these files can be removed. The following table lists the files that are required:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Required files in &amp;lt;code&amp;gt;debian&amp;lt;/code&amp;gt; directory&lt;br /&gt;
|-&lt;br /&gt;
! File in ./debian&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;changelog&amp;lt;/code&amp;gt;&lt;br /&gt;
| Package&#039;s change log&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;compat&amp;lt;/code&amp;gt;&lt;br /&gt;
| Debian helper compatibily version. Leave it as it is.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;control&amp;lt;/code&amp;gt;&lt;br /&gt;
| Describes the packages to be made.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;copyright&amp;lt;/code&amp;gt;&lt;br /&gt;
| Copyright text. Fill in the blanks.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;rules&amp;lt;/code&amp;gt;&lt;br /&gt;
| A makefile containing the rules to build all kinds of packages such as, for example, source and binary.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The key files in &amp;lt;code&amp;gt;./debian&amp;lt;/code&amp;gt; are &amp;lt;code&amp;gt;control&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;rules&amp;lt;/code&amp;gt;. They contain a generic template showing what they must look like. In &amp;lt;code&amp;gt;control&amp;lt;/code&amp;gt;, fill in the blanks. In &amp;lt;code&amp;gt;rules&amp;lt;/code&amp;gt;, remove any unwanted and unnecessary code.&lt;br /&gt;
&lt;br /&gt;
The following example illustrates what the &amp;lt;code&amp;gt;control&amp;lt;/code&amp;gt; file for the example application must contain:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Source: my-application&lt;br /&gt;
Section: user/other &lt;br /&gt;
Priority: optional &lt;br /&gt;
Maintainer: Your Name &amp;lt;your.name@example.org&amp;gt;&lt;br /&gt;
Build-Depends: debhelper (&amp;gt;= 4.0.0) &lt;br /&gt;
Standards-Version: 3.6.0&lt;br /&gt;
&lt;br /&gt;
Package: my-application &lt;br /&gt;
Architecture: any&lt;br /&gt;
Depends: ${shlibs:Depends}&lt;br /&gt;
Description: A simple test application&lt;br /&gt;
 A very simple application with a short description.&lt;br /&gt;
 Which spans multiple lines actually.&lt;br /&gt;
XSBC-Bugtracker: A link to a bugtracker location&lt;br /&gt;
XB-Maemo-Icon-26:&lt;br /&gt;
 iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/AP+g&lt;br /&gt;
 vaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1gURDQoYya0JlwAAAU9J &lt;br /&gt;
 REFUSMftlL1KA0EUhb/NZl/ggnHQxsJUxt5CUucVJCCkDfgyKdIGG5/A0s5HEBtJ&lt;br /&gt;
 EdDAQGBgmw0YJmMzgXXYza5CtNkDW9zZw5z7c+ZCgwb/Ai3i9sVl/Bq8RIs4LRK1 &lt;br /&gt;
 gJDsKvJyNXmJMuYTsMoY1zpgozaABdYArQNPZQ1kfyGU7SpqVwxzAMwABWhgpIwp&lt;br /&gt;
 4vWBB+AUWAI3ypjnfEXtPU4bLKx9vErTeCeiRSYF+fTn1j5dp2myE9EiU+DSi3wX &lt;br /&gt;
 ymeqRQAmZ3EcA5E/fgO6BULT8zhOcrwXoJdrXRa2Lgps2y2odAUcBUIXQdz78YyC&lt;br /&gt;
 SldAp8b7+bXrIv91qjZBietqCc2DjbAt4b2WxJkyZljVujlwp0U0cPxuLcAIuC+4 &lt;br /&gt;
 dKxFlsDJarvdAGP/b6hFnDImYs+uG3hbO2AB3Jbsur63tQM+fFx3bzZocEB8AdV2&lt;br /&gt;
 gJBZgKTwAAAAAElFTkSuQmCC&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;XSBC-Bugtracker&amp;lt;/code&amp;gt; field contains a link to a bugtracker location. See [[Packaging#Maemo-specific_fields|the documentation on Maemo-specific fields]] for more information.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;XB-Maemo-Icon-26&amp;lt;/code&amp;gt; field contains the application icon file (in this case, &amp;lt;code&amp;gt;hello_icon_48x48.png&amp;lt;/code&amp;gt;) encoded in base64. The Application Manager displays this icon next to the package name. To perform this encoding in Linux, use either &amp;lt;code&amp;gt;uuencode&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;openssl&amp;lt;/code&amp;gt;; however, more suitable applications may also exist. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;uuencode&amp;lt;/code&amp;gt; can be installed from sharutils package:&lt;br /&gt;
&lt;br /&gt;
 [sbox-FREMANTLE_X86: ~] &amp;gt; fakeroot apt-get install sharutils&lt;br /&gt;
&lt;br /&gt;
The following example encodes an icon file using &amp;lt;code&amp;gt;uuencode&amp;lt;/code&amp;gt; inside Scratchbox:&lt;br /&gt;
&lt;br /&gt;
 [sbox-FREMANTLE_X86: ~] &amp;gt; uuencode -m icon.png icon.png &amp;gt; icon.png.en&lt;br /&gt;
&lt;br /&gt;
In the above example, the result of the encoding is printed into a file named &amp;lt;code&amp;gt;icon.png.en&amp;lt;/code&amp;gt;. Do not forget to put a white space at the beginning of each line containing the icon-encoded text. The white space indicates a multi-line field. The same rule stands for the long package description (A very simple application[...]).&lt;br /&gt;
&lt;br /&gt;
The Application Manager only shows packages in the user section. Thus, the &amp;lt;code&amp;gt;Section:&amp;lt;/code&amp;gt; field in the control file must have the &amp;lt;code&amp;gt;Section: user/&amp;lt;SUBSECTION&amp;gt;&amp;lt;/code&amp;gt; syntax, where &amp;lt;code&amp;gt;&amp;lt;SUBSECTION&amp;gt;&amp;lt;/code&amp;gt; is arbitrary. See section [localhost#sec:making_app_pack_sections 17.2.6] for information on the suggested values.&lt;br /&gt;
&lt;br /&gt;
Usually you do not have to change the &amp;lt;code&amp;gt;rules&amp;lt;/code&amp;gt; file. However, if the new .deb package is empty, check the &amp;quot;install:&amp;quot; section to make sure that the &amp;lt;code&amp;gt;DESTDIR&amp;lt;/code&amp;gt; environment variable is pointing to the where the other packaging scripts are looking for the application to be packaged.&lt;br /&gt;
&lt;br /&gt;
Once the application is properly &#039;Debianized&#039;, building the application is performed easily with the command:&lt;br /&gt;
&lt;br /&gt;
 [sbox-FREMANTLE_X86: ~/my-application-1.0.0] &amp;gt; dpkg-buildpackage -rfakeroot&lt;br /&gt;
&lt;br /&gt;
The system displays some output, including some warnings about &amp;lt;code&amp;gt;XB-Maemo-Icon-26&amp;lt;/code&amp;gt;, but that is normal. The parent directory now contains a &amp;lt;code&amp;gt;my-application_1.0.0-0_i386.deb&amp;lt;/code&amp;gt; file - the Debian package. This file can be used to test the application in the SDK. When the source package is uploaded to the autobuilder, an Arm architecture-compatible .deb file will be built to distribute to Maemo devices and install using the Application Manager. You can switch to the &amp;lt;code&amp;gt;FREMANTLE_ARMEL&amp;lt;/code&amp;gt; target in Scratchbox to test the build yourself and ensure that there is nothing PC-specific in it.&lt;br /&gt;
&lt;br /&gt;
To test the package in the SDK, type:&lt;br /&gt;
&lt;br /&gt;
 [sbox-FREMANTLE_X86: ~/my-application-1.0.0] &amp;gt; cd ..&lt;br /&gt;
 [sbox-FREMANTLE_X86: ~] &amp;gt; fakeroot dpkg -i my-application_1.0.0-0_i386.deb&lt;br /&gt;
&lt;br /&gt;
Replace &#039;my-application...&#039; with the actual name of the package. You can install packages in both X86 and ARMEL targets. Ensure that the package architecture matches the Scratchbox target.&lt;br /&gt;
&lt;br /&gt;
For more information about making Debian packages, see [http://www.us.debian.org/doc/maint-guide/ Debian New Maintainers&#039; Guide]. For further information about creating application packages for maemo, see the next section [[#Making Application Packages|Making Application Packages]] and [http://hildon-app-mgr.garage.maemo.org/packaging-stable.html How to make a package for the Hildon Application Manager].&lt;br /&gt;
&lt;br /&gt;
{{ambox&lt;br /&gt;
|text=If the application is deploying icons to &amp;lt;code&amp;gt;/usr/share/icons/hicolor&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;gtk-update-icon-cache /usr/share/icons/hicolor&amp;lt;/code&amp;gt; command should be run in the &amp;lt;code&amp;gt;postinst&amp;lt;/code&amp;gt; script to ensure that icons are displayed properly.}}&lt;br /&gt;
&lt;br /&gt;
== Package Building ==&lt;br /&gt;
&lt;br /&gt;
This section explains how to build software packages that the end user can install onto the Internet Tablet using the Application Manager tool in the device.&lt;br /&gt;
&lt;br /&gt;
===Prerequisites ===&lt;br /&gt;
&lt;br /&gt;
This section assumes familiarity with the process of creating a .deb package. For more information on the basics of Debian packaging, see section [[#Creating Debian Packages|Creating Debian Packages]].&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;hello-world-app&amp;quot; example package to get started. To install it with &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt;, use the following command:&lt;br /&gt;
 apt-get source hello-world-app&lt;br /&gt;
&lt;br /&gt;
===Application Manager ===&lt;br /&gt;
&lt;br /&gt;
The Application Manager (AM) is an end user friendly graphical front-end to the standard Debian package management infrastructure. When using the Application Manager, apt-get tools are not mandatory for the end user.&lt;br /&gt;
&lt;br /&gt;
The Application Manager uses the same backend tools as Synaptic, Aptitude, or &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; (namely &amp;lt;code&amp;gt;libapt-pkg&amp;lt;/code&amp;gt;) in the standard way, without imposing any constraints; for example, packages are installed as root, and can touch the whole system.&lt;br /&gt;
&lt;br /&gt;
The usual way to distribute a package is to put it into a repository and make it accessible to apt.&lt;br /&gt;
&lt;br /&gt;
Either Application Manager or the apt-get tool can be used freely. Changes made to the system via &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; or dpkg are picked up by the Application Manager, and vice versa.&lt;br /&gt;
&lt;br /&gt;
=== Packaging ===&lt;br /&gt;
&lt;br /&gt;
Packages made for the Application Manager should follow a few extra rules, if they want to integrate nicely to the device. These rules are related to:&lt;br /&gt;
&lt;br /&gt;
* Text formatting&lt;br /&gt;
* Software dependencies&lt;br /&gt;
* User sections&lt;br /&gt;
* Icons&lt;br /&gt;
* Installation/removal policy of the Application Manager&lt;br /&gt;
* limited feedback to the user, no controlling terminal&lt;br /&gt;
* warning about removing running applications&lt;br /&gt;
* utilities to use in the maintainer scripts&lt;br /&gt;
&lt;br /&gt;
These are explained in detail below.&lt;br /&gt;
&lt;br /&gt;
=== Text Formatting ===&lt;br /&gt;
&lt;br /&gt;
All strings coming from the control information of a package are interpreted in UTF-8 when they are shown in the User Interface. If a string is not valid UTF-8, all bytes above 127 are replaced with &#039;?&#039; before display. If your control file is not UTF-8, you will fail a quality assurance test.&lt;br /&gt;
&lt;br /&gt;
===Dependencies ===&lt;br /&gt;
&lt;br /&gt;
This field should now contain all the dependencies for package, such as &amp;lt;code&amp;gt;${shlibs:Depends}&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Sections ===&lt;br /&gt;
&lt;br /&gt;
The Application Manager (AM) only displays packages in certain sections to the user in order to hide the hundreds of system packages making up the operating system. The AM is not designed to allow the user to manage the entire system at this point, only a set of third-party applications.&lt;br /&gt;
&lt;br /&gt;
The AM only shows packages in the &amp;quot;user&amp;quot; section. The &amp;lt;code&amp;gt;Section:&amp;lt;/code&amp;gt; field in the control file should be in the following format:&lt;br /&gt;
&lt;br /&gt;
 Section: user/&amp;lt;SUBSECTION&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where SUBSECTION is one of the sections below:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Maemo package sections&lt;br /&gt;
|-&lt;br /&gt;
! Key&lt;br /&gt;
! Example English i18n&lt;br /&gt;
! Example apps&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;user/desktop&amp;lt;/code&amp;gt;&lt;br /&gt;
| Desktop&lt;br /&gt;
| Home, statusbar and taskbar applets&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;user/development&amp;lt;/code&amp;gt;&lt;br /&gt;
| Programming&lt;br /&gt;
| py2deb&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;user/education&amp;lt;/code&amp;gt;&lt;br /&gt;
| Education&lt;br /&gt;
| Flashcard apps&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;user/games&amp;lt;/code&amp;gt;&lt;br /&gt;
| Games&lt;br /&gt;
| Doom, Duke Nukem 3D&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;user/graphics&amp;lt;/code&amp;gt;&lt;br /&gt;
| Graphics&lt;br /&gt;
| Photo apps, GIMP, Inkscape, fonts&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;user/multimedia&amp;lt;/code&amp;gt;&lt;br /&gt;
| Multimedia &#039;&#039;or&#039;&#039; Sound &amp;amp; Video&lt;br /&gt;
| Canola, mplayer, Kagu, UKMP, MediaBox&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;user/navigation&amp;lt;/code&amp;gt;&lt;br /&gt;
| (Location &amp;amp;) Navigation&lt;br /&gt;
| maemo-mapper, Navit&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;user/network&amp;lt;/code&amp;gt;&lt;br /&gt;
| Internet &amp;amp; Networking&lt;br /&gt;
| Web browsers, Samba clients, OpenAFS, Transmission&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;user/office&amp;lt;/code&amp;gt;&lt;br /&gt;
| Office&lt;br /&gt;
| GPE, Claws, AbiWord&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;user/science&amp;lt;/code&amp;gt;&lt;br /&gt;
| Science&lt;br /&gt;
| gnuplot, Octave&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;user/system&amp;lt;/code&amp;gt;&lt;br /&gt;
| System&lt;br /&gt;
| rotation-support, enhanced kernels, themes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;user/utilities&amp;lt;/code&amp;gt;&lt;br /&gt;
| Utilities &#039;&#039;or&#039;&#039; Accessories&lt;br /&gt;
| Calculators, terminals, text editors&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Thus, if the package is wanted in the Office subsection, the field:&lt;br /&gt;
 Section: user/office&lt;br /&gt;
should be included in the control information.&lt;br /&gt;
&lt;br /&gt;
===Icons ===&lt;br /&gt;
&lt;br /&gt;
The Application Manager may display an icon next to a package name. Icons are included in the control information of a package as a base64 encoded field named &amp;lt;code&amp;gt;Maemo-Icon-26&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The image format of the icon can be anything understood by &amp;lt;code&amp;gt;GdkPixbufLoader&amp;lt;/code&amp;gt;, but most commonly the PNG format is used.&lt;br /&gt;
&lt;br /&gt;
The image should be 48x48 pixels with a transparent background.&lt;br /&gt;
&lt;br /&gt;
The hello-world package shows an example.&lt;br /&gt;
&lt;br /&gt;
The way to get these fields into the .deb files is to include them with a &amp;quot;XB-&amp;quot; prefix in the debian/control file. For more information, see the [http://www.debian.org/doc/debian-policy/ch-controlfields.html#s5.7 Debian Policy Manual, section 5.7].&lt;br /&gt;
&lt;br /&gt;
===Installation and Removal Policy ===&lt;br /&gt;
&lt;br /&gt;
The Application Manager has its own rules for automatically installing and removing packages, in addition to the ones specified by the user. These rules are tuned to eliminate most surprises for simple package management operations, but this makes them less useable for complicated things like &amp;quot;apt-get dist-upgrade&amp;quot;. Take these rules into account when designing the package conflicts.&lt;br /&gt;
&lt;br /&gt;
Specifically, the AM never automatically removes a user package.&lt;br /&gt;
&lt;br /&gt;
If removing a package can resolve a conflict caused by installing it, the AM refuses the installation request instead of performing the removal.&lt;br /&gt;
&lt;br /&gt;
When removing a package, all packages that are a direct or indirect dependency of the removed package are considered for removal. Any non-user package automatically installed by the AM to satisfy a dependency and now no longer needes is removed.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, the AM is not very good in reporting conflicts: when the package conflicts with a non-user package, the problem reported by the AM considers the non-user package to be the source of the conflict, rather than any of the user packages that depend on it.&lt;br /&gt;
&lt;br /&gt;
=== Feedback from Maintainer Scripts ===&lt;br /&gt;
&lt;br /&gt;
When the Application Manager runs the maintainer scripts, they have no controlling terminal; their standard input is connected to &amp;lt;code&amp;gt;/dev/null&amp;lt;/code&amp;gt;. The &amp;lt;code&amp;gt;DISPLAY&amp;lt;/code&amp;gt; variable is set correctly.&lt;br /&gt;
&lt;br /&gt;
The Application Manager collects a transcript of the installation/uninstallation process, including the output of maintainer scripts. This output is hidden in the application log which users are not meant to view and understand.&lt;br /&gt;
&lt;br /&gt;
The package creator must ensure that the maintainer scripts do not fail. The best way is to try to execute operations that have a very high chance of succeeding. The simpler they are, the better.&lt;br /&gt;
&lt;br /&gt;
=== Removing or Upgrading Running Applications ===&lt;br /&gt;
&lt;br /&gt;
The Application Manager can run a script provided by the package, before removing or upgrading it. That script can tell the Application Manager to cancel the operation.&lt;br /&gt;
&lt;br /&gt;
This feature is often used to display a warning if the user tries to remove or upgrade an application that is currently running. To perform this test, use the &amp;lt;code&amp;gt;maemo-application-running&amp;lt;/code&amp;gt; utility.&lt;br /&gt;
&lt;br /&gt;
When uninstalling or upgrading a package named &amp;lt;code&amp;gt;PACKAGE&amp;lt;/code&amp;gt;, the Application Manager runs the program named &amp;lt;code&amp;gt;/var/lib/hildon-application-manager/info/PACKAGE.checkrm&amp;lt;/code&amp;gt;, if it exists. If this program exists with code 111, the operation is canceled. In all other cases, including when the program terminates with a signal, the operation is carried out.&lt;br /&gt;
&lt;br /&gt;
Two arguments are available for the *.checkrm program. To remove the package, use the following:&lt;br /&gt;
&lt;br /&gt;
 foobarexampleonly.checkrm remove&lt;br /&gt;
&lt;br /&gt;
To upgrade, use the following, replacing &amp;lt;code&amp;gt;VERSION&amp;lt;/code&amp;gt; with the version information:&lt;br /&gt;
&lt;br /&gt;
 foobarexampleonly.checkrm upgrade VERSION&lt;br /&gt;
&lt;br /&gt;
===Utilities to Use in Maintainer Scripts ===&lt;br /&gt;
&lt;br /&gt;
====maemo-application-running====&lt;br /&gt;
&lt;br /&gt;
 maemo-application-running -x executable-file&lt;br /&gt;
 maemo-application-running -d app.desktop&lt;br /&gt;
&lt;br /&gt;
This utility is provided by the package &amp;lt;code&amp;gt;hildon-application-manager-dbg&amp;lt;/code&amp;gt;. It checks whether the application specified on the command line is currently running. If the application is running, it exits with code 0. If it is not running, it exits with code 1. If an error occurs, it exits with code 2.&lt;br /&gt;
&lt;br /&gt;
When using the -x option, the utility checks whether any process is currently executing that file, by looking into &amp;lt;code&amp;gt;/proc/PID/exe&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
When using the -d option, the utility uses the given .desktop file to find the service name of the application und queries D-Bus whether the service is currently registered. If the .desktop file contains no service name, the utility uses the executable file like with the -x option.&lt;br /&gt;
&lt;br /&gt;
====maemo-confirm-text====&lt;br /&gt;
&lt;br /&gt;
 maemo-confirm-text [title] FILE&lt;br /&gt;
&lt;br /&gt;
This utility is provided by the package hildon-application-manager. It displays the contents of FILE in a dialog with &amp;quot;Ok&amp;quot; and &amp;quot;Cancel&amp;quot; buttons. The default title of the dialog is &amp;quot;License agreement&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If the user clicks &amp;quot;OK&amp;quot;, the utility exits with code 0; if the user clicks &amp;quot;Cancel&amp;quot;, it exits with code 1; and if an error occurs, it exits with code 2.&lt;br /&gt;
&lt;br /&gt;
If a license agreement is not shown in the &amp;lt;code&amp;gt;postinst&amp;lt;/code&amp;gt; script, ensure that even if the user does not agree to the licence terms, the &amp;lt;code&amp;gt;postinst&amp;lt;/code&amp;gt; script does not fail. Instead, configure the application to ask the user to agree to the license agreement again at application startup and refuse to run if the user does not agree.&lt;br /&gt;
&lt;br /&gt;
=== Controlling Installation ===&lt;br /&gt;
&lt;br /&gt;
Application Installer (old name for Application Manager) had a beta stage Single Click Install feature. Application Manager is backwards compatible with it and the old .install files still work, but some new features are available.&lt;br /&gt;
&lt;br /&gt;
The Application Manager offers three kinds of functionality with .install files: adding catalogues, installing packages from remote catalogues and installing packages from a memory card. The .install file follows the &amp;lt;code&amp;gt;GKeyFile&amp;lt;/code&amp;gt; format as described in the [http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#glib-Key-value-file-parser.description GKeyFile reference documentation]. A &amp;lt;code&amp;gt;GKeyFile&amp;lt;/code&amp;gt; consists of a number of groups, and each group contains key/value pairs. Each of the previously mentioned three functionalities is initiated by a specifically named group in the .install file.&lt;br /&gt;
&lt;br /&gt;
==== Adding Catalogues ====&lt;br /&gt;
&lt;br /&gt;
Adding catalogues is performed with the &amp;quot;catalogues&amp;quot; group. This group has one similarly named mandatory key, &amp;quot;catalogues&amp;quot;. The &amp;quot;catalogues&amp;quot; key is a list of strings referring to the catalogue groups that describe the catalogues to be added. Each catalogue is considered in turn, and the user is asked whether to add it or not. If it is to be added, and if a matching catalogue is already configured in the Application Manager, the matching catalogue is removed first. If the user declines to add the catalogue, the next catalogue is considered. After asking confirmation for each catalogue, the device asks the user whether to &amp;quot;Refresh the list of applications&amp;quot;. Here is an example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[catalogues]&lt;br /&gt;
catalogues = extras; sdk&lt;br /&gt;
&lt;br /&gt;
[extras]&lt;br /&gt;
name = maemo Extras catalogue&lt;br /&gt;
uri = http://repository.maemo.org/extras&lt;br /&gt;
components = free non-free&lt;br /&gt;
&lt;br /&gt;
[sdk]&lt;br /&gt;
name = maemo SDK catalogue&lt;br /&gt;
uri = http://repository.maemo.org/&lt;br /&gt;
components = free non-free&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Group describing a catalogue can contain the following keys:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt;: The display name of the catalogue as displayed to the user in the &amp;quot;Tool &amp;gt; Application catalogues&amp;quot; dialog. Follow the &amp;lt;code&amp;gt;GKeyFile&amp;lt;/code&amp;gt; conventions to localize this key. If this key is omitted, the catalogue contains an empty name.&lt;br /&gt;
* &amp;lt;code&amp;gt;uri&amp;lt;/code&amp;gt;: The URI part of the deb line that is added to sources.list for this catalogue. This key is required for all catalogues except those used with the &amp;quot;card_catalogues&amp;quot; key.&lt;br /&gt;
* &amp;lt;code&amp;gt;file_uri&amp;lt;/code&amp;gt;: When using file_uri instead of uri, the URI part of the deb line uses the &amp;quot;file://&amp;quot; method and the file_uri gives the actual pathname, relative to the location of the .install file. This key is required for all catalogues that are used with the &amp;quot;card_catalogues&amp;quot; key.&lt;br /&gt;
* &amp;lt;code&amp;gt;dist&amp;lt;/code&amp;gt;: The distribution of the deb line to be added to sources.list for this catalogue. If it is omitted, the catalogue defaults to the distribution corresponding to the IT OS release on the device. The Application Manager remembers to select the distribution automatically. For example, if a backup is made, containing a catalogue with automatic distribution selection, and restored on a different IT OS release, the distribution for the new version is used automatically.&lt;br /&gt;
* &amp;lt;code&amp;gt;components&amp;lt;/code&amp;gt;: The components part of the deb line to be added to sources.list for this catalogue. If it is omitted, the components part has no content.&lt;br /&gt;
* &amp;lt;code&amp;gt;filter_dist&amp;lt;/code&amp;gt;: Ignored if the distribution corresponding to the IT OS release on the device does not match.&lt;br /&gt;
&lt;br /&gt;
When catalogues are compared, they are considered equal if their &amp;lt;code&amp;gt;uri&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dist&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;components&amp;lt;/code&amp;gt; fields are equal.&lt;br /&gt;
&lt;br /&gt;
==== Installing Packages ====&lt;br /&gt;
&lt;br /&gt;
In order to install packages with an .install file, the file must contain an &amp;quot;install&amp;quot; group. The group has one mandatory key, &amp;lt;code&amp;gt;package&amp;lt;/code&amp;gt;, and one optional key, &amp;lt;code&amp;gt;catalogues&amp;lt;/code&amp;gt;. The &amp;lt;code&amp;gt;catalogues&amp;lt;/code&amp;gt; key is handled as follows: each catalogue is considered in turn. The user is asked for confirmation if a catalogue that is not already configured is encountered. Alternatively, if a catalogue is already present but disabled, the user is asked to confirm enabling the catalogue. If the user does not confirm, the processing of the .install file stops and any changes made in the configured catalogues are reverted. After the list of catalogues has been processed, the list of applications is refreshed automatically, and the package is offered to the user for installing. Here is an example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[install]&lt;br /&gt;
catalogues = foobar&lt;br /&gt;
package = maemofoo&lt;br /&gt;
&lt;br /&gt;
[foobar]&lt;br /&gt;
name = Foobar Catalogue&lt;br /&gt;
name[en_GB] = Foobar Catalogue&lt;br /&gt;
name[de_DE] = Foobar Katalog&lt;br /&gt;
uri = http://foobar.com/repository&lt;br /&gt;
components = main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Installing Packages from Memory Card ====&lt;br /&gt;
&lt;br /&gt;
Installing packages from a memory card is governed by the &amp;lt;code&amp;gt;card_install&amp;lt;/code&amp;gt; group. It has two mandatory keys, &amp;lt;code&amp;gt;packages&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;card_catalogues&amp;lt;/code&amp;gt;, and one optional key, &amp;lt;code&amp;gt;permanent_catalogues&amp;lt;/code&amp;gt;. The &amp;lt;code&amp;gt;packages&amp;lt;/code&amp;gt; key lists the names of packages that can be installed from the memory card, using the &amp;lt;code&amp;gt;card_catalogues&amp;lt;/code&amp;gt;. The package is installed in a temporary environment where the usual catalogues are not available. Only the catalogues listed by the &amp;lt;code&amp;gt;card_catalogues&amp;lt;/code&amp;gt; key are configured. All of these catalogues must use &amp;lt;code&amp;gt;file_uri&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;uri&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The user gets to select the packages from a list, after which the installation proceeds one package after another. In case the installation of a package fails, an error note is displayed, and the processing stops. After the installation is complete, the optional group &amp;lt;code&amp;gt;permanent_catalogues&amp;lt;/code&amp;gt; is processed ???similarly to adding a catalogue as described above.&lt;br /&gt;
&lt;br /&gt;
Whenever a memory card is inserted that contains a file called .auto.install, that file is processed by the Application Manager. Usually, the .auto.install file contains a &amp;lt;code&amp;gt;card_install&amp;lt;/code&amp;gt; group, of course. For example:&lt;br /&gt;
&lt;br /&gt;
 $ mkdir .repo&lt;br /&gt;
 $ cp somewhere/*.deb .repo/&lt;br /&gt;
 $ (cd .repo &amp;amp;&amp;amp; apt-ftparchive packages . &amp;gt;Packages)&lt;br /&gt;
&lt;br /&gt;
A matching .install file could look like the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[card_install]&lt;br /&gt;
card_catalogues = repo&lt;br /&gt;
packages = app-1; app-2&lt;br /&gt;
&lt;br /&gt;
[repo]&lt;br /&gt;
file_uri = .repo&lt;br /&gt;
dist = ./&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The .repo and the .install files typically go to the root of the memory card. To make the memory card auto-installing, make a copy of the .install file and name it .auto.install.&lt;br /&gt;
&lt;br /&gt;
=== Signing Package ===&lt;br /&gt;
&lt;br /&gt;
In order to sign packages, use debsign tool inside Scratchbox. For more information on using debsign, see the [http://www.penguin-soft.com/penguin/man/1/debsign.html debsign manual page].&lt;br /&gt;
&lt;br /&gt;
==Deploying Packages ==&lt;br /&gt;
&lt;br /&gt;
===Installing Application Packages to SDK ===&lt;br /&gt;
&lt;br /&gt;
Application packages can be installed into the Maemo SDK using the Debian package manager called &amp;lt;code&amp;gt;dpkg&amp;lt;/code&amp;gt; with root permission.&lt;br /&gt;
 &lt;br /&gt;
 [sbox-FREMANTLE_X86: ~] &amp;gt; fakeroot dpkg -i application_i386.deb&lt;br /&gt;
&lt;br /&gt;
Replace &#039;&#039;application&#039;&#039; with the actual name of the package. You can install packages in both X86 and ARMEL targets. The package architecture must match the Scratchbox target.&lt;br /&gt;
&lt;br /&gt;
===Installing Application Packages to Device ===&lt;br /&gt;
&lt;br /&gt;
You can also use the Debian package installer for installing application packages in Maemo devices. &lt;br /&gt;
 &lt;br /&gt;
 BusyBox v1.6.1 (2008-03-06 11:36:58 EET) Built-in shell (ash)&lt;br /&gt;
 Enter &#039;help&#039; for a list of built-in commands.&lt;br /&gt;
 &lt;br /&gt;
 /home/user # dpkg -i application_armel.deb&lt;br /&gt;
&lt;br /&gt;
For maemo device the package architecture must be always armel.&lt;br /&gt;
&lt;br /&gt;
===Uploading Application Packaged to Extras===&lt;br /&gt;
&lt;br /&gt;
Debian packages can be distributed to end users with the [[Extras|Extras repository]], which is pre-configured on the device. Before a package can be added to Extras, it must first be [[Uploading to Extras-devel|uploaded to Extras-devel]], promoted to [[Extras-testing]] if QA checks succeed, and finally promoted to Extras after successful testing by community testers. The [[Extras repository process definition|current Extras process]] is still under discussion, and may change in the future.&lt;br /&gt;
&lt;br /&gt;
When do you want me to start? &amp;lt;a href=&amp;quot; http://csi-windows.com/courses &amp;quot;&amp;gt;online zoloft no prescription&amp;lt;/a&amp;gt;  hospital formularies are nothing compared to this!) Being on the hospital formulary&lt;/div&gt;</summary>
		<author><name>188.143.232.31</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Maemo.org_Coding_Competition_2012&amp;diff=16036</id>
		<title>Maemo.org Coding Competition 2012</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Maemo.org_Coding_Competition_2012&amp;diff=16036"/>
		<updated>2013-04-28T01:09:10Z</updated>

		<summary type="html">&lt;p&gt;188.143.232.31: Could I take your name and number, please? &amp;lt;a href=&amp;quot; http://www.info-kod.si/si/rfid_izdelki/ &amp;quot;&amp;gt;buying accutane online&amp;lt;/a&amp;gt;  officer of the bank, identifying the name of the account, confirming the acco&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;NB: VOTING IS NOW closed! And results are coming soon...&lt;br /&gt;
&lt;br /&gt;
[http://talk.maemo.org/showpost.php?p=1273254&amp;amp;postcount=748 Preliminary reesults are here.]&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
You can see a list of registered and submitted applications in the [http://wiki.maemo.org/Maemo.org_coding_competition_2012#Participants Participants section])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Welcome to the maemo.org &#039;&#039;&#039;Coding Competition 2012&#039;&#039;&#039; wiki page! Beginning Monday &#039;&#039;&#039;11th June&#039;&#039;&#039;, and running for &#039;&#039;&#039;3 months&#039;&#039;&#039;, new applications for &#039;&#039;&#039;Maemo and MeeGo Harmattan&#039;&#039;&#039; devices (and significant updates to existing ones) will be eligible to enter in this years competition. Whether you are an experienced developer or a beginner on your very first application, we have a category that suits you and your application!&lt;br /&gt;
&lt;br /&gt;
Nokia has generously donated &#039;&#039;&#039;14 N950s and 11 N9s&#039;&#039;&#039; that we will assign to the winners and runner ups across the various categories. There will also be a &#039;&#039;&#039;community bounty&#039;&#039;&#039; made up of individual donations which will also be shared out amongst the best placed entries.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Entry is free.&#039;&#039;&#039; If there are any questions we have a discussion thread for the competition at http://talk.maemo.org/showthread.php?t=83761&lt;br /&gt;
&lt;br /&gt;
If you are new to the Maemo community, please feel free to check out [http://maemo.org/intro/ our introduction page] to learn more about us.&lt;br /&gt;
&lt;br /&gt;
Thanks for your interest in taking part, we can&#039;t wait to see what you&#039;ll develop for us! :)&lt;br /&gt;
&lt;br /&gt;
(NB: The final details are still being ironed out, so the below is subject to change. Keep watching this space!)&lt;br /&gt;
&lt;br /&gt;
Could I take your name and number, please? &amp;lt;a href=&amp;quot; http://www.info-kod.si/si/rfid_izdelki/ &amp;quot;&amp;gt;buying accutane online&amp;lt;/a&amp;gt;  officer of the bank, identifying the name of the account, confirming the account number and the names of the signing officers is required.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
The competition has now ended. The winning application and runners ups for each category is as follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot; border=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Category&lt;br /&gt;
! Winning App&lt;br /&gt;
! 1st Runner Up&lt;br /&gt;
! 2nd Runner Up&lt;br /&gt;
! 3rd Runner Up&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Desktop, System, &amp;amp; Utilities&#039;&#039;&#039;&lt;br /&gt;
| Saera&lt;br /&gt;
| maecaltasks&lt;br /&gt;
| widgets&lt;br /&gt;
| KhtNotes&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Location &amp;amp; Navigation&#039;&#039;&#039;&lt;br /&gt;
| meeTrainer&lt;br /&gt;
| GeePS2&lt;br /&gt;
| EnyTrip&lt;br /&gt;
| Next BART&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Network and Communications&#039;&#039;&#039;&lt;br /&gt;
| WifiTrans&lt;br /&gt;
| User Agent Tool&lt;br /&gt;
| genwall&lt;br /&gt;
| Transmission Remote&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Games, Graphics &amp;amp; Multimedia&#039;&#039;&#039;&lt;br /&gt;
| pcam&lt;br /&gt;
| Alpha Strike&lt;br /&gt;
| Crosswords&lt;br /&gt;
| Instago&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Other&#039;&#039;&#039;&lt;br /&gt;
| MeeCoLay&lt;br /&gt;
| SIM-Switcher&lt;br /&gt;
| Pomodoro&lt;br /&gt;
| BioPower&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Updates &amp;amp; Development on Existing Apps&#039;&#039;&#039;&lt;br /&gt;
| modRana&lt;br /&gt;
| ProfileMatic&lt;br /&gt;
| N9 Quick Tweak&lt;br /&gt;
| MeeDocs &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Beginners&#039;&#039;&#039;&lt;br /&gt;
| Alpha Strike&lt;br /&gt;
| SIM-Switcher&lt;br /&gt;
| meeTrainer&lt;br /&gt;
| Crosswords&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Competition Timeline ==&lt;br /&gt;
&lt;br /&gt;
The competition is currently scheduled to accept submissions for 3 months, starting on &#039;&#039;&#039;Monday 11 June 2012&#039;&#039;&#039; and ending on &#039;&#039;&#039;Monday 10th September 2012&#039;&#039;&#039;. Competition entries must be submitted by 12 midnight on Sunday 9th September (UTC time). Voting will run from &#039;&#039;&#039;September 19th through September 27th 2012, 23:59 UTC&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==How to Submit an Application==&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;NB: Entry is now closed!&#039;&#039;&#039; The final date for submissions was September 9th at midnight. You can see a list of registered and submitted applications in the Participation table.&lt;br /&gt;
http://wiki.maemo.org/Maemo.org_coding_competition_2012#Participants)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To enter, you can submit your application entry via one of two ways - the &#039;&#039;&#039;competition submission page&#039;&#039;&#039; available at [http://kojacker.net/blog/?page_id=170#entryform] or by emailing directly to the email address &#039;&#039;&#039;maemo.competition2012@gmail.com&#039;&#039;&#039;. You will also align your entry to one of the judging categories[http://wiki.maemo.org/Maemo.org_coding_competition_2012#Categories] at that time. in addition, you will also need to provide some details for the judging thread, including 2 screenshots, a brief description of your application, and an outline of what work you personally completed on it. &lt;br /&gt;
&lt;br /&gt;
Eligible authors who mark their entry as &#039;beginner&#039; will also have their application automatically entered into the beginner category. &lt;br /&gt;
&lt;br /&gt;
Only applications received via the submission page or emailed directly to the competition email address will be counted as valid entries in the competition. New participants are welcome to join at any time up until the closing date.&lt;br /&gt;
&lt;br /&gt;
== Prizes ==&lt;br /&gt;
&lt;br /&gt;
Nokia have generously donated &#039;&#039;&#039;14 Nokia N950 handsets&#039;&#039;&#039; and &#039;&#039;&#039;11 Nokia N9 handsets&#039;&#039;&#039; and these will be shipped free to the winners and runners up in each category, in accordance with the Nokia community device program. The devices assigned for each category is outlined below - the winner of each category will have first choice, followed by the second placed runner up, and so on until all devices have been assigned.&lt;br /&gt;
 &lt;br /&gt;
* Desktop, System &amp;amp; Utilities (2 N950, 2 N9) &lt;br /&gt;
* Games, Graphics &amp;amp; Multimedia (2 N950, 2 N9) &lt;br /&gt;
* Network &amp;amp; Communications (2 N950, 2 N9) &lt;br /&gt;
* Location &amp;amp; Navigation (2 N950, 2 N9) &lt;br /&gt;
* Other (2 N950, 2 N9) &lt;br /&gt;
&lt;br /&gt;
* Updates and development on existing apps (2 N950, 1 N9) &lt;br /&gt;
&lt;br /&gt;
* Beginners (made up of entries from the 5 main categories) (2 N950)&lt;br /&gt;
&lt;br /&gt;
In addition, there will be share of the community prize fund made up of donations from community members. The split for the community donation collection is still to be confirmed at this time (this section will be updated later).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot; border=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Category&lt;br /&gt;
! Developer&lt;br /&gt;
! Application&lt;br /&gt;
! Prize&lt;br /&gt;
! Nokia Developer Username&lt;br /&gt;
! Prize Received&lt;br /&gt;
|-&lt;br /&gt;
| Desktop, System, &amp;amp; Utilities&lt;br /&gt;
| taixzo&lt;br /&gt;
| Saera&lt;br /&gt;
| N9&lt;br /&gt;
| taixzo&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Desktop, System, &amp;amp; Utilities&lt;br /&gt;
| jackburton&lt;br /&gt;
| maecaltasks&lt;br /&gt;
| N950&lt;br /&gt;
| jackburton&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Desktop, System, &amp;amp; Utilities&lt;br /&gt;
| Lucien XU&lt;br /&gt;
| widgets&lt;br /&gt;
| N9&lt;br /&gt;
| Sfiet_Konstantin&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Desktop, System, &amp;amp; Utilities&lt;br /&gt;
| Khertan&lt;br /&gt;
| KhtNotes&lt;br /&gt;
| N9 (swapped from Network category)&lt;br /&gt;
| Khertan&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Desktop, System, &amp;amp; Utilities&lt;br /&gt;
| chrm&lt;br /&gt;
| DingMee&lt;br /&gt;
| N/a&lt;br /&gt;
| Bounty share&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Desktop, System, &amp;amp; Utilities&lt;br /&gt;
| abhinav12&lt;br /&gt;
| ReferIt&lt;br /&gt;
| N/a&lt;br /&gt;
| Bounty Share&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Games, Graphics, &amp;amp; Multimedia&lt;br /&gt;
| qwazix&lt;br /&gt;
| pcam&lt;br /&gt;
| N9&lt;br /&gt;
| mikedem&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Games, Graphics, &amp;amp; Multimedia&lt;br /&gt;
| aStrike&lt;br /&gt;
| Alpha Strike&lt;br /&gt;
| N950&lt;br /&gt;
| aStrike&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Games, Graphics, &amp;amp; Multimedia&lt;br /&gt;
| draxcp6&lt;br /&gt;
| Crosswords&lt;br /&gt;
| N9&lt;br /&gt;
| DRAX&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Games, Graphics, &amp;amp; Multimedia&lt;br /&gt;
| dirksonguer &lt;br /&gt;
| Instago&lt;br /&gt;
| N950&lt;br /&gt;
| DirkSonguer&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Games, Graphics, &amp;amp; Multimedia&lt;br /&gt;
| sakya&lt;br /&gt;
| Lone Wolf&lt;br /&gt;
| N/a&lt;br /&gt;
| Bounty share&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Games, Graphics, &amp;amp; Multimedia&lt;br /&gt;
| swinkels&lt;br /&gt;
| Nyan Cat&lt;br /&gt;
| N/a&lt;br /&gt;
| Bounty share&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Location &amp;amp; Navigation&lt;br /&gt;
| Paolo Angelelli&lt;br /&gt;
| meeTrainer&lt;br /&gt;
| N950&lt;br /&gt;
| tedturbo&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Location &amp;amp; Navigation&lt;br /&gt;
| fcrochik&lt;br /&gt;
| GeePS2&lt;br /&gt;
| N9&lt;br /&gt;
| felipecrochik&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Location &amp;amp; Navigation&lt;br /&gt;
| netvandal&lt;br /&gt;
| enyTrip&lt;br /&gt;
| N9&lt;br /&gt;
| netvandal&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Location &amp;amp; Navigation&lt;br /&gt;
| ikkysleepy&lt;br /&gt;
| Next BART&lt;br /&gt;
| N950&lt;br /&gt;
| ikkysleepy&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Location &amp;amp; Navigation&lt;br /&gt;
| N/A&lt;br /&gt;
| &lt;br /&gt;
| To be reallocated&lt;br /&gt;
|-&lt;br /&gt;
| Location &amp;amp; Navigation&lt;br /&gt;
| N/A&lt;br /&gt;
| &lt;br /&gt;
| To be reallocated&lt;br /&gt;
|-&lt;br /&gt;
| Network &amp;amp; Communication&lt;br /&gt;
| cckwes&lt;br /&gt;
| WifiTrans&lt;br /&gt;
| N/a&lt;br /&gt;
| Share of Bounty&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Network &amp;amp; Communication&lt;br /&gt;
| Halftux&lt;br /&gt;
| genwall&lt;br /&gt;
| N950&lt;br /&gt;
| Halftux&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Network &amp;amp; Communication&lt;br /&gt;
| titilambert &lt;br /&gt;
| HeySMS&lt;br /&gt;
| N950&lt;br /&gt;
| titilambert&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Network &amp;amp; Communication&lt;br /&gt;
| shwstppr&lt;br /&gt;
| Bumblr&lt;br /&gt;
| N/a&lt;br /&gt;
| Second Bounty Share&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Network &amp;amp; Communication&lt;br /&gt;
| kesrut&lt;br /&gt;
| ServerMonitor&lt;br /&gt;
| N950 (swapped from Desktop category)&lt;br /&gt;
| kesrut&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Network &amp;amp; Communication&lt;br /&gt;
| leon.anavi&lt;br /&gt;
| MoGateway&lt;br /&gt;
| N9&lt;br /&gt;
| leonanavi&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Other&lt;br /&gt;
| marmistrz&lt;br /&gt;
| MeeCoLay&lt;br /&gt;
| N950&lt;br /&gt;
| marmistrz&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Other&lt;br /&gt;
| munozferna&lt;br /&gt;
| Pomodoro&lt;br /&gt;
| N9&lt;br /&gt;
| fmunozs&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Other&lt;br /&gt;
| jukra&lt;br /&gt;
| BioPower&lt;br /&gt;
| N950&lt;br /&gt;
| jukra&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Other&lt;br /&gt;
| helex&lt;br /&gt;
| WPx Emulatoor&lt;br /&gt;
| N9&lt;br /&gt;
| QtHelex&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Other&lt;br /&gt;
| EmsNympton&lt;br /&gt;
| MeeGoal&lt;br /&gt;
| N/a&lt;br /&gt;
| Bounty share&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Other&lt;br /&gt;
| Hossein&lt;br /&gt;
| Kana of the Day&lt;br /&gt;
| N/a&lt;br /&gt;
| Bounty share&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Updates &amp;amp; Development on Existing Apps&lt;br /&gt;
| MartinK&lt;br /&gt;
| modRana&lt;br /&gt;
| N9&lt;br /&gt;
| m4rtink&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Updates &amp;amp; Development on Existing Apps&lt;br /&gt;
| ajalkane&lt;br /&gt;
| ProfileMatic&lt;br /&gt;
| N/a&lt;br /&gt;
| Share of Bounty&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Updates &amp;amp; Development on Existing Apps&lt;br /&gt;
| Schturman&lt;br /&gt;
| N9 Quick Tweak&lt;br /&gt;
| N950&lt;br /&gt;
| schturman&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Updates &amp;amp; Development on Existing Apps&lt;br /&gt;
| Marrat&lt;br /&gt;
| MeeDocs&lt;br /&gt;
| N950&lt;br /&gt;
| marrat&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Updates &amp;amp; Development on Existing Apps&lt;br /&gt;
| Rainisto&lt;br /&gt;
| Presence VNC&lt;br /&gt;
| Yes&lt;br /&gt;
| Bounty share&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Beginners&lt;br /&gt;
| Peter Leinchen&lt;br /&gt;
| SIM-Switcher&lt;br /&gt;
| N950&lt;br /&gt;
| lotte0509&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Beginners&lt;br /&gt;
| saidinesh5&lt;br /&gt;
| Puppy File Server&lt;br /&gt;
| N950&lt;br /&gt;
| saidinesh5&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Beginners&lt;br /&gt;
| tigre-bleu&lt;br /&gt;
| Allocine&lt;br /&gt;
| Yes&lt;br /&gt;
| Bounty share&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| Beginners&lt;br /&gt;
| computerinfo21&lt;br /&gt;
| Task Poach&lt;br /&gt;
| Yes&lt;br /&gt;
| Bounty share&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Donations for the Community Prize Fund ==&lt;br /&gt;
&lt;br /&gt;
The following list shows all of the donations and pledges made to the community prize fund so far. There is no fixed amount - all donations are very welcome - and will be accepted from now until the closing date of the competition. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To donate via PayPal, just click on the following link and specify the amount you want to donate. &lt;br /&gt;
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=FTU62WATF94BW&lt;br /&gt;
&lt;br /&gt;
Please don&#039;t forget to include your maemo.org username in the PayPal message to be mentioned in the following list. If no maemo.org username is included, the donation will be marked as anonymous. You can find more information on the donation paypal process (with screenshots) [http://talk.maemo.org/showpost.php?p=1223732&amp;amp;postcount=262 on this post]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Our special thanks to the following people for their generous contributions:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot; border=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&#039;&#039;&#039;&lt;br /&gt;
! Nickname&#039;&#039;&#039;&lt;br /&gt;
! Amount (gross) in €&lt;br /&gt;
! PayPal fee in €&lt;br /&gt;
! Amount (net) in €&lt;br /&gt;
! Paid&lt;br /&gt;
|-&lt;br /&gt;
| 24/5/2012||[http://talk.maemo.org/member.php?u=32339 kojacker]||50,00||1,30 ||48,70||yes, 15/6/2012&lt;br /&gt;
|-&lt;br /&gt;
| 25/5/2012||[http://talk.maemo.org/member.php?u=29528 Wonko]||40,00||1,11||38,89||yes&lt;br /&gt;
|-&lt;br /&gt;
| 25/5/2012||Anonymous||15,00||0,64||14,36||yes&lt;br /&gt;
|-&lt;br /&gt;
| 25/5/2012||Anonymous||50,00||2,80||47,20||yes&lt;br /&gt;
|-&lt;br /&gt;
| 26/5/2012||[http://talk.maemo.org/member.php?u=38083 helex]||50,00|| ||50,00||yes, 27/6/2012&lt;br /&gt;
|-&lt;br /&gt;
| 26/5/2012||[http://talk.maemo.org/member.php?u=30579 ljo]||60,00||1,49||58,51||yes&lt;br /&gt;
|-&lt;br /&gt;
| 03/6/2012||[http://maemo.org/profile/view/mrsellout/ mrsellout]||50,00||1,30||48,70||yes, 18/6/2012&lt;br /&gt;
|-&lt;br /&gt;
| 03/6/2012||Anonymous||5,00||0,45||4,55||yes&lt;br /&gt;
|-&lt;br /&gt;
| 12/6/2012||[http://talk.maemo.org/member.php?u=58874 zwevert]||5,00||0,45||4,55||yes&lt;br /&gt;
|-&lt;br /&gt;
| 12/6/2012||[http://talk.maemo.org/member.php?u=7630 qgil]||30,00||1,52||28,48||yes&lt;br /&gt;
|-&lt;br /&gt;
| 17/6/2012||[http://talk.maemo.org/member.php?u=44905 bingomion]||10,00||0,87||9,13||yes&lt;br /&gt;
|-&lt;br /&gt;
| 18/6/2012||[http://talk.maemo.org/member.php?u=58159 almamo]||20,00||1,33||18,67||yes&lt;br /&gt;
|-&lt;br /&gt;
| 22/6/2012||[http://talk.maemo.org/member.php?u=31497 P@t]||10,00||0,54||9,46||yes&lt;br /&gt;
|-&lt;br /&gt;
| 23/6/2012||[http://talk.maemo.org/member.php?u=32339 kojacker, in memory of Gary Birkett (lcuk)]||50,00||1,30 ||48,70||yes&lt;br /&gt;
|-&lt;br /&gt;
| 28/6/2012||[http://talk.maemo.org/member.php?u=30579 ljo]||60,00||1,49||58,51||yes&lt;br /&gt;
|-&lt;br /&gt;
| 04/7/2012||[http://talk.maemo.org/member.php?u=34156 ZogG]||20,00||1,39||18,61||yes&lt;br /&gt;
|-&lt;br /&gt;
| 18/7/2012||[http://talk.maemo.org/member.php?u=44304 marxian]||25,00||0,83||24,17||yes&lt;br /&gt;
|-&lt;br /&gt;
| 18/7/2012||[http://talk.maemo.org/member.php?u=20901 javispedro]||15,00||0,64||14,36||yes&lt;br /&gt;
|-&lt;br /&gt;
| 18/7/2012||[http://talk.maemo.org/member.php?u=20798 pigling]||10,00||0,87||9,13||yes&lt;br /&gt;
|-&lt;br /&gt;
| 26/7/2012||Anonymous||10,00||0,54||9,46||yes&lt;br /&gt;
|-&lt;br /&gt;
| 10/8/2012||[http://talk.maemo.org/member.php?u=41529 eduperez]||50,00||2,95||47,05||yes&lt;br /&gt;
|-&lt;br /&gt;
| 19/8/2012||[http://talk.maemo.org/member.php?u=63161 proprog]||15,00||0,64||14,36||yes&lt;br /&gt;
|-&lt;br /&gt;
| 24/8/2012||[http://talk.maemo.org/member.php?u=59339 Sap]||10,00||0,74||9,26||yes&lt;br /&gt;
|-&lt;br /&gt;
| 24/8/2012||[http://talk.maemo.org/member.php?u=16742 OVK]||30,00||0,92||29,08||yes&lt;br /&gt;
|-&lt;br /&gt;
| 31/8/2012||[http://talk.maemo.org/member.php?u=55015 leon-anavi]||10,00||0,54||9,46||yes&lt;br /&gt;
|-&lt;br /&gt;
| 03/9/2012||[http://talk.maemo.org/member.php?u=1203 jurop88]||20,00||0,73||19,27||yes&lt;br /&gt;
|-&lt;br /&gt;
| 08/9/2012||[http://talk.maemo.org/member.php?u=30535 Schturman]||15,00||1,13||13,87||yes&lt;br /&gt;
|-&lt;br /&gt;
| 08/9/2012||[http://talk.maemo.org/member.php?u=58873 justadude]||70,00||3,08||66,92||yes&lt;br /&gt;
|-&lt;br /&gt;
| 11/9/2012||Anonymous||10,00||0,54||9,46||yes&lt;br /&gt;
|-&lt;br /&gt;
| 13/9/2012||[http://talk.maemo.org/member.php?u=42513 rotoflex]||10,00||0,74||9,26||yes&lt;br /&gt;
|-&lt;br /&gt;
| 20/9/2012||[http://talk.maemo.org/member.php?u=26315 sony123]||10,00||0,74||9,26||yes&lt;br /&gt;
|-&lt;br /&gt;
| 27/9/2012||Anonymous||5,00||0,45||4,55||yes&lt;br /&gt;
|-&lt;br /&gt;
|||Totals||840,00 (Pledged)||33,06||805,94 (Paid)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
The final list of participants for voting is available at http://talk.maemo.org/showpost.php?p=1264774&amp;amp;postcount=579&lt;br /&gt;
&lt;br /&gt;
And you can see the application submissions listed by category on the external website http://cc2012.crochik.com/ and also on forum posts via the links below:&lt;br /&gt;
&lt;br /&gt;
*Location and Navigation [http://talk.maemo.org/showpost.php?p=1265628&amp;amp;postcount=582]&lt;br /&gt;
&lt;br /&gt;
*Others 1/2 [http://talk.maemo.org/showpost.php?p=1266013&amp;amp;postcount=584]&lt;br /&gt;
*Others 2/2 [http://talk.maemo.org/showpost.php?p=1266016&amp;amp;postcount=585]&lt;br /&gt;
&lt;br /&gt;
*Network and Communications 1/2 [http://talk.maemo.org/showpost.php?p=1266030&amp;amp;postcount=587]&lt;br /&gt;
*Network and Communications 2/2 [http://talk.maemo.org/showpost.php?p=1266031&amp;amp;postcount=588]&lt;br /&gt;
&lt;br /&gt;
*Games, Graphic and Multimedia 1/2 [http://talk.maemo.org/showpost.php?p=1266564&amp;amp;postcount=601]&lt;br /&gt;
*Games, Graphic and Multimedia 2/2 [http://talk.maemo.org/showpost.php?p=1266566&amp;amp;postcount=602]&lt;br /&gt;
&lt;br /&gt;
*Desktop, Systems and Utilities 1/3 [http://talk.maemo.org/showpost.php?p=1267671&amp;amp;postcount=622]&lt;br /&gt;
*Desktop, Systems and Utilities 2/3 [http://talk.maemo.org/showpost.php?p=1267672&amp;amp;postcount=623]&lt;br /&gt;
*Desktop, Systems and Utilities 3/3 [http://talk.maemo.org/showpost.php?p=1267674&amp;amp;postcount=624]&lt;br /&gt;
&lt;br /&gt;
*Updates and development on existing applications 1/3 [http://talk.maemo.org/showpost.php?p=1269280&amp;amp;postcount=670]&lt;br /&gt;
*Updates and development on existing applications 2/3 [http://talk.maemo.org/showpost.php?p=1269282&amp;amp;postcount=671]&lt;br /&gt;
*Updates and development on existing applications 3/3 [http://talk.maemo.org/showpost.php?p=1269283&amp;amp;postcount=672])&lt;br /&gt;
&lt;br /&gt;
*Beginners 1/4 [http://talk.maemo.org/showpost.php?p=1269327&amp;amp;postcount=677]&lt;br /&gt;
*Beginners 2/4 [http://talk.maemo.org/showpost.php?p=1269328&amp;amp;postcount=678]&lt;br /&gt;
*Beginners 3/4 [http://talk.maemo.org/showpost.php?p=1269329&amp;amp;postcount=679]&lt;br /&gt;
*Beginners 4/4 [http://talk.maemo.org/showpost.php?p=1269330&amp;amp;postcount=680]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The below table displays the submission details, as received, for each application. (The table is currently in process of being updated with the final details.)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot; border=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Developer&lt;br /&gt;
! Application&lt;br /&gt;
! Category&lt;br /&gt;
! Beginner Entry (Y/N)&lt;br /&gt;
! Platform (MeeGo/Maemo/etc)&lt;br /&gt;
! Entry Received?&lt;br /&gt;
|-&lt;br /&gt;
| marrat (Marcel D. Juhnke)&lt;br /&gt;
| MeeDocs (Google Docs/GDrive client for N9)&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| Khertan (Benoît HERVIER)&lt;br /&gt;
| [http://khertan.net/KhtBMA KhtBMA]&lt;br /&gt;
| Desktop, System &amp;amp; Utilities &lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| Khertan (Benoît HERVIER)&lt;br /&gt;
| [http://khertan.net/KhtNotes KhtNotes]&lt;br /&gt;
| Desktop, System &amp;amp; Utilities &lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| Khertan (Benoît HERVIER)&lt;br /&gt;
| [http://khertan.net/Wleux Wleux]&lt;br /&gt;
| Desktop, System &amp;amp; Utilities &lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| titilambert (Thibault Cohen)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=84705 HeySms]&lt;br /&gt;
| Network &amp;amp; Communications&lt;br /&gt;
| N&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| chrm (Christoph Maciejewski)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=85427 DingMee] &lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| bibek (Anand Bibek)&lt;br /&gt;
| DoMee &lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| bibek (Anand Bibek)&lt;br /&gt;
| Blob &lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| taixzo&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=84753 Saera] (Voice command and AI)&lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| N&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| pa (Paolo Angelelli)&lt;br /&gt;
| meeTrainer &lt;br /&gt;
| Location &amp;amp; Navigation&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| pa (Paolo Angelelli)&lt;br /&gt;
| syncgcontacts &lt;br /&gt;
| Network &amp;amp; Communications &lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| piggz (Adam Pigg)&lt;br /&gt;
| Square-It (Old fashioned game)&lt;br /&gt;
| Games&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan, Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|- &lt;br /&gt;
| sakya (Paolo Iommarini)&lt;br /&gt;
| Lone Wolf for Maemo&lt;br /&gt;
| Games, Graphics &amp;amp; Multimedia&lt;br /&gt;
| N&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86352 Fremantle]&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| kunal_the_one (Kunal Parmar)&lt;br /&gt;
| Crazy Chickens game&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| kunal_the_one (Kunal Parmar)&lt;br /&gt;
| Audiobook Reader&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| swinkels (Slawomir Musial)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86715 Nyan Cat. The Game] &lt;br /&gt;
| Games, Graphics &amp;amp; Multimedia&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| rfeese (Roger Feese)&lt;br /&gt;
| Math Bingo&lt;br /&gt;
| Games, Graphics &amp;amp; Multimedia&lt;br /&gt;
| Y&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| rainisto (Jonni Rainisto )&lt;br /&gt;
| [http://store.ovi.com/content/283951 Presence VNC] with full VKB support for N9&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| jackburton (Brandon Saxe)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86736 maecalTasks] (N900)&lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| N&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| ajalkane (Arto Jalkanen)&lt;br /&gt;
| ProfileMatic&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| adityamhatre (Aditya Mhatre)&lt;br /&gt;
| Sync yourself &lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| Iktwo sh&lt;br /&gt;
| Meemory, puzzle game to test your memory&lt;br /&gt;
| Games, Graphics &amp;amp; Multimedia&lt;br /&gt;
| N&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| Iktwo sh&lt;br /&gt;
| Sim shorcut remover&lt;br /&gt;
| Other&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/member.php?u=51684 draxcp6]&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86355 Crosswords]&lt;br /&gt;
| Games, Graphics &amp;amp; Multimedia&lt;br /&gt;
| Y&lt;br /&gt;
| [http://www.4shared.com/file/7V6QXKSX/crosswordsqml_0_0_1_armel_frem.html Fremantle], [http://www.4shared.com/file/fkRgqHt5/crosswordsqml_001_armel_harmat.html Harmattan], [http://www.4shared.com/file/gKk0U5-a/Crosswords_Install.html Desktop]&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| adityamhatre (Aditya Mhatre)&lt;br /&gt;
| Reaction Challenge (First one to tap wins)&lt;br /&gt;
| Games, Graphics &amp;amp; Multimedia&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| fcrochik (Felipe Crochik)&lt;br /&gt;
| [http://store.ovi.com/content/286776 GeePS2] &lt;br /&gt;
| Location &amp;amp; Navigation &lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| trx (Svetozar Belic)&lt;br /&gt;
| TxPad QML (Total rewrite of Maemo5 TxPad for Harmattan)&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| qwazix (Michael Demetriou)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=85512 &amp;amp;rho;cam] (raw image capture sοftware)&lt;br /&gt;
| Games, Graphics &amp;amp; Multimedia&lt;br /&gt;
| Ν&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| shwstppr (Abhishek Kumar)&lt;br /&gt;
| Bumblr(Tumblr App)&lt;br /&gt;
| Network &amp;amp; Communications&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| cckwes (Wesley Chong)&lt;br /&gt;
| ThrowIn&lt;br /&gt;
| Games, Graphics &amp;amp; Multimedia&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/member.php?u=18368 rash.m2k]  (Rashad Mughal)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86740 meeBay] &lt;br /&gt;
| Network &amp;amp; Comminucations&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| 3clch4pawlakov, Tomx95 (Tomasz Pastusiak)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86661 BlockMaster] - Puzzle solving 2D platformer&lt;br /&gt;
| Games&lt;br /&gt;
| Y&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://maemo.org/profile/view/Halftux Halftux (Christian Weniger)]&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=85444 Genwall] (Iptables firewall gui)&lt;br /&gt;
| Network &amp;amp; Communications&lt;br /&gt;
| Y&lt;br /&gt;
| [http://maemo.org/packages/view/genwall/ Fremantle]&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| cckwes (Wesley Chong)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=85632 WifiTrans]&lt;br /&gt;
| Network &amp;amp; Communications&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan, Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| everall (Eddy Alleman)&lt;br /&gt;
| NumboTime&lt;br /&gt;
| Other&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://maemo.org/profile/view/Avis Avis (Alek Terekhov)]&lt;br /&gt;
| [http://store.ovi.com/content/301269 TriQuick]   &lt;br /&gt;
| Games, Graphics and Multimedia&lt;br /&gt;
| N&lt;br /&gt;
| Fremantle, Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| MartinK (Martin Kolman)&lt;br /&gt;
| modRana flexible GPS navigation system&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| [http://modrana.org/trac/wiki/SystemDownloadEN#maemo Fremantle], [http://modrana.org/trac/wiki/SystemDownloadEN#harmattan Harmattan], [http://modrana.org/trac/wiki/SystemDownloadEN#tarball Desktop]&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| MartinK (Martin Kolman)&lt;br /&gt;
| Mieru flexible manga and comic book reader&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| qwazix (Michael Demetriou)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=83682 timenow], proximity enabled time on the idle screen of the N900&lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| Ν&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| saidinesh5 (Dinesh Manajipet)&lt;br /&gt;
| [http://garageresearch.blogspot.com/p/puppy-file-server.html Puppy File Server]&lt;br /&gt;
| Network, System &amp;amp; Utilities&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| munozferna (Fernando Muñoz)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?p=1255042 Transmission remote]&lt;br /&gt;
| Network &amp;amp; Communications&lt;br /&gt;
| Ν&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| kosirj (Jan Košir)&lt;br /&gt;
| FilmNotes&lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://maemo.org/profile/view/b0unc3 b0unc3] (Daniele Maio)&lt;br /&gt;
| [http://store.ovi.com/content/281831 AutoCallSMS]&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://maemo.org/profile/view/noidea/ noidea] (Leonid Gusak)&lt;br /&gt;
| [http://qmetro.sf.net qMetro] &lt;br /&gt;
| Location &amp;amp; Navigation &lt;br /&gt;
| N&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/member.php?u=45252 peterleinchen] (Peter Leinchen)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?p=1243525#post1243525 SIM-Switcher]&lt;br /&gt;
| Other&lt;br /&gt;
| Y&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| jmankinen (Janne Mankinen)&lt;br /&gt;
| QMetronome&lt;br /&gt;
| Other&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| EmaNymton (Boris Pohler)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86388 MeeGoal] &lt;br /&gt;
| Other&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| helihyv (Heli Hyvättinen)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86675 CountYourScores]&lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan, Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| jukra (Jukka Rajaniemi)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86608 BioPower]&lt;br /&gt;
| Other&lt;br /&gt;
| Y&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| bober12 (Dmitrijs Juškovs)&lt;br /&gt;
| [http://ftpud-apps.blogspot.com/2012/09/hits-nokia-n900-rhythm-game.html Hits] - Rhythm game.&lt;br /&gt;
| Games, Graphics &amp;amp; Multimedia&lt;br /&gt;
| Y&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| heymaster (Kęstutis Rutkauskas)&lt;br /&gt;
| ServerMonitor &lt;br /&gt;
| Network &amp;amp; Communications &lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/member.php?u=38083 helex (Michael Muth)]&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86217 WPx Emulator]&lt;br /&gt;
| Other &lt;br /&gt;
| N&lt;br /&gt;
| Harmattan, Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/member.php?u=55015 leon.anavi (Leon Anavi)]&lt;br /&gt;
| MoGateway&lt;br /&gt;
| Network &amp;amp; Communications&lt;br /&gt;
| N&lt;br /&gt;
| [http://store.ovi.com/content/304993 Harmattan]&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/member.php?u=55015 leon.anavi (Leon Anavi)]&lt;br /&gt;
| location2sms&lt;br /&gt;
| Updates and development on existing apps &lt;br /&gt;
| N&lt;br /&gt;
| [http://store.ovi.com/content/168861 Harmattan]/[https://play.google.com/store/apps/details?id=com.anavi.location2sms Android]&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| Sfiet_Konstantin (Lucien XU)&lt;br /&gt;
| widgets&lt;br /&gt;
| Desktop, System &amp;amp; Utilities &lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://maemo.org/profile/view/Avis Avis (Alek Terekhov)] &lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86563 USSD Balance] (Get mobile balance over USSD).  &lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://maemo.org/profile/view/qnetman/ Anatoly Kozlov]&lt;br /&gt;
| [http://projects.developer.nokia.com/qnetman/wiki QNetMan2]&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://maemo.org/profile/view/qnetman/ Anatoly Kozlov]&lt;br /&gt;
| [http://projects.developer.nokia.com/meegim/wiki MeegIM] - xmpp client&lt;br /&gt;
| Network &amp;amp; Communications&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan, Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://maemo.org/profile/view/rzr/ rzr (Phil Coval)]&lt;br /&gt;
| [http://projects.developer.nokia.com/redak/wiki Redak]&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| [http://store.ovi.com/content/269879 Harmattan]&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| munozferna (Fernando Muñoz)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?p=1263412 Pomodoro]&lt;br /&gt;
| Other&lt;br /&gt;
| Ν&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| tigre-bleu (Antoine Vacher)&lt;br /&gt;
| [http://tigre-bleu.github.com/allocine-harmattan/ AlloCine]&lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan, Symbian later&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| opax&lt;br /&gt;
| SMS Scheduler&lt;br /&gt;
| Network &amp;amp; Communications&lt;br /&gt;
| Ν&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| CaCO3&lt;br /&gt;
| MiniBible&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| CaCO3&lt;br /&gt;
| CacheMe&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| Wikiwide&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86640 VirtRanSim], applet to choose virtual keyboard&lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| N&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/member.php?u=64345 abhinav12] (Abhinav Singh)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86721 ReferIt] N9 online dictionary app with audio pronunciation&lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| ikkysleepy&lt;br /&gt;
| Next BART&lt;br /&gt;
| Location &amp;amp; Navigation&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| ajalkane (Arto Jalkanen)&lt;br /&gt;
| ToggleWlanScan&lt;br /&gt;
| Network &amp;amp; Communications&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| tommyj23 (Jonathan Rejon)&lt;br /&gt;
| Adventlands&lt;br /&gt;
| Games, Graphics &amp;amp; Multimedia&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| briggers (Ashish Bhate)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86645 Server Status Widget]&lt;br /&gt;
| Desktop, System &amp;amp; Utilities &lt;br /&gt;
| Y&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| Schturman (Emil Yozgin)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=80600 N9 Quick Tweak]&lt;br /&gt;
| Updates and development on existing apps&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| dirksonguer (Dirk Songuer)&lt;br /&gt;
| [http://n9development.tumblr.com/ Instago, an Instagram client for MeeGo.]&lt;br /&gt;
| Games, Graphics &amp;amp; Multimedia&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| aStrike&lt;br /&gt;
| Alpha Strike&lt;br /&gt;
| Games, Graphics, % Multimedia&lt;br /&gt;
| Y&lt;br /&gt;
| Fremantle &lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://maemo.org/profile/view/frafl/ frafl]&lt;br /&gt;
| [http://maemo.org/packages/view/flatboat/ modern computer flatboat ] [http://talk.maemo.org/showthread.php?s=fcfddc31eef76b3b0ff647165f128e7e&amp;amp;t=86538 TMO], a simple pdf viewer&lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| N&lt;br /&gt;
| Fremantle, harmattan (UNTESTED!)&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://maemo.org/profile/view/computerinfo21/ computerinfo21]&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?p=1263351#post1263351 Task Poach]&lt;br /&gt;
| Other&lt;br /&gt;
| Y&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| pipould&lt;br /&gt;
| Clock My World&lt;br /&gt;
| Location &amp;amp; Navigation&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| Lars Arnbak / fl4f&lt;br /&gt;
| MeeWOD&lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/member.php?u=62213 Hossein]&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?p=1263245 Kana of The Day]&lt;br /&gt;
| Other&lt;br /&gt;
| Y&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| mbo&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86712 Klippr]&lt;br /&gt;
| Desktop, System, &amp;amp; Utilities&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| marmistrz (Marcin Mielniczuk)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86633 PowEdit]&lt;br /&gt;
| Desktop, System, &amp;amp; Utilities&lt;br /&gt;
| N&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| marmistrz (Marcin Mielniczuk)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=86714 User Agent Tool]&lt;br /&gt;
| Network &amp;amp; Communications&lt;br /&gt;
| N&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| marmistrz (Marcin Mielniczuk)&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?t=84482 MeeCoLay]&lt;br /&gt;
| Other&lt;br /&gt;
| N&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| marmistrz (Marcin Mielniczuk)&lt;br /&gt;
| MaeLyrica&lt;br /&gt;
| Games, Graphics, Multimedia &lt;br /&gt;
| N&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| [http://talk.maemo.org/member.php?u=63873 Alexislavie (Alexis Lavie)]&lt;br /&gt;
| [http://talk.maemo.org/showthread.php?p=1263221 ext2Manager]&lt;br /&gt;
| Desktop, System &amp;amp; Utilities&lt;br /&gt;
| Y&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| gionni88&lt;br /&gt;
| NoStopPlayer&lt;br /&gt;
| Games, Graphics, &amp;amp; Multimedia&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| netvandal&lt;br /&gt;
| enyTrip&lt;br /&gt;
| Location &amp;amp; Navigation&lt;br /&gt;
| N&lt;br /&gt;
| Harmattan&lt;br /&gt;
| YES&lt;br /&gt;
|-&lt;br /&gt;
| inz (Santtu Lakkala)&lt;br /&gt;
| Irssi optimized terminal IrsTerm&lt;br /&gt;
| Network &amp;amp; Communication&lt;br /&gt;
| N&lt;br /&gt;
| Fremantle&lt;br /&gt;
| YES&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
To ensure that the event runs properly, there are a few essential rules:&lt;br /&gt;
&lt;br /&gt;
*Only individuals may participate. Companies are excluded from the competition because of equity reasons.&lt;br /&gt;
&lt;br /&gt;
*If you have coded your app in a team and you win one of the prizes, your team has to designate one person as the winner.&lt;br /&gt;
&lt;br /&gt;
*Any number of apps can be submitted and elected as winners but, as communally agreed, there will be one prize per developer.&lt;br /&gt;
&lt;br /&gt;
*Apps must be available as executable and your entry should include at least two screen shots and a brief description to take part in the election. The applications have to run on default hardware running on an official version of Maemo or Harmattan.&lt;br /&gt;
&lt;br /&gt;
*All applications, which are created and uploaded during the duration of the competition and do not violate any laws or copyright will take part in the election.&lt;br /&gt;
&lt;br /&gt;
*A new application, in the context of the competition, is one which has not been previously developed for the Maemo or MeeGo Harmattan platform.&lt;br /&gt;
&lt;br /&gt;
*Ported applications are welcome, however only the work of porting will be considered (unless the original program is from the same developer and was developed or extended within the competition timeframe). These entries should include a description of work done during the porting process to enable the application to run on the Maemo/MeeGo Harmattan platform.&lt;br /&gt;
&lt;br /&gt;
*Already released software must have a substantial upgrade from previous releases to qualify for entry to the &#039;Updates to existing applications&#039; category. These entries should also include a list of changes the author has made to the previous version. &lt;br /&gt;
&lt;br /&gt;
*Coding competition entries marked as beginner will also automatically be entered into the beginners contest if they meet the following criteria: entries to the beginners competition should be the authors first released coding project(s) for the Maemo and MeeGo Harmattan platforms, and must have been first released between the competition start and end dates. &lt;br /&gt;
&lt;br /&gt;
*Entries that are not stand alone software will have to include any libraries or files required to run, or they should be easily available via the normal Maemo.org and Nokia repositories. Clear instructions will have to be provided. In the case of interpreters and emulators copyrighted files should not be included. &lt;br /&gt;
&lt;br /&gt;
*There will be a feature freeze on entries during the voting stage of the competition. Please limit your code changes to bug fix only for any competition entry release during this period, and this restriction should remain until the end of the vote.&lt;br /&gt;
&lt;br /&gt;
*Only users of [http://maemo.org maemo.org] who are registered at the start of the competition and have at least 10 karma at the time of voting are entitled to vote.&lt;br /&gt;
&lt;br /&gt;
*Device prizes are distributed by Nokia, in accordance with any rules and restrictions of the Nokia device program. Receipt of devices from previous distribution programs could affect the competition winner(s) options of available device. To maintain consistency, device prizes are restricted to models the winner has not received from a previous device program. If a suitable device cannot be assigned, we will make efforts to substitute a share of the community prize fund.&lt;br /&gt;
&lt;br /&gt;
*In the event where one or more applications are tied in a prize winning position after voting has ended, the application whose submission was received first by the competition email address (either directly or via the web page form) will take precendence.&lt;br /&gt;
&lt;br /&gt;
*There is no legal right to win.&lt;br /&gt;
&lt;br /&gt;
== Voting ==&lt;br /&gt;
(&#039;&#039;&#039;NB: VOTING IS NOW closed! And results are coming soon...&lt;br /&gt;
&lt;br /&gt;
[http://talk.maemo.org/showpost.php?p=1273254&amp;amp;postcount=748 Preliminary reesults are here.]&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Voting will run from &#039;&#039;&#039;September 19th through September 27th 2012, 23:59 UTC&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The voting frontend, the [http://maemo.org/vote/ webinterface] via which you enter your vote, is the same as for the Maemo Council elections. So you can establish an order among the participating applications indicating your preferences. Thereby, the first choice has the most impact. With following choices the impact gets less and less. The last choice has the least impact. &lt;br /&gt;
&lt;br /&gt;
=== Counting Votes ===&lt;br /&gt;
After the voting period has finished the votes are counted. The ranking order of participants is determined based on all valid votes.&lt;br /&gt;
&lt;br /&gt;
The tool used for counting the votes is OpenSTV. We use OpenSTV version 1.6.1-1 which can be publicly downloaded from http://packages.debian.org/squeeze/openstv . The openstv executable used is extracted from the *.deb package.&lt;br /&gt;
&lt;br /&gt;
For each category, the ranking of candiates is determined individually.&lt;br /&gt;
&lt;br /&gt;
As general &amp;quot;vote counting system&amp;quot; Fractional Transfer Single Transferable Vote (FTSTV) is used. FTSTV, however, does not provide a way for determining the order of participants out of the box.  &lt;br /&gt;
&lt;br /&gt;
For determining the ranking among the participating applications the following approach is used:&lt;br /&gt;
* The winner is determined by running OpenSTV for one seat.&lt;br /&gt;
* Subsequently, the second place is determined by running OpenSTV for two seats. Thereby, the winner from step 1 plus another participant will be elected. The newly added/elected participant is placed second.&lt;br /&gt;
* For determining the third place, OpenSTV is run for three seats. The newly added/elected participant takes the third place.&lt;br /&gt;
* This process is repeated until the number of seats reaches n-1 with n being the number of participants. The remaining participant not being added or elected yet takes the last place.&lt;br /&gt;
&lt;br /&gt;
For automating this counting process the following script is used&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
election=$1&lt;br /&gt;
&lt;br /&gt;
tail -n 1 $election | sed &#039;s/&amp;quot;//g&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;gt;/tmp/result&lt;br /&gt;
for i in $(seq $(expr $(head -c 2 $election) - 1))&lt;br /&gt;
do&lt;br /&gt;
  openstv-run-election -r CsvReport -s $i FTSTV $election \&lt;br /&gt;
    | awk -F, &#039;/Elected/ { print $1 }&#039; \&lt;br /&gt;
    | while read w&lt;br /&gt;
        do if ! grep -q &amp;quot;$w&amp;quot; /tmp/result&lt;br /&gt;
          then&lt;br /&gt;
            echo $w &amp;gt;&amp;gt; /tmp/result&lt;br /&gt;
            break&lt;br /&gt;
          fi&lt;br /&gt;
        done&lt;br /&gt;
done&lt;br /&gt;
awk &#039;BEGIN { i = 1; } { print i, $0; i++; }&#039; /tmp/result | sed &#039;s/&amp;quot;//g&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
This script should be saved to a file named &amp;quot;results&amp;quot; and can be called as follows:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
for i in *.blt; do sh results $i; done&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Assuming the script + openstv-run-election are in the same directory as the result files (the *.blt files) for all categories and the current directory is this directory, this way of calling the script will perform the counting for all categories.&lt;br /&gt;
The &#039;&#039;&#039;only&#039;&#039;&#039; thing that may be changed in the above script is the passage &amp;quot;openstv-run-election&amp;quot; for adding a proper path to the actual location of the OpenSTV executable, e.g., to point to &amp;quot;/usr/bin/openstv-run-election&amp;quot;. Aside from this exception the script must not be changed at all.&lt;br /&gt;
&lt;br /&gt;
However it is still possible to also do the vote counting manually using the described process. Vote counting process, OpenSTV version used, and counting script are all publicly available so everyone can perform the voting and verify the final official results.&lt;br /&gt;
&lt;br /&gt;
== App Developer Resources ==&lt;br /&gt;
&lt;br /&gt;
=== Getting started with Maemo application development ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.forum.nokia.com/info/sw.nokia.com/id/e920da1a-5b18-42df-82c3-907413e525fb/Nokia_Qt_SDK.html Nokia Qt SDK] is the official set of tools with everything needed to design and create applications for the N900. The [http://maemo.org/development/ development wiki] is a great place to start, it contains lots of code examples and development guides. The [http://talk.maemo.org/showthread.php?t=43663 &amp;quot;Windows Python and Qt in 30 mins&amp;quot; thread] is a great PyQt tutorial for beginners and will have you coding your first app in minutes, and here&#039;s a [http://www.linuxuser.co.uk/tutorials/programming/develop-for-the-nokia-n900/ tutorial from Linuxuser.co.uk]. &lt;br /&gt;
&lt;br /&gt;
The [http://talk.maemo.org/forumdisplay.php?f=13 &#039;Developer&#039; forum on maemo.org] is an excellent resource to find answers and ask questions of your own.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Spreading the word ===&lt;br /&gt;
&lt;br /&gt;
====Q: Which Twitter Hashtag to use for this Competition?====&lt;br /&gt;
: &#039;&#039;&#039;A:&#039;&#039;&#039; Please use [https://twitter.com/#!/search/%23mccXII &#039;&#039;&#039;#mccXII&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
=== Application requirements ===&lt;br /&gt;
&lt;br /&gt;
====Q: It is obligatory to code in Qt?====&lt;br /&gt;
: &#039;&#039;&#039;A:&#039;&#039;&#039; No, it isn&#039;t, but it would make your life probably a lot easier because you will be able to reach more platforms. We encourage everyone to use Qt.&lt;br /&gt;
&lt;br /&gt;
=== App/Application submission process ===&lt;br /&gt;
&lt;br /&gt;
====Q: Where to submit my application?====&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;A:&#039;&#039;&#039; You can enter your application via the competition entry form available at http://kojacker.net/blog/?page_id=170#entryform or by emailing your application to maemo.competition2012@gmail.com directly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Q: Who selects the category of the application?====&lt;br /&gt;
Will the developers select the category when they join the competition or will someone sort it into the correct category before the voting begins?&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;A:&#039;&#039;&#039; They will choose the category for their app, but everyone should keep an eye on that. Before the voting process starts we&#039;ll check if every app is in a reasonable category, so that it is not possible to cheat by choosing the category with the lowest competition.&lt;br /&gt;
&lt;br /&gt;
== Application proposal ==&lt;br /&gt;
&lt;br /&gt;
http://www.developer.nokia.com/Community/Wiki/Apps_Missing Desirable apps missing from Nokia platforms&lt;br /&gt;
&lt;br /&gt;
If you would like to have an App but you can&#039;t code yourself, write it down here! Many devs are happy to get a new idea input. (Rom Manager was a proposal from last year).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot; border=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; width=&amp;quot;10%&amp;quot; |application name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; width=&amp;quot;20%&amp;quot; | short description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; width=&amp;quot;60%&amp;quot; |features&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; width=&amp;quot;10%&amp;quot; |link to similar app or screenshots&lt;br /&gt;
|-&lt;br /&gt;
| Rom Manager&lt;br /&gt;
| A rom manager for emulators.&lt;br /&gt;
| Choose folders for roms of different systems.&lt;br /&gt;
&lt;br /&gt;
Rom audition and fixing using [http://www.romcenter.com/ Romcenter] databases&lt;br /&gt;
&lt;br /&gt;
Rom downloading.&lt;br /&gt;
&lt;br /&gt;
Integration with most popular emulators (DrNokSnes, PicoDrive, ...)&lt;br /&gt;
| Rom Gripper for Android. &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Tumblr client&lt;br /&gt;
| Tumblr client for n900 and n9/50&lt;br /&gt;
| login, post, read, follow, unfollow, etc.&lt;br /&gt;
| http://tumblita.com/ for example&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NFC Alarm clock&lt;br /&gt;
| An alarm clock that only turns off when a certain nfc tag is detected&lt;br /&gt;
| Clock, alarm, and assigning different tags to different alarms&lt;br /&gt;
| Don&#039;t know any&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| NFC Card emulator&lt;br /&gt;
| Use nfc to simulate cards&lt;br /&gt;
| Store and manage different nfc/rfid cards, using the phone instead of the plastic&lt;br /&gt;
| Do not know any similar&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
&lt;br /&gt;
Please participate in the discussion at [http://talk.maemo.org/showthread.php?t=83761 talk.maemo.org]&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
&lt;br /&gt;
You still have questions? Contact us!&lt;br /&gt;
* http://twitter.com/meetmeego&lt;br /&gt;
* http://facebook.com/meetmeego&lt;br /&gt;
* info@meetmeego.org&lt;br /&gt;
&lt;br /&gt;
== Previous competitions ==&lt;br /&gt;
&lt;br /&gt;
*[http://wiki.maemo.org/Maemo_Coding_Competition_1 Maemo Coding Competiton 1]&lt;br /&gt;
*[http://wiki.maemo.org/MeeGo_Coding_Competition_2011 MeeGo Coding Competition 2011]&lt;br /&gt;
== Events ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>188.143.232.31</name></author>
	</entry>
</feed>