View Single Post
Old 12-07-2017, 03:55 AM   #55
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
`Increase delay before clock is replaced by reading progress`

When the reading footer menu is opened a clock is displayed at the top left for 3 seconds, before being replaced with the reading progress percentage. This patch increases the length of time the clock is displayed to 5, 7, or 10 seconds.

Firmware 4.6.9995, libnickel.so.1.0.0.patch:
Spoiler:
Code:
<Patch>
patch_name = `Increase delay before clock is replaced by reading progress`
patch_enable = `yes`
#
# 3 sec --> 5 sec
replace_bytes = A67642, 40 F6 B8 31, 41 F2 88 31
#
# 3 sec --> 7 sec
#replace_bytes = A67642, 40 F6 B8 31, 41 F6 58 31
#
# 3 sec --> 10 sec
#replace_bytes = A67642, 40 F6 B8 31, 42 F2 10 71
</Patch>
GeoffR is offline   Reply With Quote