Flash Cards for Maemo
FCards
FCards is simple Flash-Cards program for Maemo devices like Nokia N810. It’s GNU GPL’ed, written in C++ with Qt. It comes with example Kanji courses for 7 first lessons of James Heisig’s “Remembering the Kanji” book.
You can find .deb package for Maemo OS2008(diablo) in Downloads section somewhere below.
If you want to create your own courses, take a look at files in /home/user/MyDocs/courses of your Maemo device. First two entries of each file are HTML templates for questions and answers respectively. Then comes questions and answers. After you prepare your own files, put them in the same directory as builtin courses and restart FCards program.
It’s also possible to run this program on PC, but it may be ugly (it’s designed for N810) and there’s probably thousands of better programs for PCs. On pc you have to pass a path to courses as program’s first argument, e.g.:
./fcards courses
If it doesn’t work try doing:
sudo apt-get install libqt4-gui
Progress bar visible on the right side of the main program window means how much you already remember. 100% means that your last two responses for every question were “I know/I knew”. FCards will obviously try to repeat more often things that you don’t know.

