From a2b641822f5e7a0590b5dab10f2b292aec2bed64 Mon Sep 17 00:00:00 2001 From: Scarlett <82218266+roygbyte@users.noreply.github.com> Date: Mon, 28 Feb 2022 16:56:53 -0400 Subject: [PATCH] [chore, doc] Remove legacy fmon Kobo installation instructions (#8833) --- platform/kobo/fmon/README.txt | 23 ----------------------- platform/kobo/fmon/koreader.sh | 3 --- 2 files changed, 26 deletions(-) delete mode 100644 platform/kobo/fmon/README.txt delete mode 100755 platform/kobo/fmon/koreader.sh diff --git a/platform/kobo/fmon/README.txt b/platform/kobo/fmon/README.txt deleted file mode 100644 index affb0f44b..000000000 --- a/platform/kobo/fmon/README.txt +++ /dev/null @@ -1,23 +0,0 @@ -Installation instructions for Kobo: - - -Recommended installation method based on Start Menu: -- Install "Start Menu" (https://www.mobileread.com/forums/showthread.php?t=293804) -- Extract the "koreader" folder from the zip into the ".adds" directory (the koreader.png file are only needed for the alternate installation methods based on fmon. See below.). - -Select koreader from the Start Menu to start. - ----- - -Alternate installation method based on fmon: -- Put the image included in the zip (called "koreader.png") in an "icons" folder created in the main folder of your Kobo and disconnect it from your computer. Add the icon to a collection, set the view to List View and open the icon, then restart your device. -- Install "fmon" (https://github.com/baskerville/fmon). -- Extract the remaining content of the zip (the "koreader" folder) into the ".adds" directory. - -Select the KOReader icon in your home to launch KOReader. Simple enough, isn't it? Just be sure to process the image properly. Follow these steps carefully if it's your first time installing KOReader, after a factory reset, or if you deleted it in some way. This will ensure KOReader starts properly. - -When you update KOReader manually, it should be sufficient to simply extract the "koreader" folder. - -NOTE: Using the legacy version of fmon (http://www.mobileread.com/forums/showthread.php?t=218283) is *STRONGLY* discouraged. -NOTEĀ²: If you like the concept, and want to check out something a bit more flexible/complex, check out KFMon (https://github.com/NiLuJe/kfmon). - In which case, look at the relevant WiKi page (https://github.com/koreader/koreader/wiki/Installation-on-Kobo-devices) for more details ;). diff --git a/platform/kobo/fmon/koreader.sh b/platform/kobo/fmon/koreader.sh deleted file mode 100755 index 29af5e461..000000000 --- a/platform/kobo/fmon/koreader.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# NOTE: Legacy fmon script. Not needed with @Baskerville's fmon. -"${root:?}/.kobo/fmon/fmon" "${root}/koreader.png" "${root}/.kobo/koreader/koreader.sh" &