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 05-29-2023, 10:33 AM   #1021
just_jeepin
Addict
just_jeepin ought to be getting tired of karma fortunes by now.just_jeepin ought to be getting tired of karma fortunes by now.just_jeepin ought to be getting tired of karma fortunes by now.just_jeepin ought to be getting tired of karma fortunes by now.just_jeepin ought to be getting tired of karma fortunes by now.just_jeepin ought to be getting tired of karma fortunes by now.just_jeepin ought to be getting tired of karma fortunes by now.just_jeepin ought to be getting tired of karma fortunes by now.just_jeepin ought to be getting tired of karma fortunes by now.just_jeepin ought to be getting tired of karma fortunes by now.just_jeepin ought to be getting tired of karma fortunes by now.
 
just_jeepin's Avatar
 
Posts: 297
Karma: 1010848
Join Date: Oct 2005
Device: Kobo Libra 2
NickelMenu icon

Here's a NickelMenu icon I created in the various sizes. Just download and unzip then follow the instructions in the text file.
Attached Images
 
Attached Files
File Type: zip NickelMenuIcon.zip (7.2 KB, 162 views)
just_jeepin is offline   Reply With Quote
Old 06-03-2023, 01:54 PM   #1022
Kreaded
Junior Member
Kreaded began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jun 2023
Device: Glo HD
Quote:
Originally Posted by abanks View Post
Is there a way to make nickelmenu execute something without tapping a menu item?
Hello. Have you found a solution? I use NickelMenu only to run Koread, I set it up using this method. That is, after turning on the device and loading Nickel, I press the bottom-right button "Nickel Menu" and select "Koreader" (only one item in the menu). So I'm looking for a way to simplify the process, I found information that Koread autorun is a bad idea, but is it possible to at least remove the menu in "Nickel Menu"? Let Koread be launched immediately when I press "Nickel Menu"?
Kreaded is offline   Reply With Quote
Old 06-03-2023, 03:08 PM   #1023
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 35,451
Karma: 145525534
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Kreaded View Post
I found information that Koread autorun is a bad idea, but is it possible to at least remove the menu in "Nickel Menu"? Let Koread be launched immediately when I press "Nickel Menu"?
The source for NickelMenu is available on GitHub. Feel free to fork it.

As for the current release of NickelMenu, it is designed to run commands from the displayed menu so running a single command such as launching KOReader by tapping on the NickelMenu icon is not an option I would want to see.
DNSB is online now   Reply With Quote
Old 06-13-2023, 11:32 AM   #1024
traxlerd
Junior Member
traxlerd began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2023
Device: Kobo Libra 2
Looking to stylise my contact details a little bit behind a 'Whose is this?' menu item. Is there a way to put line breaks in the dbg_msg?

Code:
menu_item :main     : Whose is this? :dbg_msg :Name mobile - Number email - email address
I'd like Name to be on the first line, with mobile on the second line, and email on the third.

Like this:
FName Name
mobile - Phone Number
email - email address
traxlerd is offline   Reply With Quote
Old 06-13-2023, 04:01 PM   #1025
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,026
Karma: 11500112
Join Date: Sep 2022
Device: Kobo Libra 2
One way to do it would be to use a shell script. Change your NickelMenu entry to:

Code:
menu_item :main :Whose is this? :cmd_output :500 :/mnt/onboard/.adds/owner.sh
The contents of owner.sh would be:

Code:
echo FirstName LastName
echo Mobile: 800-555-1234
echo E-mail: me@address.com
Aleron Ives is offline   Reply With Quote
Old 06-13-2023, 08:04 PM   #1026
h_nara
Member
h_nara began at the beginning.
 
Posts: 12
Karma: 10
Join Date: May 2023
Device: Kobo Libra 2
I have a Kobo Libra 2 with 4.35.20400 firmware that couldn't install NickelMenu. There is no extra menu item added to the main menu after Kobo rebooted itself. But when I connect it to my computer, I can see the .adds/nm/doc executable in my Kobo directory. Is there any log that I can get to debug the installation?
h_nara is offline   Reply With Quote
Old 06-13-2023, 08:45 PM   #1027
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 35,451
Karma: 145525534
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
The doc file is not an executable, it's a documentation file. Have you added a configuration file for NickelMenu which would be placed in the .adds/nm directory?
DNSB is online now   Reply With Quote
Old 06-13-2023, 11:01 PM   #1028
h_nara
Member
h_nara began at the beginning.
 
Posts: 12
Karma: 10
Join Date: May 2023
Device: Kobo Libra 2
I didn't add the config file before you response as I didn't see a new menu item at step 4 so I stopped there. Then I created a duplicate of 'doc' and renamed it to 'config' but that doesn't seem to help. I see in the main post mentioning posting syslog for debugging. I turned on developer options and saved the log but the log seems to be encrypted? How am I supposed to open the log?
h_nara is offline   Reply With Quote
Old 06-13-2023, 11:06 PM   #1029
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,026
Karma: 11500112
Join Date: Sep 2022
Device: Kobo Libra 2
NickelMenu doesn't do anything on its own. You need to create your own configuration file containing all the items you want to be in the menu.

https://github.com/pgaskin/NickelMen...v0.5.4/res/doc

You have to read the documentation, decide which menu items you want to go where, and then create your own configuration file to populate the menus.
Aleron Ives is offline   Reply With Quote
Old 06-13-2023, 11:52 PM   #1030
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 35,451
Karma: 145525534
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by h_nara View Post
I didn't add the config file before you response as I didn't see a new menu item at step 4 so I stopped there. Then I created a duplicate of 'doc' and renamed it to 'config' but that doesn't seem to help. I see in the main post mentioning posting syslog for debugging. I turned on developer options and saved the log but the log seems to be encrypted? How am I supposed to open the log?
It's not the file name, it's having content that is not commented out. I've attached a sample config file to this message and pasted it's content into the code box in this message.

Code:
#
# -----------------------------------------------------------------------------
#
menu_item : main    : Dark Mode           : nickel_setting : toggle : dark_mode
menu_item : main    : Invert Screen       : nickel_setting : toggle : invert
menu_item : main    : Screenshots         : nickel_setting : toggle : screenshots
menu_item : main    : Import books        : nickel_misc    : rescan_books_full
menu_item : main    : USB Connect         : nickel_misc    : force_usb_connection
menu_item : main    : Reboot              : power          : reboot
menu_item : main    : Shutdown            : power          : shutdown
#
menu_item : main : Toggle screensaver : cmd_output : 500: quiet: test -e /mnt/onboard/.kobo/screensaver_old
    chain_failure : skip : 3
        chain_success : cmd_spawn : quiet: mv /mnt/onboard/.kobo/screensaver_old /mnt/onboard/.kobo/screensaver
        chain_success : dbg_toast : Screensaver on
        chain_always : skip : -1
    chain_failure : cmd_spawn : quiet: mv /mnt/onboard/.kobo/screensaver /mnt/onboard/.kobo/screensaver_old
    chain_success : dbg_toast : Screensaver off
#
# -----------------------------------------------------------------------------
menu_item : reader  : Dark Mode       : nickel_setting : toggle : dark_mode
menu_item : reader  : Invert Screen       : nickel_setting : toggle : invert
menu_item : reader  : Screenshots         : nickel_setting : toggle : screenshots
#
# -----------------------------------------------------------------------------
menu_item : browser : Invert Screen       : nickel_setting : toggle : invert
#
# -----------------------------------------------------------------------------
menu_item : library :Dark Mode          : nickel_setting : toggle :dark_mode
menu_item : library :Invert Screen      : nickel_setting : toggle :invert
menu_item : library :Screenshots        : nickel_setting : toggle :screenshots
menu_item : library : Import books      : nickel_misc    : rescan_books_full
menu_item : library : USB Connect       : nickel_misc    : force_usb_connection
menu_item : library : Reboot            : power          : reboot
menu_item : library : Shutdown          : power          : shutdown
#
Attached Files
File Type: txt nm_sample.txt (2.1 KB, 58 views)
DNSB is online now   Reply With Quote
Old 06-14-2023, 02:37 AM   #1031
traxlerd
Junior Member
traxlerd began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2023
Device: Kobo Libra 2
Thumbs up

Awesome thanks, I'll give that a try.

Quote:
Originally Posted by Aleron Ives View Post
One way to do it would be to use a shell script. Change your NickelMenu entry to:

Code:
menu_item :main :Whose is this? :cmd_output :500 :/mnt/onboard/.adds/owner.sh
The contents of owner.sh would be:

Code:
echo FirstName LastName
echo Mobile: 800-555-1234
echo E-mail: me@address.com
traxlerd is offline   Reply With Quote
Old 06-14-2023, 07:08 PM   #1032
h_nara
Member
h_nara began at the beginning.
 
Posts: 12
Karma: 10
Join Date: May 2023
Device: Kobo Libra 2
Thanks David. I copy-pasted your sample config into the config file under .adds/nm/ and loaded KoboRoot.tgz again and still, no new menu item appear in the main menu. What's funny is that the config ended up appearing in my book lists which I can open and see the content.
Attached Thumbnails
Click image for larger version

Name:	IMG_0917.jpg
Views:	117
Size:	978.9 KB
ID:	202031   Click image for larger version

Name:	IMG_0918.jpg
Views:	116
Size:	1.14 MB
ID:	202032  
h_nara is offline   Reply With Quote
Old 06-14-2023, 08:43 PM   #1033
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 h_nara View Post
What's funny is that the config ended up appearing in my book lists which I can open and see the content.
To me, it looks like you have extension .txt in that file you now see as a text (ebook).

According to instructions in first post:

Quote:
Connect you Kobo eReader to your computer again and create a new file (of any type) named KOBOeReader/.adds/nm/config, and follow the instructions in KOBOeReader/.adds/nm/doc to configure NickelMenu.
So, file should have no extension.
Alan_S is offline   Reply With Quote
Old 06-14-2023, 09:03 PM   #1034
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 35,451
Karma: 145525534
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Alan_S View Post
To me, it looks like you have extension .txt in that file you now see as a text (ebook).

According to instructions in first post:
So, file should have no extension.
The extension doesn't matter and what h_nara needs to do is to add a line to the Kobo eReader.conf file under the [FeatureSettings] header. NM will read any files in that directory and add any uncommented menu items to the menu.

Code:
[FeatureSettings]
ExcludeSyncFolders=\\.(?!kobo|adobe).*?
DNSB is online now   Reply With Quote
Old 06-19-2023, 01:05 AM   #1035
allanahk
Connoisseur
allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.
 
allanahk's Avatar
 
Posts: 72
Karma: 2202292
Join Date: Nov 2018
Device: Kobo Libra 2
Hi all, I've added this to my nickelmenu config file:

Code:
menu_item : main : Toggle screensaver : cmd_output : 500: quiet: test -e /mnt/onboard/.kobo/screensaver_old
    chain_failure : skip : 3
        chain_success : cmd_spawn : quiet: mv /mnt/onboard/.kobo/screensaver_old /mnt/onboard/.kobo/screensaver
        chain_success : dbg_toast : Screensaver on
        chain_always : skip : -1
    chain_failure : cmd_spawn : quiet: mv /mnt/onboard/.kobo/screensaver /mnt/onboard/.kobo/screensaver_old
    chain_success : dbg_toast : Screensaver off
And it works great, except when I connect to Calibre to import new books it then imports the screensavers from .kobo/screensaver_old into the library.

If I wanted to exclude only this particular folder from syncing to my kobo library using the ExcludeSyncFolders in the Kobo eReader.conf file, how exactly would I do so?
allanahk 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 09:30 PM.


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