View Single Post
Old 11-23-2015, 10:21 PM   #127
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
`Custom page refresh options (Aura only)`

Here is a custom page refresh options patch that I think will work on the Aura, but as I don't have an Aura, someone else will have to be the first to test it.

It should be safe, even if it doesn't work properly I think the worst that could happen is that the device crashes when you try to select an option from the menu and you'd need to reboot and re-apply the patches with this one disabled.

Firmware 3.18.0; paste into libnickel.so.1.0.0.patch
Spoiler:
Code:
<Patch>
patch_name = `Custom page refresh options (Aura only)`
patch_enable = `yes`
#
#     1,5,10,Chapter
# --> 1,8,16,Chapter
#
replace_int = 763C82, 5, 8
replace_int = 763E6C, 5, 8
replace_int = 763EDA, 5, 8
replace_string = B8F850, `5 pages`, `8 pages`
#
replace_int = 763D1E, 10, 16
replace_int = 76400A, 10, 16
replace_int = 764066, 10, 16
replace_string = B8F858, `10 pages`, `16 pages`
</Patch>
GeoffR is offline   Reply With Quote