01-20-2025, 09:23 PM | #1216 |
Bibliophagist
Posts: 41,938
Karma: 161810714
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
You should be able to install NickelMenu, KFMon and KOReader and/or Plato from the appropriate OCP package and script in one install. You should not need to install more than one package
My personal choice was to uninstall KFMon after the install and use NickelMenu to directly launch KOReader and Plato without having to tap on an icon. This also saves me from having to re-install KFMon after a firmware update. |
Yesterday, 09:05 AM | #1217 | ||||
Junior Member
Posts: 7
Karma: 10
Join Date: Sep 2024
Device: kobo libra 2
|
Quote:
Quote:
This time, I installed NickelMenu first, then placed the script and both archives in a separate folder and run Powershell, but it only one package letin to install at a time. Quote:
here how it looks like https://drive.google.com/file/d/1PFa...usp=drive_link Quote:
I should probably add that it wasn’t my idea to reinstall everything. Everything had been working fine for a couple of months, but a few days ago, while I was browsing, the e-reader froze completely and took a long time to load, blinking the LED and restarting a couple of times. Then an indicator with a crossed-out book appeared. I pressed something, and the e-reader rebooted, wiping my entire library in the process. Last edited by kusanagi; Yesterday at 09:08 AM. |
||||
Yesterday, 09:23 AM | #1218 |
Wizard
Posts: 1,032
Karma: 12000038
Join Date: Feb 2010
Location: Serbia
Device: Kindle PW5, Kobo Libra 2, Kindle PW1
|
@kusanagi You only need a single zip file! This one:
One zip next to PowerShell script, run the script and that's all. So that "KOReader and Plato" zip archive actually contains/installs 4 things: NickelMenu, KFMon, KOReader, Plato. The only reason there is a zip archive containing only KFMon is because after every firmware update you need to reinstall KFMon. |
Yesterday, 01:12 PM | #1219 |
Junior Member
Posts: 7
Karma: 10
Join Date: Sep 2024
Device: kobo libra 2
|
Quote:
I’ll be honest, I don’t fully understand the purpose of KFMon. This thread - https://www.mobileread.com/forums/sh...d.php?t=218283 says it’s a modernized version of fmon, I’ve never been a Linux user, and before my Kobo Libra 2, I had no experience using Kobo e-readers. I’ve always worked in the Windows environment. Are there any analogies in Windows to help me understand the purpose of KFMon? Is it like the cmd in Windows which working without user interface? and what are these "icons" of Plato and Koreader that mr. DNSB talked about? To be honest, I’m already regretting not choosing an Onyxbook. Last edited by kusanagi; Yesterday at 01:15 PM. |
Yesterday, 01:51 PM | #1220 |
Wizard
Posts: 1,032
Karma: 12000038
Join Date: Feb 2010
Location: Serbia
Device: Kindle PW5, Kobo Libra 2, Kindle PW1
|
Can't answer those questions since I just did the "one click" install thing like a year ago and only recently decided to try removing the KFMon after manually adding NickelMenu entry to start KOReader without the help from KFMon.
Libra 2 is my first time owning a Kobo device and I basically almost never use it because I prefer using Kindle PW5. Libra 2 has laughably pathetic battery life when compared to Kindle PW5 & I simply prefer the size and symmetrical design... Libra 2 + case is much more bulky than PW5 / Paperwhite Kids in its free case, for almost the same screen size. |
Yesterday, 04:10 PM | #1221 | |||||
Bibliophagist
Posts: 41,938
Karma: 161810714
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Quote:
Quote:
Quote:
To quote the first lines of the first message in this thread: Quote:
|
|||||
Today, 12:53 AM | #1222 |
Junior Member
Posts: 7
Karma: 10
Join Date: Sep 2024
Device: kobo libra 2
|
@DNSB
First of all, thank you for your help and for taking the time. To be honest, launching KOReader and Plato by an icon was not obvious at all. I thought thats just small thumbnails. I have some issue with launching Plato. When I try to start it through NickelMenu or by the icon, the e-reader freezes completely, and the only way to fix it is by holding the power button for a long time. This didn’t happen before, and both programs launched fine. What do you think could be causing this? Also, I wanted to ask if it's possible to disable the loading of book thumbnails in the default browser. I don't need it, and it just adds unnecessary load to the device. |
Today, 01:02 AM | #1223 |
Junior Member
Posts: 7
Karma: 10
Join Date: Sep 2024
Device: kobo libra 2
|
Did everything go successfully? Could you share a step-by-step guide and your feedback on how the e-reader works after this procedure?
|
Today, 04:19 AM | #1224 | ||
Bibliophagist
Posts: 41,938
Karma: 161810714
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Quote:
You mean in the Home screen or My Books screen. There is no way I know of to remove the book thumbnails in either view. |
||
Today, 04:34 AM | #1225 | |
Bibliophagist
Posts: 41,938
Karma: 161810714
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
plato original file: Code:
# Launch Plato via KFMon # NOTE: .adds/nm/kfmon will generate this automatically #menu_item : main : Plato : kfmon : plato.png # Launch Plato directly via NM #menu_item : main : Plato : cmd_spawn : quiet : exec /mnt/onboard/.adds/plato/plato.sh Code:
# Launch Plato directly via NM menu_item : main : Plato : cmd_spawn : quiet : exec /mnt/onboard/.adds/plato/plato.sh menu_item : library : Plato : cmd_spawn : quiet : exec /mnt/onboard/.adds/plato/plato.sh Code:
# Launch KOReader via KFMon # NOTE: .adds/nm/kfmon will generate this automatically #menu_item : main : KOReader : kfmon : koreader.png # Launch KOReader directly via NM (>= KOReader 2020.05) #menu_item : library : KOReader : cmd_spawn : quiet : exec /mnt/onboard/.adds/koreader/koreader.sh Code:
# Launch KOReader directly via NM (>= KOReader 2020.05) menu_item : main : KOReader : cmd_spawn : quiet : exec /mnt/onboard/.adds/koreader/koreader.sh menu_item : library : KOReader : cmd_spawn : quiet : exec /mnt/onboard/.adds/koreader/koreader.sh I went to the Kute File Monitor: A smarter file-trigger based launcher thread and downloaded the latest KFMON uninstaller zip file. I then extracted the KoboRoot.tgz file. copied it to the .kobo directory on my Kobo and safely ejected. So basically, I still launch KOReader and Plato from NickelMenu but now they are directly launched from their .sh files and I can launch them from either the Home or Books screens. |
|
Today, 08:51 AM | #1226 | |
Enthusiast
Posts: 30
Karma: 10
Join Date: Jun 2010
Device: none
|
Quote:
|
|
Tags |
kfmon, kobo, koreader, plato |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Aura How to install ksm and koreader | mhss | Kobo Reader | 0 | 01-17-2018 08:45 PM |
Koreader could not be opened by click an epub file on the books list | johnleo | KOReader | 4 | 12-11-2017 08:57 AM |
Cannot install custom update packages via MRPI | anunay | Kindle Developer's Corner | 9 | 02-09-2017 08:46 AM |
Kobo-how to install koreader | sahbi | KOReader | 22 | 01-02-2016 04:49 PM |
Koreader install help | mrmojorizing | Kobo Developer's Corner | 3 | 09-29-2014 02:24 PM |