Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

The new version 0.6.6 still isn't fully functioning. #32

Closed
caesarw opened this issue Oct 21, 2017 · 12 comments
Closed

The new version 0.6.6 still isn't fully functioning. #32

caesarw opened this issue Oct 21, 2017 · 12 comments

Comments

@caesarw
Copy link

caesarw commented Oct 21, 2017

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. 😊

@chrox
Copy link
Member

chrox commented Oct 21, 2017

I'm sorry about the confusion it may caused. I will check on that tonight.

@chrox
Copy link
Member

chrox commented Oct 21, 2017

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 cp -r does not really copy the directory recursively so we have to copy file by file like in this patch. Hopefully we newly uploaded 0.6.6 could solve this problem. The KUAL extension should also work. Tested on Kindle Voyage 5.8.9.

@chrox chrox closed this as completed Oct 21, 2017
@caesarw
Copy link
Author

caesarw commented Oct 22, 2017

Please upload the fixed version if possible 😉😉

@chrox
Copy link
Member

chrox commented Oct 22, 2017

Please check the released 0.6.6 version here. It includes the patch mentioned above.

@caesarw
Copy link
Author

caesarw commented Oct 22, 2017

But it says that 0.6.6 release is uploaded 3 days ago which is earlier than the last commit.

@Frenzie
Copy link
Member

Frenzie commented Oct 22, 2017

@caesarw I would assume @chrox replaced the uploaded file to include that commit. (Also it says yesterday? Where are you getting 3 days ago from?)

@caesarw
Copy link
Author

caesarw commented Oct 22, 2017

Screenshot

maybe the fault of my Github app?

@caesarw
Copy link
Author

caesarw commented Oct 22, 2017

Screenshot

sorry guys. my fault.😫😫

@caesarw
Copy link
Author

caesarw commented Oct 22, 2017

so just update kpvbooklet with the latest bin without uninstalling the former version?

@cytown
Copy link
Contributor

cytown commented Oct 31, 2017

Yes, you should try the newest one, and no need uninstall.

@cytown
Copy link
Contributor

cytown commented Oct 31, 2017

@chrox thx guy, you rocks.

@zivilyyyn
Copy link

I have the same issue. My Device is KPW3-32G with 5.9.6 firmware. I have installed KOReader (v2015.11-1897) and KPVBooklet (v0.6.6). No KUAL menu showed. Mannually and extensions folder into the extensions directory, then it works. But I only have PDF and txt options, no epub option shows.
screenshot_2018_10_26t02_36_33 0800

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants