Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 06-03-2014, 08:29 AM   #181
Cyphox
Connoisseur
Cyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcover
 
Posts: 50
Karma: 16356
Join Date: Apr 2013
Device: Kindle 4 NT
sorry, dont have the touch anymore, forgot to edit my profile.

its always like this (tested it five times now):
- power on the device, do something with it or not (reading etc), doesnt matter.
- as soon as you/re (back) in kobo start menu (or any submenu), leave the device alone for about 2-3min and get back to it, its frozen and you cant do anything but a reset (or forced power down).

as long as you're "doing" something in start menu everything's fine. same goes for using apps llike coolreader, no problems at all.

its almost like it enters some automatic sleep mode from which it cant be waked up.
Cyphox is offline   Reply With Quote
Old 06-03-2014, 09:20 AM   #182
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by Cyphox View Post
its almost like it enters some automatic sleep mode from which it cant be waked up.
Actually, I once implemented an auto-sleep function in the Kobo Start Menu. However, I removed it. At least I thought so. I cannot exclude that it slipped into the code again, and I cannot check now, since I am on a trip and don't have the code with me. Anyway, if the device falls asleep, you should be able to wake it up with the power slider. But who knows!
We could make a little experiment, if you like, Add in .kobo/kbmenu/usersettings.txt the line
Code:
export kobomenuShowClock=true
Use a unix-style editor for editing. After rebooting, the menu will display a running clock. This way we can maybe get some information, whether the device is sleeping or the application is dead (clock does not run), or on the other hand whether it is awake/alive (clock does run) and for some reason does not register the touch imput. I don't know how much the clock increases the power consumption, but since your tests will not need more than some minutes each, we don't have to worry about it.

Last edited by tshering; 06-03-2014 at 09:23 AM.
tshering is offline   Reply With Quote
Advert
Old 06-03-2014, 09:42 AM   #183
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
I am providing here the script file checkbatteryautorefresh.sh. Extract it from the archive and copy it to .kobo/kbmenu/scripts/test/. Run it by selecting "scripts" > "tests" > "checkbatteryautorefresh.sh." Basically, it does the same as checkbattery.sh, namely displaying some information on the current state of the battery. The difference is, that the new script updates the information every 60 seconds. You can use this for instance to get information on the progress of the charging process.
Attached Files
File Type: zip checkbatteryautorefresh.zip (547 Bytes, 202 views)
tshering is offline   Reply With Quote
Old 06-03-2014, 10:00 AM   #184
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,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Quote:
Originally Posted by tshering View Post
I am providing here the script file checkbatteryautorefresh.sh. Extract it from the archive and copy it to .kobo/kbmenu/scripts/test/. Run it by selecting "scripts" > "tests" > "checkbatteryautorefresh.sh." Basically, it does the same as checkbattery.sh, namely displaying some information on the current state of the battery. The difference is, that the new script updates the information every 60 seconds. You can use this for instance to get information on the progress of the charging process.
Thanks, this should pretty much eliminate any need (for me) to ever use Nickel again.

Luck;
Ken

Works well, all that I could ask for.

Last edited by Ken Maltby; 06-03-2014 at 11:08 AM.
Ken Maltby is offline   Reply With Quote
Old 06-03-2014, 10:43 AM   #185
Cyphox
Connoisseur
Cyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcover
 
Posts: 50
Karma: 16356
Join Date: Apr 2013
Device: Kindle 4 NT
Quote:
Originally Posted by tshering View Post
Code:
export kobomenuShowClock=true
interesting, looks like the freezes do not occur when the clock is running.

nice workaround.
Cyphox is offline   Reply With Quote
Advert
Old 06-03-2014, 11:06 AM   #186
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by Cyphox View Post
interesting, looks like the freezes do not occur when the clock is running.

nice workaround.
That would be great! I was hoping for this, but did not really believe that ic could work. Of course, it could be just some kind of coincidence, since we don't know what triggers the freeze. Counting each second seems of course to be an overkill. I was planning to introduce an option to count only hours and minutes with the next larger upgrade anyway. But maybe an interval of one minute is to long to keep the application/the system alive.

Funny, just some minutes ago my Touch froze after some time of not using it. See the next post.

Last edited by tshering; 06-03-2014 at 11:16 AM.
tshering is offline   Reply With Quote
Old 06-03-2014, 11:10 AM   #187
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by Ken Maltby View Post
Thanks, this should pretty much eliminate any need (for me) to ever use Nickel again.

Luck;
Ken
Maybe it is to early for a celebration. I just charged my mark 3 Touch. It started by 62 percent, and froze on 93 percent.
tshering is offline   Reply With Quote
Old 06-03-2014, 12:30 PM   #188
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,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Quote:
Originally Posted by tshering View Post
Maybe it is to early for a celebration. I just charged my mark 3 Touch. It started by 62 percent, and froze on 93 percent.
Mine seems to be topping out at 96. I know that the charging will slow as it nears full charge. OK, it just jumped to reading 100 "Status Not charging"

Looking good so far on my AuraHD 3.2.0.

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Old 06-03-2014, 01:46 PM   #189
Markismus
Guru
Markismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicing
 
Markismus's Avatar
 
Posts: 955
Karma: 149907
Join Date: Jul 2013
Location: Rotterdam
Device: HiSenseA5ProCC, Cracked OnyxNotePro, Note5, Kobo Glo, Aura
Quote:
Originally Posted by tshering View Post
Have a look at post 17!
Ah, the post crossed. Will try.
Markismus is offline   Reply With Quote
Old 06-04-2014, 02:57 PM   #190
WS64
WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.
 
WS64's Avatar
 
Posts: 661
Karma: 506380
Join Date: Aug 2010
Location: Germany
Device: Kobo Aura / PB Lux 2 / Bookeen Frontlight / Kobo Mini / Nook Color
Is there any way to get rid of the two front light entries on my Kobo Mini? Obviously I can't use them...
WS64 is offline   Reply With Quote
Old 06-04-2014, 08:50 PM   #191
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
@WS64
Thank you for telling. This was an oversight.
  • copy KoboRoot.tgz from the archive to .kobo
  • in the home menu select "handle update" > "install update" (rather then "install partial update")
Attached Files
File Type: zip nolightforMini.zip (3.7 KB, 185 views)

Last edited by tshering; 06-04-2014 at 09:23 PM.
tshering is offline   Reply With Quote
Old 06-05-2014, 01:44 AM   #192
WS64
WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.
 
WS64's Avatar
 
Posts: 661
Karma: 506380
Join Date: Aug 2010
Location: Germany
Device: Kobo Aura / PB Lux 2 / Bookeen Frontlight / Kobo Mini / Nook Color
Thx, they are gone now!
WS64 is offline   Reply With Quote
Old 06-07-2014, 04:53 PM   #193
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,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Hi

I stopped updating my Kobo Glo about last July with a comfortable 2.8.1 and 0.0.7. patcher, plus some fonts and dictionaries.

I had been curious to try Koreader since it did not interfere with my current settings. I did that today:
- startmenu was easily installed. I think the icons take a lot of screen real estate...
- koreader was easily installed too (stable version from April).

As I did not read about control gestures for Koreader, I was quickly stuck with one book and had to do a pinhole reset. After reading some needed information, everything now seems to be working fine. Koreader is very responsive, the boldening of the font very pleasant.

It's another choice with pluses and very few minuses. Thanks very much for your contributions.

Last edited by roger64; 06-07-2014 at 04:55 PM.
roger64 is offline   Reply With Quote
Old 06-08-2014, 09:34 AM   #194
Markismus
Guru
Markismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicing
 
Markismus's Avatar
 
Posts: 955
Karma: 149907
Join Date: Jul 2013
Location: Rotterdam
Device: HiSenseA5ProCC, Cracked OnyxNotePro, Note5, Kobo Glo, Aura
@Tshering On github pazos asked whether we could use Start Menu for fast switching between koreader and Nickel.

Would it be possible to make a script which exits koreader and enters Nickel and a script which exits Nickel and enters koreader? Together with the normal exit script from Nickel to break the loop, we would have a real fast switcher.

As a point of interest. We had to reboot the device in the past after killing Nickel to reenter Nickel. Did you do rather smart scripting to alleviate that problem or does it also depend on the compiled code that is installed as part of Start Menu?
Markismus is offline   Reply With Quote
Old 06-08-2014, 12:15 PM   #195
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,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
I wonder if you could:

From nickel to koreader :

killall -STOP nickel
-----------------
killall adobehost
killall dbus-daemon
killall Hindenburg
(or not depending on why you are going back and forth)
------------------

killall -CONT reader
(not running/found errors to:

# finally call reader
./reader.lua 1> koreader.log.`date +%s` 2>&1
(Or wherever you want it to start.)



From koreader back to nickel:

killall -STOP reader

killall -CONT nickel

.

Otherwise there will be dancing boxes.

Luck;
Ken

Perhaps we just need exit options for koreader?

Or... A Start Menu selection that starts Nickel then killall -STOP nickel and starts Koreader; then killall -STOP reader.lua; then killall -CONT nickel. A PNG would be added to -STOP nickel and -CONT reader. for jumping back to koreader.

Last edited by Ken Maltby; 06-08-2014 at 01:49 PM.
Ken Maltby is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
kobo menu and message tshering Kobo Developer's Corner 26 01-15-2014 09:18 AM
Kobo WiFi - Battery indicator outside menu? Cyberman tM Kobo Reader 1 03-06-2013 04:42 AM
Kobo constantly crashes back to Reading menu avalanches Kobo Reader 0 04-11-2011 09:35 PM
main menu, section menu, css for calibre mobipocket output naisren Calibre 2 08-23-2010 11:42 PM
Calibre start menu icon Cy1clown Calibre 1 02-06-2010 02:10 PM


All times are GMT -4. The time now is 03:14 PM.


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