Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 06-02-2020, 03:34 AM   #421
jamalau
Connoisseur
jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.
 
Posts: 78
Karma: 25542
Join Date: Nov 2013
Location: NRW Germany
Device: Kobo Forma
Hello, if i use Nickelmenue, miniclock don´t toggle, when i use Nightmode, what i have to do, to solve this problem?
Sorry, after reset to factory settings, and a new install, all works fine!
Now i have it tryed on my Aura, and it doesn´t work there, Miniclock doesn´t toggle, and i dont know why. In ereader.conf it´s all fine , it switched InvertScreen=False /true!

Last edited by jamalau; 06-02-2020 at 07:15 AM.
jamalau is offline   Reply With Quote
Old 06-02-2020, 11:00 AM   #422
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,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@jamalau: Try again with actual clear and concise sentences with proper punctuation and capitalization. You've managed to mush at least 4 different things together, so I have no actual idea what you did and what you think is not working.
NiLuJe is offline   Reply With Quote
Advert
Old 06-02-2020, 03:20 PM   #423
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,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Quote:
Originally Posted by jackie_w View Post
@NiLuJe

I have no idea whether this is relevant to your current troubleshooting but I thought I'd mention it ...

I only recently tried out your new 'aggressive_timing' setting. It works OK on my Forma but enabling it on my ClaraHD caused the MiniClock display to keep disappearing. The Clara was fine once I disabled it again.
I finally double-checked on my Forma, and everything looks fine on my end.

So, same questions as usual:

* Try with the latest build
* Was that on KePubs or ePubs?
* What does your config look like?
* What does the debug log has to say about it?
NiLuJe is offline   Reply With Quote
Old 06-02-2020, 03:55 PM   #424
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 914
Karma: 275656
Join Date: Jun 2016
Device: Kobo
@frostschutz, @NiLuJe

Is it possible to implement toggle MiniClock on and off in NickelMenu?
Semwize is offline   Reply With Quote
Old 06-02-2020, 05:48 PM   #425
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,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@Semwize: There's a SIGTERM handler in my fork, but with a twist: it requires "eating" an input event to trigger.

So, technically, yeah, but you'll have to get creative.

Not quite sure how to feed a random event in shell, but evemu can do it, and I happen to ship it in KoboStuff, so forgive me if I don't spend more time on this ;p.

Code:
pkill -TERM miniclock.sh && evemu-event /dev/input/event1 --type EV_KEY --code BTN_TOUCH --value 1 --sync
And then to start it, just run the script in a cmd_spawn:
Code:
exec /usr/local/MiniClock/miniclock.sh
See the telnet example in the NM docs to build a proper toggle out of that.
NiLuJe is offline   Reply With Quote
Advert
Old 06-02-2020, 06:16 PM   #426
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
@Semwize, @NiLuJe,

What would be the point of toggling MiniClock on/off? If I want to see the date/time/battery info on every page then I want it enabled permanently. If I don't then I'd just want to uninstall it completely.

What am I missing here? What are the circumstances where it might be nice to disable it temporarily?

P.S. @NiLuJe, I'll do the tests you requested tomorrow. Can't face it tonight.
jackie_w is offline   Reply With Quote
Old 06-02-2020, 09:37 PM   #427
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 914
Karma: 275656
Join Date: Jun 2016
Device: Kobo
@jackie_w

Usually I don’t need a clock on the screen, but when I’m waiting for someone ... Especially a woman who is always late.
Quote:
Originally Posted by jackie_w View Post
uninstall
Why remove it when you can just turn it off and start it if necessary. By placing in menu_item: reader
Semwize is offline   Reply With Quote
Old 06-02-2020, 09:57 PM   #428
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by Semwize View Post
@jackie_w

Usually I don’t need a clock on the screen, but when I’m waiting for someone ... Especially a woman who is always late.
No, no, no! You need to stop being too early all the time.

I always want a clock on my screen. It's how I avoid being late
jackie_w is offline   Reply With Quote
Old 06-03-2020, 09:07 AM   #429
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by NiLuJe View Post
I finally double-checked on my Forma, and everything looks fine on my end.

So, same questions as usual:

* Try with the latest build
* Was that on KePubs or ePubs?
* What does your config look like?
* What does the debug log has to say about it?
I did the above on my Clara (with aggressive_timing=1) but I don't think it's worth spending any more of your time on debug logs.

After a re-boot or wake-up MiniClock sometimes takes a little while (<60secs) to get in the groove but, after that, it's displaying OK after page turns in kepubs. Epubs are a bit less reliable (especially when paging backwards???) but your config notes do already try to set expectations about epubs.

If I come across a kepub which doesn't behave as well as my current read I'll post a debug log.
jackie_w is offline   Reply With Quote
Old 06-03-2020, 11:16 AM   #430
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,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@jackie_w: Sounds good, thanks .
NiLuJe is offline   Reply With Quote
Old 06-04-2020, 03:26 AM   #431
jamalau
Connoisseur
jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.jamalau knows what's going on.
 
Posts: 78
Karma: 25542
Join Date: Nov 2013
Location: NRW Germany
Device: Kobo Forma
@NiLuJe I´ve tryed to described my Problem with my small english, sorry when you don´t understand it!
I just wanted to say, miniclock dosn´t toggle in Nightmode, when i use Nicklemenue!
jamalau is offline   Reply With Quote
Old 06-04-2020, 04:08 AM   #432
church mouse
Evangelist
church mouse ought to be getting tired of karma fortunes by now.church mouse ought to be getting tired of karma fortunes by now.church mouse ought to be getting tired of karma fortunes by now.church mouse ought to be getting tired of karma fortunes by now.church mouse ought to be getting tired of karma fortunes by now.church mouse ought to be getting tired of karma fortunes by now.church mouse ought to be getting tired of karma fortunes by now.church mouse ought to be getting tired of karma fortunes by now.church mouse ought to be getting tired of karma fortunes by now.church mouse ought to be getting tired of karma fortunes by now.church mouse ought to be getting tired of karma fortunes by now.
 
church mouse's Avatar
 
Posts: 485
Karma: 5277078
Join Date: Oct 2009
Location: UK
Device: Kobo Clara HD, Boox Poke 2, PocketBook Verse Pro (634)
Quote:
Originally Posted by jamalau View Post
@NiLuJe I´ve tryed to described my Problem with my small english, sorry when you don´t understand it!
I just wanted to say, miniclock dosn´t toggle in Nightmode, when i use Nicklemenue!
I have noted this behaviour too. If I invert screen using the patch check box, the clock matches the screen inversion. If I invert the screen using a NickleMenu option in the book menu, the clock does not follow the inversion - the screen goes black but the background of the clock remains white.
church mouse is offline   Reply With Quote
Old 06-04-2020, 04:53 AM   #433
bansheeat
Member
bansheeat began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Aug 2015
Location: Vienna
Device: Kobo Aura HD Mark 4
I would like to show my Battery Status along with the Time. How can I do
that ?
bansheeat is offline   Reply With Quote
Old 06-04-2020, 07:47 AM   #434
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by jamalau View Post
@NiLuJe I´ve tryed to described my Problem with my small english, sorry when you don´t understand it!
I just wanted to say, miniclock dosn´t toggle in Nightmode, when i use Nicklemenue!
Quote:
Originally Posted by church mouse View Post
I have noted this behaviour too. If I invert screen using the patch check box, the clock matches the screen inversion. If I invert the screen using a NickleMenu option in the book menu, the clock does not follow the inversion - the screen goes black but the background of the clock remains white.
I also have InvertScreen as an option on NickelMenu and MiniClock is correctly matching the inversion on both my ClaraHD and Forma.
  • Make sure you're using the latest version of MiniClock from post #311.
  • Let's see the miniclock.cfg file from your Kobo.
jackie_w is offline   Reply With Quote
Old 06-04-2020, 07:58 AM   #435
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by bansheeat View Post
I would like to show my Battery Status along with the Time. How can I do
that ?
If you haven't already done it read the notes related to battery in the provided sample config file, miniclock.example.cfg.

These are the relevant entries I have used in my own miniclock.cfg file.
Code:
format=%H:%M - {battery}
battery_min=0
battery_max=100
battery_source=/sys/devices/platform/pmic_battery.1/power_supply/mc13892_bat/capacity
Your format=... entry will probably be a bit different. The addition of the {battery} bit is what's important.
jackie_w is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I (almost) spend more time reading about e-readers than e-reading Antoinekamel General Discussions 15 02-25-2013 10:48 AM
360 PB360 display gets "stripes" from time to time klaetsch PocketBook 1 01-05-2011 04:49 AM
How to get the time to display synic Sony Reader 9 06-10-2009 06:05 PM
Time Display Jenny123 Sony Reader 2 04-23-2009 02:06 PM
Time Display? MickeyC Sony Reader 3 02-10-2008 11:57 PM


All times are GMT -4. The time now is 01:07 PM.


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