Hot

*****
No screenshot
Downloads: 127840
Votes: 5
Click for the install file


GNU core utilities

This package contains the basic file, shell and text manipulation utilities which are expected to exist on every operating system.

Due to conflicts with busybox and SDK, all binaries are stored in /usr/bin/gnu, which could be added to $PATH, or can be called with a 'g' prefix, e.g., 'gcat' for cat.

Specifically, this package includes: arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false flock fmt fold groups head hostid id install join link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir runcon sha*sum seq shred sleep sort split stat stty sum sync tac tail tee test timeout touch tr true truncate tsort tty uname unexpand uniq unlink users vdir wc who whoami yes

updated 2010-06-06 09:30 UTC
No screenshot
Downloads: 98779
Votes: 0
Click for the install file


Turn over all the chess pieces and win the game.

A simple game to consume your time! When you tap on any chess, the chess and the four above, below, left, and right are also turned. You're supposed to turn all the chesses to black.

updated 2010-08-17 16:30 UTC
***
Click on the screenshot to see a larger one!
Downloads: 110979
Votes: 6
Click for the install file


Oddly attractive ball tossing game.

The game objective is very simple. Catch the falling balls by the wok (a flying pan) and throw them to the right. To earn more score, you should throw many balls continuously. Collect many balls on the wok, and throw them at the same time., If a ball falls to the lower end of the screen, the game is over.

For more see: http://www.asahi-net.or.jp/~cs8k-cyu/linux/wok_e.html.

The game is Copyright 2001 Kenta Cho. All rights reserved.

updated 2010-05-02 20:15 UTC
****
No screenshot
Downloads: 172648
Votes: 8
Click for the install file


MicroEmulator is a free J2ME(TM) implementation.

It lets you run J2ME application on non J2ME devices.

Please note: I (Ruediger Gad) am NOT the creator/developer of MicroEmulator. I only made this package to ease the installation of MicroEmulator.

All the credit goes to the developers doing the real, hard work. For more information please see the MicroEmulator homepage: http://www.microemu.org

Furthermore, versions >=2.0.4-6 ship with a special skin created by Simon Pittock. For more information see: http://talk.maemo.org/showthread.php?t=60557 By default this new skin is used. You can get the classic skin by starting ME Classic Skin.

MicroEmulator is licensed under the terms of the GNU Lesser General Public License (LGPL). J2ME is a trademark or registered trademark of Sun Microsystems, Inc. in the United States and other countries.

updated 2011-08-20 08:30 UTC
*****
No screenshot
Downloads: 93683
Votes: 1
Click for the install file


planetary body renderer

Xplanet renders an image of a planet into an X window or a file. All of the major planets and most satellites can be drawn, and different map projections are also supported, including azimuthal, hemisphere, Lambert, Mercator, Mollweide, Peters, polyconic, and rectangular. This is a command-line only program.

updated 2010-06-03 15:30 UTC
Click on the screenshot to see a larger one!
Downloads: 145732
Votes: 0
Click for the install file


Wolfestein 3D.

Classic FPS game ported to Maemo 5. Copy original game files (wl6 extension) to MyDocs/.wolf3d or MyDocs/wolf3d to play the game.

updated 2010-08-10 16:30 UTC
****
No screenshot
Downloads: 115252
Votes: 11
Click for the install file


A single shutter button widget to issue a IR command.

Please select your camera through the settings dialog of the widget. Should work with Canon, Nikon, Olympus and Pentax DSLR. Add it to one of your desktops using Desktop menu > Add widget. If it doesn't show up, please reboot your phone.

updated 2010-05-19 12:00 UTC
****
No screenshot
Downloads: 359557
Votes: 26
Click for the install file


The IcedTea6 version of the OpenJDK(TM)

In short, this package installs a free version of the Java(TM) 6 programming language runtime and development kit. The development kit and runtime are, on their own, typically operated from the command line.

Versions >= 1.8.x have been extracted from Debian OpenJDK packages and were repackaged for optification.

Versions 1.5.x were packaged from the binaries from "http://camswl.com".

Oracle and Java are registered trademarks of Oracle and/or its affiliates. OpenJDK is a trademark or registered trademark of Sun Microsystems, Inc. in the United States and other countries. Debian is a trademark of Software in the Public Interest, Inc. Other names may be trademarks of their respective owners.

For more details see /opt/icedtea6/docs.

updated 2011-05-16 20:30 UTC
****
Click on the screenshot to see a larger one!
Downloads: 184863
Votes: 11
Click for the install file


A video player with resume and subtitle functionality.

SiB is a simple video player that stores resume positions when stopping the playback. Subtitles are supported. It is based on the mighty open source media player MPlayer.

updated 2010-08-15 09:15 UTC
****
Click on the screenshot to see a larger one!
Downloads: 259874
Votes: 25
Click for the install file


International dictionary for Maemo

MStarDict is a StarDict clone written with using Gtk2 for Maemo. It can use StarDict DICT files as a word database for translation.

MStarDict is loading StarDict DICT files and Wyabdc RealPeople TTS sounds from MyDocs/mstardict/ directory.

updated 2010-06-06 21:00 UTC
***
Click on the screenshot to see a larger one!
Downloads: 109954
Votes: 20
Click for the install file


A simple Bible reader

Katana is a simple Bible reader based on the Sword library.

updated 2010-09-10 13:15 UTC
****
Click on the screenshot to see a larger one!
Downloads: 114514
Votes: 7
Click for the install file


A simple travel to display transport status, a map and routing between stations

This is developed to only display London Tube information/map and routing. But the design being generic I can add information for other cities/countries. Based on inputs I will be adding more information like air travel, bus timings etc ( again everything is based on assumptions that the data is external and the app will need a web interface to retrieve the same ) Special Mention: The london tube status api has been provided by http://tubeupdates.com/ and the api is free under the Creative Commons Attribution 3.0 Unported license

updated 2011-01-30 15:00 UTC
***
No screenshot
Downloads: 100035
Votes: 8
Click for the install file


GNU grep, egrep and fgrep

'grep' is a utility to search for text in files; it can be used from the command line or in scripts. Even if you don't want to use it, other packages on your system probably will.

The GNU family of grep utilities may be the "fastest grep in the west". GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep. (Regular expressions containing backreferencing will run more slowly, however.)

Due to conflicts with busybox and SDK, all binaries are stored in /usr/bin/gnu, which could be added to $PATH, or can be called with a 'g' prefix, e.g., 'ggrep' for grep.

updated 2010-05-30 21:30 UTC
****
Click on the screenshot to see a larger one!
Downloads: 103928
Votes: 12
Click for the install file


Use current song/artist for IM status message

Updates your IM status messages to current song and provides a configuration interface in the "Settings" control panel application.

updated 2010-07-07 13:15 UTC
***
No screenshot
Downloads: 227263
Votes: 4
Click for the install file


futuristic real-time strategy game

Bos Wars is a futuristic real-time strategy game. It is possible to play against human opponents over local network (LAN), internet, or against the computer.

updated 2010-07-28 14:00 UTC
****
No screenshot
Downloads: 117076
Votes: 13
Click for the install file


Merge your duplicate contacts

contacts-merger finds probable duplicate contacts and allow the user to easily merge them.

updated 2010-06-21 09:15 UTC
***
Click on the screenshot to see a larger one!
Downloads: 184276
Votes: 18
Click for the install file


Settlers II alike fantasy real-time strategy game

Widelands is a strategy game aiming for gameplay similar to Settlers II by BlueByte.

In this game, you start out on a small piece of land with nothing more than a few of useful resources. Using those, you can build yourself an empire with many thousands of inhabitants. On your way towards this goal, you will have to build up an economic infrastructure, explore the lands around you and face enemies who are trying to rule the world just like you do.

updated 2012-08-17 08:15 UTC
No screenshot
Downloads: 87548
Votes: 0
Click for the install file


Conky Layout Switcher

This Application makes it possible to switch your Conky status Monitor between 4 Layouts - depending of your current use case (general, system load, Network Traffic, Disk usage) Please note: This Application will install Conky-N900 and ttf-droid to your N900 if not already existing. If you currently using the old Conky Version this will end up with the new Layout Config File from Conky-N900.

updated 2011-09-28 21:45 UTC
****
Click on the screenshot to see a larger one!
Downloads: 121551
Votes: 23
Click for the install file


Yellow sticky notes applet.

This applet allows you to organize your ideas with yellow sticky notes on your Home Desktop.

updated 2010-05-28 15:15 UTC
****
Click on the screenshot to see a larger one!
Downloads: 211695
Votes: 13
Click for the install file


Displays birthdays of your contacts

Simple application for displaying birthdays of your contacts.

updated 2011-01-02 21:00 UTC
No screenshot
Downloads: 119862
Votes: 0
Click for the install file


Fix your unmerged Facebook contacts

Some changes in the Facebook servers broke the address book of people using Facebook chat through XMPP. fb-migrator automatically restores the proper merging of Facebook contacts.

updated 2010-06-21 22:00 UTC
***
Click on the screenshot to see a larger one!
Downloads: 191950
Votes: 26
Click for the install file


Noor is a small Quran viewer written in Python.

It also shows the translation of each aya, if a translation package is installed, right after it. UI Hildonized by qwerty12

To change the language of the app, edit the (lang = en) part in /home/user/.noor using a text editor. Supported languages: en (English - default) ar (Arabic) fa (Farsi) ml (Malayalam) ps (Pushto) tr (Turkish) nl (Dutch - Thanks to HtheB!)

updated 2010-06-04 11:00 UTC
****
Click on the screenshot to see a larger one!
Downloads: 280288
Votes: 31
Click for the install file


Automatically closes your idle connections (Wifi + 3G/GPRS + Bluetooth) and switches the network mode of your phone (use 2G when 3G is not required by connection) in order for your batteries to last much longer.

To manage the application, an icon 'AutoDisconnect' is available in Settings > Connectivity.

updated 2010-08-01 14:00 UTC
****
Click on the screenshot to see a larger one!
Downloads: 138442
Votes: 14
Click for the install file


Filemanager for maemo5 using Qt

Navigate in the real filesystem. Send files via bluetooth.

updated 2010-06-06 20:00 UTC
****
Click on the screenshot to see a larger one!
Downloads: 172033
Votes: 11
Click for the install file


D-THEME Futureal For N900. After installation or upgrade, please select the theme to use and then do a reboot.

updated 2010-06-22 06:00 UTC