Quote:
Originally Posted by kacir
Can you please post the steps needed to update the fonts?
Can you post the file with the fonts? For me it would be great to have font file I ca be 100% sure it will work.
|
I have this short list of commands you have to do:
1. Switch the e-book to recovery mode
$ ebook.py um recovery
Reader got reloaded and was ready to receive "updates"
2. Upload opt.fs:
$ ebook.py pwrite "Fsk" opt.fs
Because of it was done in DOS command line, it occurred that command cksum is needed.
3. Switch Reader into normal mode:
$ ebook.py um normal
Be patient...
So, now you just need to collect all files needed. It is eBook.py, opt.fs, cksum.exe. For eBook.py, you need to have python installed and set enableWriting = 1 in it. For cksum.exe, you possibly need libraries from cramfs_tools. You can find all this on this forum or Internet. I will try to collect some links and write them in the next post.