Hot
Votes: 27
[READ DETAILS!] Share your mobile internet connection via WiFi
WARNING: This software requires custom kernel!
One can (and possibly will) be installed automatically but be aware that the custom kernel has much greater chance of messing up your device than the run-of-the-mill not-officially-supported software.
For best results first install "Enhanced Linux kernel for power users" (and reboot) and afterwards install Mobile HotSpot.
Provided as-is, no warranty etc. Use at your own risk.
Votes: 1
making your accelerometer more joy-ful
Accelemymote takes input from the accelerometers in the N900 and converts it into joystick events. This makes any game that supports a generic joystick interface tilt compatible.
This is a graphical interface for accelemymote.
Votes: 2
The GNU sed stream editor
sed reads the specified files or the standard input if no files are specified, makes editing changes according to a list of commands, and writes the results to the standard output. Due to conflicts with busybox and SDK, the binary of 'sed' is stored in /usr/bin/gnu, which could be added to $PATH, and also available as 'gsed'.
Votes: 0
An exercise/physio reps counter
This is an application for people undergoing physio or people who need to carry out repetitive exercise. You can set the number of reps and duration of each rep. The app keeps track of your progress through a particular set. There are 2 modes at the moment: - manual where you can push a button to record a rep - automatic where the system loops through the reps for you There is integration with ESpeak to announce reps etc.
Votes: 25
FrontView - Turn your mobile phone into a document scanner
FrontView900 turns your N900 into a document scanner. Use the built-in camera to take snapshots of hand written notes, typed document, name card, etc. Then FrontView converts them into a flatted document image by de-skewing automatically.
Features. 1) Image de-skewing - Convert perspective view image of hand written drawing / notes to front view 2) Paper auto-detection 3) Manual/ semi-automated detection mode for complex image (e.g Use stylus to draw out the input region, the region will be corrected by FrontView900 automatically.) 4) Misc features: image crop , rotation
Votes: 3
utilities for finding files--find, xargs
GNU findutils provides utilities to find files meeting specified criteria and perform various actions on the files which are found. This package contains 'find' and 'xargs'; however, 'locate' has been split off into a separate package. Due to conflicts with busybox and SDK, the binaries of 'find' and 'xargs' are stored in /usr/bin/gnu, which could be added to $PATH, and also available as 'gfind' and 'gxargs'.
Votes: 24
A Journey planner/Railway Time table for many train lines in europe and australia.
Current supported backends are bahn.de (germany and europe), sbb.ch (swiss), www.131500.com.au (nsw, australia), mvv-muenchen.de (munich, germany), rejseplanen.dk (denmark), oebb.at (austria)
Votes: 3
File comparison utilities
The diffutils package provides the diff, diff3, sdiff, and cmp programs.
diff' shows differences between two files, or each corresponding file
in two directories.cmp' shows the offsets and line numbers where
two files differ. cmp' can also show all the characters that
differ between the two files, side by side.diff3' shows differences
among three files. `sdiff' merges two files interactively.
The set of differences produced by diff' can be used to distribute
updates to text files (such as program source code) to other people.
This method is especially useful when the differences are small compared
to the complete files. Givendiff' output, the `patch' program can
update, or "patch", a copy of the file.
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., 'gdiff' for diff.
