05-07-2020, 03:02 PM | #46 |
Connoisseur
Posts: 94
Karma: 12
Join Date: Nov 2018
Location: Salamanca
Device: kobo Clara HD, Onyxboox C67
|
|
05-07-2020, 03:26 PM | #47 | |
Connoisseur
Posts: 94
Karma: 12
Join Date: Nov 2018
Location: Salamanca
Device: kobo Clara HD, Onyxboox C67
|
Quote:
Spoiler:
Now Clara HD is on. I launch koreader, I'll read, and Clara HD will be turn off over 3:00 am. Tomorow we will see if libnm.so exits. Last edited by Carmelocotonto; 05-07-2020 at 03:31 PM. |
|
Advert | |
|
05-07-2020, 03:35 PM | #48 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Not enough data in that log, need the rest of it .
Last edited by NiLuJe; 05-07-2020 at 04:51 PM. |
05-07-2020, 03:59 PM | #49 |
Resident Curmudgeon
Posts: 76,368
Karma: 136466962
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
What are the menu_items for NickelMenu to add gong to my books and the main menu from the hamburger menu in both RMSDK and KePub?
|
05-07-2020, 04:10 PM | #50 |
Wizard
Posts: 2,790
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
|
Advert | |
|
05-07-2020, 04:13 PM | #51 | |
Wizard
Posts: 2,790
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
Quote:
|
|
05-07-2020, 04:18 PM | #52 |
Resident Curmudgeon
Posts: 76,368
Karma: 136466962
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
05-07-2020, 07:08 PM | #53 |
Connoisseur
Posts: 94
Karma: 12
Join Date: Nov 2018
Location: Salamanca
Device: kobo Clara HD, Onyxboox C67
|
|
05-07-2020, 07:12 PM | #54 |
Wizard
Posts: 2,790
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
OK, that sounds reasonable. I'll probably add some actions which take advantage of the *NavMixin functions to open arbitrary views.
|
05-07-2020, 07:13 PM | #55 |
Wizard
Posts: 2,790
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
NickelMenu v0.0.2
This release contains minor features and bugfixes.
|
05-07-2020, 07:35 PM | #56 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@Carmelocotonto:
That's the bit you're looking for: Code:
May 7 20:18:15 nickel: (NickelMenu) failsafe: renaming /usr/local/Kobo/imageformats/libnm.so.failsafe to /usr/local/Kobo/imageformats/libnm.so (src/failsafe.c:51) (And it'll now (>= 0.0.2) happen well before any user interaction is possible, so that shouldn't be an issue anymore). |
05-08-2020, 12:33 AM | #57 |
Wizard
Posts: 2,790
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
I've added some examples which people may find useful:
Code:
menu_item :main :IP Address :cmd_output :500:/sbin/ifconfig | /usr/bin/awk '/inet addr/{print substr($2,6)}' menu_item :main :Telnet :cmd_spawn :quiet:/bin/mount -t devpts | /bin/grep -q /dev/pts || { /bin/mkdir -p /dev/pts && /bin/mount -t devpts devpts /dev/pts; } chain :cmd_spawn :quiet:/usr/bin/pkill -f "^/usr/bin/tcpsvd -E 0.0.0.0 1023" || true && exec /usr/bin/tcpsvd -E 0.0.0.0 1023 /usr/sbin/telnetd -i -l /bin/login chain :dbg_toast :Started Telnet server on port 1023. menu_item :main :FTP :cmd_spawn :quiet:/usr/bin/pkill -f "^/usr/bin/tcpsvd -E 0.0.0.0 1021" || true && exec /usr/bin/tcpsvd -E 0.0.0.0 1021 /usr/sbin/ftpd -w -t 30 /mnt/onboard chain :dbg_toast :Started FTP server for KOBOeReader partition on port 1021. menu_item :main :Import Books :nickel_misc :rescan_books_full |
05-08-2020, 04:55 AM | #58 | |
Connoisseur
Posts: 94
Karma: 12
Join Date: Nov 2018
Location: Salamanca
Device: kobo Clara HD, Onyxboox C67
|
Quote:
Now I will try your new version. |
|
05-08-2020, 08:57 AM | #59 | |
Grand Sorcerer
Posts: 7,534
Karma: 67891011
Join Date: Feb 2009
Device: Kobo Glo HD
|
Quote:
|
|
05-08-2020, 10:33 AM | #60 |
Connoisseur
Posts: 94
Karma: 12
Join Date: Nov 2018
Location: Salamanca
Device: kobo Clara HD, Onyxboox C67
|
Hi, geek1011,
I have tried v0.0.2 and all is right. All my things, you understand. 8-) Thanks Last edited by Carmelocotonto; 05-08-2020 at 10:40 AM. |
Tags |
kobo, launcher, ldpreload, nickel |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Kobo eReaders and Heat | PeterT | Kobo Reader | 13 | 08-02-2014 05:35 AM |
kobo arc launcher not working | lana loves books | Kobo Tablets | 8 | 03-21-2014 07:40 AM |
Orginization on kobo ereaders | crochetgeek2010 | Kobo Reader | 7 | 09-03-2013 03:13 PM |
Kobo Announces eReaders Available for Purchase on Kobo.com in Canada and US | markemark | News | 1 | 04-02-2013 02:46 PM |
Ereaders with Integrated Dictionary | poohbear_nc | Which one should I buy? | 4 | 04-08-2010 07:42 AM |