View Single Post
Old 07-28-2015, 07:14 AM   #48
outlandos
Connoisseur
outlandos doesn't litteroutlandos doesn't litter
 
outlandos's Avatar
 
Posts: 68
Karma: 152
Join Date: Jun 2015
Device: Kobo Glo HD
I would like geometric sequence refresh rate, unfortunately, i don't know how to do this, i put it on yes but it doesnt work, anyone would be so kind to help me out here?

<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>

----

Also, when i edit the patch files, and double-click 3.16.0.bat again to make a new KoboRoot.tgz, all i get in the target folder is a usr folder?

Last edited by outlandos; 07-28-2015 at 07:42 AM.
outlandos is offline   Reply With Quote