Ebooks Yawn !


7zark7

Member
Joined
Nov 24, 2005
Messages
124
having got the sdk up and running and written a few basic things , i want to try and port an ebook reader across, anybody got any suggestions for existing open source readers that we could port across, the basic ebook reader aka text file reader is pretty poor !!!
 
having got the sdk up and running and written a few basic things , i want to try and port an ebook reader across, anybody got any suggestions for existing open source readers that we could port across, the basic ebook reader aka text file reader is pretty poor !!!

Agreed - stores bookmark.dat on NAND (should be on /mnt/sd/{booksdirectory})
- tries to load entire text file to memory (chokes on greater than 1.4 MB files)
- bookmark.dat only stores info on ONE file (should store info on all ebooks in
directory)
- does anyone know why it displays all the kanji characters? I have tried all
sorts of converters and can't get rid of them
- Poor filename display (should either wrap filename to next line, or crop
filename in middle)
- doesn't seem to handle Tabs/PageBreaks well
- should have option to reverse video (low-intensity white background, black
text for ease on eyes)

A few links I found with *nix source code:

Plucker - Here

Agenda VR3 - Here

JustReader - Here

TWReader - Here

CSpotRun - Here

WeaselReader - Here
 
Last edited by a moderator:
hmm all the palm os stuff uses the palm os api calls so that might be harder, the zarus sharp thing is nix based afaik , so might have a closer look at the readers for that and see what can be done....
 
i think i know the reason for the kanji characters, accented letters, like from charmap certian ones mess it up i guess
 
getting the environments working so i could compile took a lot of time, i have managed to get TTL fonts displaying text, now i need to write the parsing and word wrapping etc, once i have the framework it should not take long to get something better than the text viewer thats included.

my problem is time, real life gets in the way, it will be a month or two i think before you see anything from this...

I am on it, and any spare time which i can spend on it i will.

7Zark7
 
Maybe once you get the firmware souce, you could try and replace the current once built into the menu. Just as a patch.

I think that would be better then loading a new program just for ebooks.

That's the same with oldplay. I use that instead of the music player, so I wish it could be built into the interface instead of whats there now.
 
If you (or anyone) could incorporate the Flite voice synthesis engine to read e-books back through the speakers/headphones that would rock. Should also incorporate a screen on/off button like the MP3 player so it doesn't waste the batteries.
 
Hey,

I'm just glad you are working on it, anything you can do is appreciated!

Is Justreader any use for source or is it too reliant on the QT toolkit?
 
I would really need something SDL based to enable an easy port, otherwise i am probably best writing my own and using shared code to do things like read pdb files etc (i.e. not reinvent the wheel).
 
If you (or anyone) could incorporate the Flite voice synthesis engine to read e-books back through the speakers/headphones that would rock. Should also incorporate a screen on/off button like the MP3 player so it doesn't waste the batteries.
I'm looking into Flite, but then again I say I'm looking into a lot of things and don't get round to doing anything, so don't expect much.
 
Last edited by a moderator:
Back
Top