01-11-2017, 04:08 PM | #1 |
Connoisseur
Posts: 77
Karma: 150
Join Date: Jul 2014
Device: Kindel PW1, Voyager
|
Schowtime Kual extension, Show current time while reading
Hi,
since my Kual extension to show the titlebar while reading a book (https://www.mobileread.com/forums/sh...6&postcount=49) is not working anymore in the current Firmware (The clock is not updated). I needed to find a other solution. I updated an old extension started by twobob (https://www.mobileread.com/forums/sh...9&postcount=16 ) with some code from NiLuJe (https://www.mobileread.com/forums/sh...2&postcount=44) and encol (https://www.mobileread.com/forums/sh...postcount=1541). The extension will print the current time in the upper right corner with every page turn. I hope it works on all devices to find the right screen size and page turn commands. Power consumption should be minimal. Only disadvantage is that the time is only updated by a page turn. If you need a long time to read a page the time will be wrong. Thanks for all you hacking that this is based on. HaPe 13-Feb 2017: V1.2 - Changed device detection code, hope it find now Oasis an some others - Added Version Information to Kual menu 05-Feb 2017: V1.1 - Removed seconds - Quit running background script before starting a new one - Added logging of model number - Added action to copy system log - Added possibility to show battery level - Added selection to show in row 0 or row 1 Last edited by Hanspeter; 02-13-2017 at 05:00 PM. |
01-11-2017, 06:14 PM | #2 |
Evangelist
Posts: 416
Karma: 765432
Join Date: Apr 2016
Location: Italy
Device: Kindle PW3 5.8.5.0.1
|
thanks for sharing
|
Advert | |
|
01-12-2017, 06:54 AM | #3 |
Member
Posts: 18
Karma: 606074
Join Date: Dec 2016
Device: KT3 - and loving it
|
looks intresting, but isnt working on my KT3
I'll have a look over the next few days see if I can sus it out, and let you know |
01-12-2017, 12:50 PM | #4 | |
Connoisseur
Posts: 77
Karma: 150
Join Date: Jul 2014
Device: Kindel PW1, Voyager
|
Quote:
HaPe |
|
01-12-2017, 02:41 PM | #5 |
Member
Posts: 18
Karma: 606074
Join Date: Dec 2016
Device: KT3 - and loving it
|
thanks, I'll take a look.
|
Advert | |
|
01-18-2017, 09:20 AM | #6 |
Junior Member
Posts: 1
Karma: 10
Join Date: Jan 2017
Device: Kindle PaperWhite3
|
can pw3 work?
|
01-18-2017, 09:33 AM | #7 |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
|
01-18-2017, 11:54 AM | #8 |
curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ
Posts: 3,008
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
|
|
01-18-2017, 05:13 PM | #9 |
Wizzard
Posts: 1,402
Karma: 2000000
Join Date: Nov 2007
Location: UK
Device: iPad 2, iPhone 6s, Kindle Voyage & Kindle PaperWhite
|
Just installed it to my KV (i.e. copied into extensions/ & started via KUAL) and all seems good - I'm used to the feature of the update only occurring on page-turn, from when I had used my Sony 505!
|
01-31-2017, 02:50 PM | #10 |
Junior Member
Posts: 2
Karma: 10
Join Date: Jun 2013
Device: Amazon Kindle Touch
|
Thank you for this useful extension!
I tested it on an original Touch and a PW2. It worked on both, but unfortunately the top of the first line of text was obscured on both devices. Is it maybe possible to move the time display more to the top/decrease its font size? Also, on the Touch there was some interesting behavior: - the display is constantly visible, even when not in book, - on page refresh sometimes the seconds keep going for a few seconds, - sometimes the extension stopped working after exiting a book, had to restart manually. Lastly, would it be possible to not show seconds? Thanks again! |
02-01-2017, 06:36 AM | #11 |
Connoisseur
Posts: 77
Karma: 150
Join Date: Jul 2014
Device: Kindel PW1, Voyager
|
Hi Anduska,
can you post the showtime.log from the extension folder and some screenshots showing the problems. As fare as I know I can't change the font or font size of the command that I use to write on the screen. I can only change the position. As I do not have a Touch the current position is not tested. - the display is constantly visible, even when not in book This should not be the case. I would need some more information to fix that. - on page refresh sometimes the seconds keep going for a few seconds, Can happen if the statment that I check in /var/log/messages is send more then once for every page turn - sometimes the extension stopped working after exiting a book, had to restart manually. Can happen if the device is running into memory problems and the system is starting to free up ram - Lastly, would it be possible to not show seconds? Yes, thought about that and also to show the current Battery status. HaPe |
02-01-2017, 04:35 PM | #12 |
Junior Member
Posts: 2
Karma: 10
Join Date: Jun 2013
Device: Amazon Kindle Touch
|
Hi HaPe,
I've attached the log files and pictures for both devices (sorry for the quality). As you can see, on the PW2 only a few pixels to the top would be enough, on the Touch a little bit more. If you are asking, I vote for no seconds and no battery display |
02-02-2017, 03:50 AM | #13 | |
Connoisseur
Posts: 77
Karma: 150
Join Date: Jul 2014
Device: Kindel PW1, Voyager
|
Quote:
About the problem that you see the time on the main menu of the Kindle Touch. Dose this happen after all actions in the main menu or only on some actions? I will include a function in the next version to save the /var/log/messages that is used to find the page turns. Hope that we are able to find the wrong once and filter them out HaPe. |
|
02-05-2017, 07:13 PM | #14 | |
Connoisseur
Posts: 77
Karma: 150
Join Date: Jul 2014
Device: Kindel PW1, Voyager
|
Quote:
added a new version to the first post where you can select if the time should be displayed in row 0 or row 1. Also there is a action to copy the system log, that is used to find the page turns, into the showtime/bin directory. Start the extension on the touch, open a book, scroll some pages, got to the main menu with the wrong display, open kual as select the copy system log action. Then attach the messages.log here. HaPe |
|
02-06-2017, 07:11 PM | #15 |
Zealot
Posts: 114
Karma: 26552
Join Date: Jan 2017
Device: Kobo Forma
|
Just to confirm how to install: just dump extracted files into root folder of Kindle?
EDIT: All good - worked out to put in Extensions folder and then works. Thanks. Last edited by poczynek; 02-06-2017 at 07:16 PM. |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Show current time while reading | encol | Kindle Developer's Corner | 17 | 01-11-2017 04:09 PM |
xmahjongg for Kindle as Kual extension | Hanspeter | Kindle Developer's Corner | 86 | 12-02-2016 08:06 PM |
kual extension to open a book | shoelesshunter | Kindle Developer's Corner | 14 | 08-16-2016 01:30 PM |
Is there a Kual Extension/add-on for cloud | eduardomb | Kindle Developer's Corner | 19 | 07-08-2016 06:43 PM |
PRS-T2 Current time while reading | chemi | Sony Reader | 5 | 01-07-2013 03:18 PM |