Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 04-02-2016, 04:38 AM   #1
Eisfreak7
Member
Eisfreak7 began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Mar 2016
Device: Kindle PW 3
KPVBooklet not working under PW3 5.7.3.1

Hi
My Kindle PW3 just updated to 5.7.3.1, and KPVBooklet stopped working. It worked in the firmware version before that (5.7.2 I think), even though according to the readme, 5.6.5 is the last "officially" supported version.
After the update, I reinstalled KPVBooklet (together with python, screensavers, usbnet if it matters). I restarted mutliple times and tried to re-install kpvbooklet.
Epubs don't show up and pdfs are opened with kindles default viewer.

Can anyone confirm that it is a problem with KPVBooklet, or did I do something wrong?
Eisfreak7 is offline   Reply With Quote
Old 04-02-2016, 08:15 AM   #2
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by Eisfreak7 View Post
Hi
My Kindle PW3 just updated to 5.7.3.1, and KPVBooklet stopped working. It worked in the firmware version before that (5.7.2 I think), even though according to the readme, 5.6.5 is the last "officially" supported version.
After the update, I reinstalled KPVBooklet (together with python, screensavers, usbnet if it matters). I restarted mutliple times and tried to re-install kpvbooklet.
Epubs don't show up and pdfs are opened with kindles default viewer.

Can anyone confirm that it is a problem with KPVBooklet, or did I do something wrong?
Does that mean KUAL and MrPI are also installed, and still working, after the update?

Does "I reinstalled KPVBooklet" also mean you ran the KPVBooklet uninstaller before each re-install?

It could make a difference, because of the way mime types are stored in a SQLite database and the way the install/uninstall queries are written.

Last edited by knc1; 04-02-2016 at 08:49 AM.
knc1 is offline   Reply With Quote
Advert
Old 04-02-2016, 09:11 AM   #3
Eisfreak7
Member
Eisfreak7 began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Mar 2016
Device: Kindle PW 3
Yes, KUAL and all its extensions are still installed and working, just the .bin files needed re-installing. With MrPI I assume you mean the "helper"? If so, thats installed.

I didn't run the uninstaller, I'll try that.

Edit: The uninstaller fixed it, thanks!

Last edited by Eisfreak7; 04-02-2016 at 09:18 AM.
Eisfreak7 is offline   Reply With Quote
Old 04-02-2016, 09:41 AM   #4
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by Eisfreak7 View Post
- - - -
I didn't run the uninstaller, I'll try that.

Edit: The uninstaller fixed it, thanks!
Great!
Sometimes I guess correctly.

I don't use KPVbooklet myself, but I was recently reading its code and wondered about the way the install/uninstall was written.

I guess you just answered my questions about that -
I.E: They could be improved.
knc1 is offline   Reply With Quote
Old 04-02-2016, 10:05 AM   #5
Eisfreak7
Member
Eisfreak7 began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Mar 2016
Device: Kindle PW 3
Yes I should have thought of trying that myself, I guess I just assumed the installer would simply overwrite everything.

It may be more intuitive if it would "just work" without the uninstaller, but the github gives the impression that noone's really actively maintaining it so I doubt that'll happen. I'm just happy that it works at all, the seemless integration is much better than always using the koreader file manager (opening KUAL, then the filemanger takes some precious seconds ).
Eisfreak7 is offline   Reply With Quote
Advert
Old 04-02-2016, 10:27 AM   #6
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by Eisfreak7 View Post
Yes I should have thought of trying that myself, I guess I just assumed the installer would simply overwrite everything.
- - - -
Very similar to the think'o that the author made -
Assuming that anything which already exists should not be changed.

That is: None of the document type associations pre-exist.
Which of course, breaks when Amazon adds one that KPVbooklet wants to use.

I.E: Any existing association should be checked for being one of the installer's additions (that could be replaced) or one of Amazon's, which should be recorded (so changes can be undone) before being replaced.

= = = =

Translation: The current situation could be improved.
knc1 is offline   Reply With Quote
Old 04-03-2016, 07:24 AM   #7
kakavon220
Junior Member
kakavon220 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Apr 2016
Location: Russia
Device: Kindle Paperwhite 2015
Just uninstalled and installed again, and it works
kakavon220 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best way to achieve KPVBooklet + KOReader setup skunkos Kindle Developer's Corner 14 05-12-2019 01:06 AM
PW3 - First Look knc1 Kindle Developer's Corner 23 02-03-2018 05:54 PM
Changing the filetypes associated with KPVBooklet? Gigahawk Kindle Developer's Corner 1 02-12-2016 08:11 AM
Can't install KPVBooklet trippingly Kindle Developer's Corner 9 02-06-2016 10:35 AM
PW3 (2015) serial Jailbreak working ? verbatrium Kindle Developer's Corner 16 07-29-2015 08:31 PM


All times are GMT -4. The time now is 10:20 PM.


MobileRead.com is a privately owned, operated and funded community.