Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > KOReader

Notices

Reply
 
Thread Tools Search this Thread
Old 04-21-2016, 02:17 AM   #1
noap_
Member
noap_ began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Apr 2016
Device: Kobo Glo HD
Auto refresh time in status bar

Hi,

I've implemented all the changes in the readerfooter.lua file pointed out here. After saving the file, disconnecting my Kobo and rebooting it, the time in the status bar still doesn't refresh automatically. Do I have to change another settings as well or enable the option anywhere?
noap_ is offline   Reply With Quote
Old 04-21-2016, 02:23 AM   #2
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,608
Karma: 3000161
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
This is what I have in reader.footer.lua

selecting only true or false values

Code:
function ReaderFooter:init()
    self.pageno = self.view.state.page

    self.settings = G_reader_settings:readSetting("footer") or {
        disabled = false,
        all_at_once = true,
        progress_bar = false,
        toc_markers = false,
        battery = true,
        time = true,
        page_progress = true,
        pages_left = false,
        percentage = false,
        book_time_to_read = false,
        chapter_time_to_read = false,
    }
also in settings.reader.lua (footer values may or may not be kept as such, I have it on Kobo but not on Kindle...)

Code:
        ["frontlight_intensity"] = 15,
	["footer"] = {
		["progress_bar"] = false,
		["disabled"] = false,
		["toc_markers"] = false,
		["battery"] = true,
		["pages_left"] = false,
		["all_at_once"] = true,
		["page_progress"] = true,
		["time"] = true,
		["percentage"] = false
	},
And at last, you can tick your customized values on the menu entry "status bar"

One of them should work

Last edited by roger64; 04-21-2016 at 02:43 AM.
roger64 is offline   Reply With Quote
Advert
Old 04-21-2016, 01:20 PM   #3
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
The current "Status bar" settings include "Auto refresh time". If I remember correctly, it originally caused some problems, if enabled, but its return to the menu probably means that it's been fixed.

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Old 04-21-2016, 01:26 PM   #4
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Yup, it's a newish feature available in current nightlies.
NiLuJe is offline   Reply With Quote
Old 04-21-2016, 01:41 PM   #5
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,608
Karma: 3000161
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Now you speak about it and I realize I have it also - working well - in my status bar.

v2015.11-328
roger64 is offline   Reply With Quote
Advert
Old 04-21-2016, 02:56 PM   #6
Alan_S
Evangelist
Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.
 
Alan_S's Avatar
 
Posts: 440
Karma: 1084584
Join Date: Aug 2007
Location: Sisak, Croatia
Device: Kobo Aura H2O, Kobo Aura ONE
Quote:
Originally Posted by noap_ View Post
Do I have to change another settings as well or enable the option anywhere?
Yes, default option is disabled, you need to enable it.

But, best way is to download latest nightly, not manually implement changes, in case you miss one or two (or changes in some files and do changes in others).

Anyway, now it should work fine (in latest versions).
Alan_S is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Glo display status bar nicopilami Kobo Developer's Corner 0 08-23-2015 06:15 AM
Hide status bar zmaster Kindle Developer's Corner 2 01-28-2015 01:39 PM
360 Status bar question mrsmac PocketBook 6 11-03-2011 09:13 AM
time in the status bar??? Harry001 Sony Reader 2 01-09-2009 10:19 AM
PRS-500 Removal of status bar balok Sony Reader Dev Corner 1 09-20-2007 03:06 PM


All times are GMT -4. The time now is 11:39 AM.


MobileRead.com is a privately owned, operated and funded community.