View Single Post
Old 07-28-2015, 08:07 AM   #51
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by outlandos View Post
One of the lines was faulty, a faulty value, so its fixed, thanks.

All i would like to know is how to get that refresh rate, what should i edit in those lines?
<Patch>
patch_name = `Custom page refresh options`
patch_enable = `yes`
# cmp r5, #7; bne.n; --> cmp r5, #6; bls.n;
replace_bytes = 7532EC, 07 2D 9A D1, 06 2D 9A D9
#
# Values for replacement: (Alternative 1, arithmetic sequence e.g. #1,2,3,...,12)
# Base (use this value for the first menu option):
#replace_int = 75321C, 1, 1
# Increment (add this value to get each successive menu option):
#replace_int = 7532EA, 1, 1
# Maxmium (stop adding options when this value is exceeded):
#replace_int = 7532EC, 6, 12
#
# Values for replacement: (Alternative 2, geometric sequence 1,2,4,8,16,32,64)
# Base (use this value for the first menu option):
replace_int = 75321C, 1, 1
# Double to get each successive menu option:
replace_bytes = 7532EA, 01 35, 6D 00
# Maxmium (stop adding options when this value is exceeded):
replace_int = 7532EC, 6, 64
</Patch>

If this works successful apply to your reader, then the refresh rate can be changed in the reading menu of your reader, then the refresh rate would be 1,2,4,8...

Last edited by Nick_1964; 07-28-2015 at 08:17 AM.
Nick_1964 is offline   Reply With Quote