-
Notifications
You must be signed in to change notification settings - Fork 21
The new version 0.6.6 still isn't fully functioning. #32
Comments
I'm sorry about the confusion it may caused. I will check on that tonight. |
diff --git a/install.ffs b/install.ffs
index 6176790..bdea9fd 100755
--- a/install.ffs
+++ b/install.ffs
@@ -58,8 +58,10 @@ if [ "$VERSION" \> "5.4" ]; then
fi
progress 80 "Installing KUAL Extension"
-mkdir -p /mnt/us/extensions
-cp -r extensions/kpvbooklet /mnt/us/extensions/ || fail "Unable to copy KUAL Extension"
+mkdir -p /mnt/us/extensions/kpvbooklet/bin
+cp extensions/kpvbooklet/bin/booklet.sh /mnt/us/extensions/kpvbooklet/bin/
+cp extensions/kpvbooklet/config.xml /mnt/us/extensions/kpvbooklet
+cp extensions/kpvbooklet/menu.json /mnt/us/extensions/kpvbooklet || fail "Unable to copy KUAL Extension"
progress 90 "Mounting ro"
mntroot ro || fail "Unable to mount ro" It turns out that the install script of the Kindle update system is not regular shell script and the |
Please upload the fixed version if possible 😉😉 |
Please check the released 0.6.6 version here. It includes the patch mentioned above. |
But it says that 0.6.6 release is uploaded 3 days ago which is earlier than the last commit. |
so just update kpvbooklet with the latest bin without uninstalling the former version? |
Yes, you should try the newest one, and no need uninstall. |
@chrox thx guy, you rocks. |
Device: Kindle Paperwhite 3
Firmware: 5.9.10 jailbroken
KPVBooklet Version: 0.6.6
Problem Description:
Few days ago I installed the 0.6.5 version and with the hope to use the KUAL extension. I installed and it doesn't work. Main problem should be the key "bin" folder is not installed in KUAL extension properly. I replied both in the issue #30 #29, and got replied. I installed the newer version @chrox provided and the problem still occurs. Later it is figured out that the bin folder is ignored by git. But when I see the new release 0.6.6 (in the release page), and installed it, hoping the "bin" folder is included. But actually not. Why is it so hard to include a folder into an install bin file? Not everyone like me will check issue page after installation to find that the bin folder is not included. Most people prefer to install with only one step. Why not make the whole installation process finish in one package?
PS: Maybe I am a bit too angry about it.😂😂 If there're some further problem, maybe I can help since I am also a developer at some point. 😊
The text was updated successfully, but these errors were encountered: