View Single Post
Old 09-16-2018, 01:44 PM   #49
JIPG-reader
Zealot
JIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beauty
 
JIPG-reader's Avatar
 
Posts: 113
Karma: 32126
Join Date: Dec 2017
Location: Madrid (Spain)
Device: Kobo Aura H2O Ed2, Onyx Boox C67ML
Quote:
Originally Posted by spitfire_ch View Post
Thanks for the new patches!

Unfortunately, the `Allow searches on Extra dictionaries` patch does no longer seem to work. The dictionaries do show up in the list, but looking something up results in the following error: "You don't have an English dictionary installed"

I also tried the workaround described here, but to no avail:
It seems to work if the name of the dictionary in the database is changed from "Dansk - English" to "Extra:_da - English".

This actually is the most important patch for me, as the built in dictionaries are quite "limited". I would be very grateful if you could look into this.

Thanks very much for your help!
Pesche

P.S. I noticed that the patch was changed as follows from 4.4.9344 to 4.8.11073:

4.4.9344 (working)
Code:
find_base_address = `\0E\0x\0t\0r\0a\0:\0\x20`
replace_string = 000d, `\x20`, `_`
</Patch>
4.8.11073 (not working)
Code:
find_base_address = `\0Extra:\x20`
replace_string = 0007, `\x20`, `_`
</Patch>
Changing it back won't work - building the patch results in an error when I tried.

Edit: Figured it out The two characters after Extra:_ must correspond to the suffix and the letters defined in "ExtraLocales" in "Kobo eReader.conf". Apparently, stuff like en-de1 no longer works. I replaced it with d1. Sticking to two letter codes that are identical in the suffix and db column of the database and in the config file seems to have done the trick
Regarding the patch, be careful and always install the patch corresponding to your actual firmware version.

Last edited by JIPG-reader; 09-16-2018 at 01:46 PM.
JIPG-reader is offline   Reply With Quote