Gutenflash
From Openmoko
(→Download: deadlink and howto make own ipk) |
(→Download) |
||
| Line 26: | Line 26: | ||
*make | *make | ||
*scp file to your phone | *scp file to your phone | ||
| + | |||
| + | '''Note:''' I get the error: | ||
| + | |||
| + | root@om-gta02:~# opkg install gutenflash_0.8.2_arm.ipk | ||
| + | |||
| + | Installing gutenflash (0.8.2) to root... | ||
| + | |||
| + | Collected errors: | ||
| + | |||
| + | ERROR: Cannot satisfy the following dependencies for gutenflash: | ||
| + | |||
| + | python-string * | ||
| + | |||
| + | root@om-gta02:~# opkg download python-string | ||
| + | |||
| + | Collected errors: | ||
| + | |||
| + | Cannot find package python-string. | ||
| + | |||
| + | Check the spelling or perhaps run 'opkg update' | ||
| + | |||
Revision as of 11:07, 14 August 2008
GutenFlash lets you read books by displaying single words or small phrases quickly, in a large font. The technique is known as RSVP, Rapid Serial Visual Presentation.
Current features:
- loads plain text
- chapter navigation
- paragraph and sentence navigation
- continuous speed control from 20wpm - 2000wpm
- total / remaining playtime calculation
- 3 display modes
Note
GutenFlash expects UTF-8 files. So for reading a file originally in iso-8859-1, please convert it before to UTF-8 in a shell terminal:
iconv -f iso-8859-1 Reveries.txt -t utf-8 > Reveries.utf8
Download
DeadLink: Current mokoified version (ipk package): http://oralux.net/gutenflash/
Original website: http://toykeeper.net/programs/flash/
Make ipk:
*download snapshot from http://toykeeper.net/programs/flash/files/ *cd to ipk-folder *make *scp file to your phone
Note: I get the error:
root@om-gta02:~# opkg install gutenflash_0.8.2_arm.ipk
Installing gutenflash (0.8.2) to root...
Collected errors:
ERROR: Cannot satisfy the following dependencies for gutenflash:
python-string *
root@om-gta02:~# opkg download python-string
Collected errors:
Cannot find package python-string.
Check the spelling or perhaps run 'opkg update'

