Quote:
Originally Posted by JSWolf
If it's missing from 3.7.0 and 3.8.0, how would I get the hyphenation dictionary onto the H2O. One review said there was no hyphenation. The firmware in use during the review is 3.7.0. So if there is no dictionary, can you please post it so I can download it for when I get my H2O?
|
I can't post the dictionaries because they are copyright by Adobe, but you can get them yourself from an earlier firmware version and install them. It seems the last firmware version with the dictionaries was firmware 3.3.1.
All you need to do is open up the KoboRoot.tgz archive for firmware 3.3.1 (which is inside the kobo-update-3.3.1.zip archive), extract the contents of the ./usr/local/Kobo/hyphenDicts directory, create a new KoboRoot.tgz archive containing just that directory and its contents, and copy the new KoboRoot.tgz to the .kobo directory on the device. Eject and unplug, and the device will update the dictionaries and restart.
From linux you can create the new KoboRoot.tgz containing the hyphenation dictionaries with these commands:
Code:
unzip -p kobo-update-3.3.1.zip KoboRoot.tgz | tar xz ./usr/local/Kobo/hyphenDicts
tar czf KoboRoot.tgz ./usr/local/Kobo/hyphenDicts
Edit: If you did it right the new KoboRoot.tgz archive should contain only these files:
Code:
./usr/local/Kobo/hyphenDicts/
./usr/local/Kobo/hyphenDicts/hyph_it.dic
./usr/local/Kobo/hyphenDicts/hyph_en.dic
./usr/local/Kobo/hyphenDicts/hyph_es.dic
./usr/local/Kobo/hyphenDicts/hyph_fr.dic
./usr/local/Kobo/hyphenDicts/hyph_pt.dic
./usr/local/Kobo/hyphenDicts/hyph_nl.dic
./usr/local/Kobo/hyphenDicts/hyph_de.dic