Thread: Kobo Patcher
View Single Post
Old 11-14-2013, 12:34 AM   #392
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
These two patches are for firmware 3.0.0 (0cbc3626b3) on Touch/Glo/Aura HD (not the new Aura). I've tested them on my Glo only.

Edit: libnickel.so.1.0.0 in the Mark 3 firmware is identical to the one in the Mark 4 firmware, so these patches should work for the older Touch models too.

Custom font sizes patch:
Spoiler:
Code:
# Firmware 3.0.0 (0cbc3626b3) on Touch N905C / Glo / Aura HD
<Patch>
patch_name = `Custom fonts sizes`
patch_enable = `yes`
# Values for replace
replace_int = 1134BC8, 12, 12
replace_int = 1134BCC, 14, 16
replace_int = 1134BD0, 16, 20
replace_int = 1134BD4, 17, 22
replace_int = 1134BD8, 18, 24
replace_int = 1134BDC, 19, 25
replace_int = 1134BE0, 20, 26
replace_int = 1134BE4, 21, 27
replace_int = 1134BE8, 22, 28
replace_int = 1134BEC, 24, 29
replace_int = 1134BF0, 25, 30
replace_int = 1134BF4, 26, 31
replace_int = 1134BF8, 28, 32
replace_int = 1134BFC, 32, 33
replace_int = 1134C00, 36, 34
replace_int = 1134C04, 40, 35
replace_int = 1134C08, 44, 36
replace_int = 1134C0C, 46, 38
replace_int = 1134C10, 48, 40
replace_int = 1134C14, 50, 42
replace_int = 1134C18, 52, 44
replace_int = 1134C1C, 54, 48
replace_int = 1134C20, 56, 52
replace_int = 1134C24, 58, 58
</Patch>


Custom left/right margins patch:
Spoiler:
Code:
# Firmware 3.0.0 (0cbc3626b3) on Touch N905C / Glo / Aura HD
<Patch>
patch_name = `Custom left & right margins`
patch_enable = `yes`
# Values for replace
replace_int = 13F6804, 02, 01
replace_int = 13F6808, 04, 02
replace_int = 13F680C, 06, 03
replace_int = 13F6810, 08, 04
replace_int = 13F6814, 10, 05
replace_int = 13F6818, 12, 06
replace_int = 13F681C, 14, 07
replace_int = 13F6820, 16, 08
</Patch>

Last edited by GeoffR; 11-14-2013 at 03:58 AM. Reason: OK for older Touch too.
GeoffR is offline   Reply With Quote