Category: Software

Database view application for the openmoko

I am building a generic database browser for the openmoko SHR distribution. The idea is to replace the Contacts functionality in my palm pilot.

2009-11-07: Outline

The general idea is to write a script to export contacts from the palm pilot as a CSV file then import the data into an sqlite database. An application will be written using the Enlightenment toolkits to browse the database. This application will be extended to provide functionality specific to some databases.

2009-11-07: SHR messaging application source code

The UI for this application will be based on the existing messaging application on the phone.

2009-11-07: dbview repository

The working repository is available here.

2009-11-15: 0.1 version available

I have built an openmoko toolchain on my ubuntu laptop and I have successfully tested the application witrh real data.

Using this HOWTO I have written a script to build packages for dbview. The package is online in this repository. The dbview package is now available for download.

2009-11-17: New URL for packages

A new store for opkg packages has been created.

2009-11-17: New URL for packages

I just noticed that the dbview package doesn't specify sqlite3 as a dependency. This will be fixed in the next version. In the mean time you should manually install sqlite3 with opkg.

Direct link to this article: http://glitch.tl/dbview.html