Hello everyone, i have some issues activating this patch in my kobo aura hd, last firmware 4.8.11073. when i click the batch file everything seems to be ok but when i restart my kobo, the dictionary appear in the list as Extra_xx but not downloaded. I have never hacked my kobo until now and i am doing only because of the custom dictionaries. here is what i can see in the patch i used:
patch_name = `Allow searches on Extra dictionaries`
patch_enable = `yes`
# Multi-version patch: 4.7.10413 - 4.8.10956+
#
## To allow searches on Extra dictionaries change space character at end of
## "Extra:_e2 " to another char (ex: "Extra:_e2")
## The space char causes a non-desired "English - English" when searching on
## Extra dictionary from main menu.
#
find_base_address = `\0Extra:\x20`
replace_string = 0007, `\x20`, `_`
Is this correct? Hope someone can help me...
|