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 04-26-2023, 06:47 AM   #976
John F
Grand Sorcerer
John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.John F ought to be getting tired of karma fortunes by now.
 
Posts: 7,941
Karma: 70766125
Join Date: Feb 2009
Device: Kobo Clara 2E
Quote:
Originally Posted by Etruj View Post
Is there a way to call the sysfs knobs? ...
I think I can answer that: "sysfs, your a knob".
John F is offline   Reply With Quote
Old 04-27-2023, 03:48 PM   #977
Etruj
Junior Member
Etruj began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Apr 2023
Device: Kobo Libra
Quote:
Originally Posted by NiLuJe View Post
@Etruj: Assuming your device block is correct, and you are indeed using a Libra, first of its name: echo 0 > /sys/class/backlight/lm3630a_led/color

The range is [0, 10], but I can never remember which end is warm and which is cold ;p.

(You should be able to stick that in a cmd_spawn NM action, much like the ioctl call discussed earlier for brightness).

Turns out mine is a Libra 2. So the sys knob for brightness worked but there isn't one for color for some reason. Odd that the 2 doesn't match it.
Etruj is offline   Reply With Quote
Advert
Old 04-27-2023, 04:24 PM   #978
Etruj
Junior Member
Etruj began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Apr 2023
Device: Kobo Libra
Disregard! I sorted out the command. It's /sys/class/leds/aw99703-bl_FL1/color. Thanks again for all your help!
Etruj is offline   Reply With Quote
Old 04-27-2023, 09:48 PM   #979
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
Yup, there are a couple of HW revisions of the Libra 2, so it's not hard-coded in KOReader .
NiLuJe is offline   Reply With Quote
Old 05-10-2023, 04:35 AM   #980
jay_c_penny
Junior Member
jay_c_penny began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2023
Device: Kobo Libra 2
Hello, I was hoping I could get some assistance in writing a config file. I just want a setting that will force the wifi to be on when I open dropbox via nickelmenu. A bonus would be for it to then revert to its normal wifi state (of connecting only when necessary) when I stop using dropbox, thus helping to preserve battery life. Is there any way to do this?

Thanks
jay_c_penny is offline   Reply With Quote
Advert
Old 05-11-2023, 01:39 AM   #981
booksRfun
Junior Member
booksRfun began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2023
Device: LibraH2O
Hello, I'm trying to view a log file via the NickelMenu, but the pop up display is too short. This is what I'm using:

menu_item :main :Show log :cmd_output :10:/bin/cat /mnt/onboard/mylog.log

This command works, but it cuts off my log file after 12 or so lines. The file is about 25 lines long, but it would be nice to view a log file of arbitrary length, for example via a scroll bar. Is it possible to do this?

I also tried opening the file with the browser using the address
file:///mnt/onboard/mylog.log
but it didn't work.
booksRfun is offline   Reply With Quote
Old 05-11-2023, 01:59 AM   #982
booksRfun
Junior Member
booksRfun began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2023
Device: LibraH2O
Quote:
Originally Posted by booksRfun View Post
Hello, I'm trying to view a log file via the NickelMenu, but the pop up display is too short. This is what I'm using:

menu_item :main :Show log :cmd_output :10:/bin/cat /mnt/onboard/mylog.log

This command works, but it cuts off my log file after 12 or so lines. The file is about 25 lines long, but it would be nice to view a log file of arbitrary length, for example via a scroll bar. Is it possible to do this?

I also tried opening the file with the browser using the address
file:///mnt/onboard/mylog.log
but it didn't work.
FYI for anyone who's wondering: I renamed the file to mylog.txt and now it's readable in the browser. Solution:

menu_item :main :Show log :nickel_browser :modal:file:///mnt/onboard/mylog.txt
booksRfun is offline   Reply With Quote
Old 05-12-2023, 08:36 AM   #983
Katja_hbg
Groupie
Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.
 
Posts: 183
Karma: 158116
Join Date: Oct 2015
Device: Kobo Glo HD (landscape), Kobo Aura One
I use my GhoHD in landscape for reading. But as homescreen and all list views look pressed, I swap the orientation using NickelMenu.
Now I try to otimize ;-)

The configuration from reading to home should work with this:
menu_item : reader :Home :nickel_orientation ortrait
chain_always :nickel_misc :home

But there is no way back to the reading view like:
menu_item : main :Reading :nickel_orientation :landscape
chain_always :nickel_open :CURRENT-last-open-BOOK

Will it be possible to add an option/argument to open the last-open-book?
Katja_hbg is offline   Reply With Quote
Old 05-14-2023, 01:30 PM   #984
InnovationHack
Member
InnovationHack began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Nov 2020
Device: Onyx Poke3
I feel stupid. I have a Libra 2, and I have installed the NickelMenu .tgz file twice now and I never get the menu. I put it in the .kobo folder, I eject, it reboots and says it's installing, and then I get no UX at all for the menu. I am not sure what I am doing wrong.
InnovationHack is offline   Reply With Quote
Old 05-14-2023, 01:32 PM   #985
isarl
Addict
isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.
 
Posts: 287
Karma: 2534928
Join Date: Nov 2022
Location: Canada
Device: Kobo Aura 2
Quote:
Originally Posted by InnovationHack View Post
I feel stupid. I have a Libra 2, and I have installed the NickelMenu .tgz file twice now and I never get the menu. I put it in the .kobo folder, I eject, it reboots and says it's installing, and then I get no UX at all for the menu. I am not sure what I am doing wrong.
You still need to create your own menu file. Look at the doc file; read it carefully. Perhaps copy it into a new file and edit it into the configuration you want.
isarl is offline   Reply With Quote
Old 05-14-2023, 01:37 PM   #986
InnovationHack
Member
InnovationHack began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Nov 2020
Device: Onyx Poke3
Quote:
Originally Posted by isarl View Post
You still need to create your own menu file. Look at the doc file; read it carefully. Perhaps copy it into a new file and edit it into the configuration you want.
Ah, the instructions aren't as clear then -- they say to wait for a reboot and then a menu should appear. Not "reboot, create a config THEN a menu will appear."

Got it. Will go do that.
InnovationHack is offline   Reply With Quote
Old 05-14-2023, 03:41 PM   #987
Aleron Ives
Wizard
Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.
 
Posts: 1,688
Karma: 16307824
Join Date: Sep 2022
Device: Kobo Libra 2
Since the default battery gauge is pretty bad, is there a way to create a menu item to show the current battery voltage directly? If Nickel doesn't have access to the battery voltage for NickelMenu to display it, then does anybody know how the battery gauge estimates the remaining percentage?
Aleron Ives is offline   Reply With Quote
Old 05-14-2023, 04:50 PM   #988
isarl
Addict
isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.isarl ought to be getting tired of karma fortunes by now.
 
Posts: 287
Karma: 2534928
Join Date: Nov 2022
Location: Canada
Device: Kobo Aura 2
Quote:
Originally Posted by Aleron Ives View Post
Since the default battery gauge is pretty bad, is there a way to create a menu item to show the current battery voltage directly? If Nickel doesn't have access to the battery voltage for NickelMenu to display it, then does anybody know how the battery gauge estimates the remaining percentage?
This is how NickelClock does it.
isarl is offline   Reply With Quote
Old 05-15-2023, 03:26 AM   #989
Aleron Ives
Wizard
Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.
 
Posts: 1,688
Karma: 16307824
Join Date: Sep 2022
Device: Kobo Libra 2
Hm, I see NickelClock is getting the battery status from sysfs, rather than Nickel. If only it could replace the regular battery icon in the reading menu, rather than adding one to the header/footer (which I always have disabled), it would be a nice addition. I tend to trip the recent books menu when trying to view the (super unreliable) battery percentage, so having the percentage displayed all the time would be nice, too.
Aleron Ives is offline   Reply With Quote
Old 05-16-2023, 02:18 PM   #990
acrobat
Junior Member
acrobat began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jan 2020
Device: Kobo Libra H20
I use nickelmenu but since its installation I can no longer turn off my reader with the button provided for this purpose. I have to use nickelMenu's shutdown option. Could you explain to me why I have this problem? THANKS

KOBO libra H2O version 4.35.20400 (73cfa09552, 08/12/2022)
'NickelMenu' (version: v0.5.4)
acrobat is offline   Reply With Quote
Reply

Tags
kobo, launcher, ldpreload, nickel


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kobo eReaders and Heat PeterT Kobo Reader 13 08-02-2014 04:35 AM
kobo arc launcher not working lana loves books Kobo Tablets 8 03-21-2014 06:40 AM
Orginization on kobo ereaders crochetgeek2010 Kobo Reader 7 09-03-2013 02:13 PM
Kobo Announces eReaders Available for Purchase on Kobo.com in Canada and US markemark News 1 04-02-2013 01:46 PM
Ereaders with Integrated Dictionary poohbear_nc Which one should I buy? 4 04-08-2010 06:42 AM


All times are GMT -4. The time now is 04:49 AM.


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