View Single Post
Old 10-14-2020, 04:37 AM   #411
shugeluo
Junior Member
shugeluo began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2020
Device: Kobo Forma
Quote:
Originally Posted by shugeluo View Post
Hi,

I have a kobo forma and I would like to install both Plato and Koreader. Because I am not sure how to change the Nix settings from the instructions, I want to use the automated script. From what I read, I put the install script inside the zipped folder, leaving everything unzipped. However, I am not able to run the install script inside the zipped folder. So I unzipped everything, and tried to run the install script then. It runs but I am receiving this error:
"No supported packages found in the current directory (C:\Users\Shuge Luo\Desktop\OCP-Plato-0.9.5_KOReader-v2020.10)!
* Nothing to do! Press Enter to exit:"

I placed the downloads in my Desktop because the instructions says not to download directly to the device. My kobo is plugged in. However, my folder structure does look different from the screenshot.

I am very confused and unsure on how to proceed. Please advise.

Shuge
I was able to get it to work with my friend's help

There was an error in the powershell script. The sanity check did not recognize the joint file (with both plato and koreader) and was not able to proceed.

$VALID_GLOBS=@("OCP-KOReader-v*.zip", "OCP-Plato-*.zip", "KFMon-v*.zip", "KFMon-Uninstaller*.zip")

should be changed to

$VALID_GLOBS=@("OCP-KOReader-v*.zip", "OCP-Plato-*.zip", "KFMon-v*.zip", "KFMon-Uninstaller*.zip", "OCP-Plato-*_KOReader-v*.zip")
shugeluo is offline   Reply With Quote