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 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 11 char.
#
#find_base_address = `)\0BROWSE KOBO\0`
#replace_string = 0002, `BROWSE KOBO`, `11 --- char`
</Patch>