core-plot: graphing library for iPhone
Core Plot is a plotting framework for Mac OS X and iPhone OS. It provides 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation, Core Data, and Cocoa Bindings.

Core Plot is a plotting framework for Mac OS X and iPhone OS. It provides 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation, Core Data, and Cocoa Bindings.

OpenLAPI is most commonly used to access Bluetooth GPS devices from mobile devices, whilst retaining a high level of source code compatibility with JSR-179. OpenLAPI also has a range of backends for emulating location in development environments, making it a popular tool for J2ME developers.
The emulator mode supports the following back-ends for determining location:-
And the software may be shipped as part of a MIDlet (Java application) to provide location awareness.
Bombus is a free software instant messaging client based on XMPP. Its website is in Russian but there is an English help page.
SVN: http://svn.xmpp.ru/repos/bombus/trunk
There is also Bombus NG (New Generation) for Windows Mobile (written in C++). It is also open sourced under GNU GPL.
SVN: http://svn.xmpp.ru/repos/bombus-ng/trunk
ScriptME is an open-source implementation of EcmaScript based on FESI Project written entirely in Java for the J2ME Platform. It is typically embedded into Java applications to provide scripting to end users.
Rhomobile’s open source mobile application framework Rhodes lets you quickly build native mobile applications for all smartphone operating systems: iPhone, BlackBerry, Windows Mobile, Symbian and Android. Mobilizing with Rhomobile consists of creating a RhoSync source adapter, generating an application with Rhogen, editing your HTML templates and Ruby controller actions and building the resulting application in your mobile development environment of choice. These are true native device applications (not mobile web apps) which work with synchronized local data and take advantage of device capabilities such as GPS, PIM contacts and camera.
Tweetero is an open source Twitter client for Apple iPhone and iPod Touch released by ImageShack Corp.

MYCrypto is a high-level cryptography API for Mac OS X and iPhone. It’s an Objective-C wrapper around the system Keychain and CSSM APIs, which are notoriously hard to use, as well as CommonCrypto, which is easier but quite limited.


Locify is a mobile Java application which enables regular user to connect GPS, browse maps, save places of interest, record routes, use navigation and other location based features. Locify is a framework - you can build a location based application just using XHTML. Basic feature is, that you can append a location to the request to your server. Then you can return the user some location-relevant content. Also all Locif features is available to the web developer as well - you can send the user an KML file, use maps, navigation etc.

Music Launcher is a free music player for S60 smartphones.
Music Launcher allows you to do some management to your music files: move, rename, delete files and folders and create new folders. It plays the same music formats as the Music Player that comes with your phone. It also supports album art, and on some devices, crossfading between tracks. You can send Music Launcher to your friends by Bluetooth or you can send them the URL from where to download by SMS.
Mochalua is a Java ME port of the Lua runtime and API.
Quotes from lua-users.org:
We were aware of Kahlua but it was incomplete when we started the Mochalua project (and may still be). We were also aware that there was another project locked within the bowels of a short-sighted company. So we put our money toward hiring a company, Nikitova, to work with us to do a conversion from scratch.
Mochalua is a port of the Lua runtime and API only, not the compiler. The API functions have kept their original names and signatures from the C implementation with only minor variations to account for language differences. It has been able to pass the Lua test vectors. We have also put it through its paces for our own projects. At this time, it should be a pretty stable codebase for you to use.