View Single Post
Old 09-17-2015, 02:09 PM   #59
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
`Always display chapter name on navigation menu`

Normally the <-> navigation menu only displays the current chapter name before the page number if Reading settings > Display progress for: is set to Current Chapter. This patch causes the current chapter name to be displayed if Entire book progress is selected as well. Works for both ePub and KePub books.

Patch for firmware version 3.17.3 (paste into libnickel.so.1.0.0.patch)
Spoiler:
Code:
<Patch>
patch_name = `Always display chapter name on navigation menu`
patch_enable = `yes`
#
# in ReadingMenuScrubberController::setChapterAndProgressText(...)
#  progressTypeIsBookBased(...) --> False
replace_bytes = 89ACD0, 61 F7 D6 E1, 00 20 00 20
</Patch>

Last edited by GeoffR; 09-17-2015 at 02:21 PM. Reason: paste into libnickel.so.1.0.0.patch
GeoffR is offline   Reply With Quote