View Single Post
Old 12-17-2018, 06:49 AM   #4
please55
Connoisseur
please55 did not drink the Kool Aid.please55 did not drink the Kool Aid.please55 did not drink the Kool Aid.please55 did not drink the Kool Aid.please55 did not drink the Kool Aid.please55 did not drink the Kool Aid.please55 did not drink the Kool Aid.please55 did not drink the Kool Aid.please55 did not drink the Kool Aid.please55 did not drink the Kool Aid.please55 did not drink the Kool Aid.
 
Posts: 71
Karma: 72010
Join Date: Nov 2014
Device: none
So I'm trying to follow through on method 1 (https://www.mobileread.com/forums/sh...d.php?t=273820).

I've downloaded the firmware and patch. Wasn't clear at all but I think the next step was to open libnickel.so.1.0.0.yaml (I found this is src folder kobopatch) in notepad and enable each patch you wanted.

You're then supposed to edit libnickel.so.1.0.0.patch but I don't see any files in the directory ending with .patch. Are you supposed to put everything in the spoilers anywhere in the file including the <Patch>?
Spoiler:
<Patch>
patch_name = `Allow searches on Extra dictionaries`
patch_enable = `yes`
#
# To allow searches on Extra dictionaries change space character at end of "Extra: " to another char (ex: "Extra:_")
# The space char causes a non-desired "English - English" when searching on Extra dictionary from main menu.
#
#replace_bytes = BA9478, 20, 5F
#
find_base_address = `\0E\0x\0t\0r\0a\0:\0\x20`
replace_string = 000d, `\x20`, `_`
</Patch>

Last edited by please55; 12-17-2018 at 07:11 AM.
please55 is offline   Reply With Quote