View Single Post
Old 12-05-2017, 09:11 PM   #21
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`

Quote:
Originally Posted by Semwize View Post
GeoffR,
the clock in the top line after 5 seconds is replaced by % read. Is it possible to increase this interval?
The original delay seems to be 3 seconds, this should increase it to 5 or 10 seconds: Edit: or 7 seconds.

Firmware 4.6.10075, paste into 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 = A675EA, 40 F6 B8 31, 41 F2 88 31
#
# 3 sec --> 7 sec
#replace_bytes = A675EA, 40 F6 B8 31, 41 F6 58 31
#
# 3 sec --> 10 sec
#replace_bytes = A675EA, 40 F6 B8 31, 42 F2 10 71
</Patch>

Last edited by GeoffR; 12-07-2017 at 03:58 AM. Reason: Added 7 second option
GeoffR is offline   Reply With Quote