View Single Post
Old 05-03-2018, 06:48 PM   #64
TheDreamer
Member
TheDreamer began at the beginning.
 
TheDreamer's Avatar
 
Posts: 13
Karma: 10
Join Date: Jun 2017
Location: Kansas City, MO
Device: Kobo Forma, Kindle: Touch, Touch/3G, 8th Gen, Oasis
Quote:
Originally Posted by oren64 View Post
[U]Missing patches from libnickel.so.1.0.0.patch

`New home screen footer rename`

Spoiler:
Code:
<Patch>
patch_name = `New home screen footer rename`
patch_enable = `yes`
#
##Multi-version patch: 4.4.9344 - 4.7.10413+ 
#
# Rename the left footer button. 
# 
#
# The lenght of the replace string must be 25 for example:
# `                         ` - replace with space show as empty
# `FirstName LastName       `
# `If lost call:123456789012`
#
find_base_address = `Find your next great read`
replace_string = 0000, `Find your next great read`, `Test, text length 25 char`
#
#replace_string = 0000, `Find your next great read`, `                         `
#replace_string = 0000, `Find your next great read`, `FirstName LastName       `
#replace_string = 0000, `Find your next great read`, `If lost call:123456789012`
#
#
# The lenght of the replace string must be 9 char.
#
#find_base_address = `SHOP KOBO`
#replace_string = 0000, `SHOP KOBO`, `--9char--`
#replace_string = 0000, `SHOP KOBO`, `4.7.10413`
</Patch>
This patch didn't work for me (KA1), I changed the first part to be:

Code:
find_base_address = `Buy, borrow, or preview books`
replace_string = 0000, `Buy, borrow, or preview books`, `Testing, text length 29 chars`
FWIW, as in the previous version...to get back to having 10 characters to cram in my phone number... I had done:

Code:
replace_string = 0000, `SHOP KOBO\0`, `1234567890`
The Dreamer.
TheDreamer is offline   Reply With Quote