View Single Post
Old 06-01-2017, 12:16 AM   #77
MGlitch
Wizard
MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.
 
Posts: 2,856
Karma: 22003124
Join Date: Aug 2014
Device: Kobo Forma, Kobo Sage, Kobo Libra 2
Quote:
Originally Posted by oren64 View Post
Patch `New home screen footer rename`

Rename the left footer button.

File libnickel.so.1.0.0.patch

Spoiler:
Code:
<Patch>
patch_name = `New home screen footer rename`
patch_enable = `yes`
#
##Multi-version patch: 4.4.9344+ 
#
# Rename the left footer button. 
# 
# THE RENAME MAST BE 25 CHAR FOR EXAMPLE:
#
#`FirstName LastName       `
#`If lost call:123456789012`
#
find_base_address = `Find your next great read`
replace_string = 0000, `Find your next great read`, `                         `
#
#find_base_address = `)\0BROWSE KOBO\0`
#replace_string = 0000, `)\0BROWSE KOBO\0`, `)\0           \0`
</Patch>
I can't seem to get this to fully work on my KA1, I can get it to replace 'browse kobo', but using the below example only 345678 show up.

Spoiler:
Code:
<Patch>
patch_name = `New home screen footer rename`
patch_enable = `yes`
#
##Multi-version patch: 4.4.9344+ 
#
# Rename the left footer button. 
# 
# THE RENAME MAST BE 25 CHAR FOR EXAMPLE:
#
#`FirstName LastName       `
#`If lost call:123456789012`
#
#find_base_address = `Find your next great read`
#replace_string = 0000, `Find your next great read`, `123456789012345678901234`
#
find_base_address = `)\0BROWSE KOBO\0`
replace_string = 0000, `)\0BROWSE KOBO\0`, `12345678`
</Patch>


If I don't comment out the find your next great read one, nothing happens.
MGlitch is offline   Reply With Quote