View Single Post
Old 02-27-2014, 11:09 PM   #392
chrox
Zealot
chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.
 
Posts: 144
Karma: 405567
Join Date: Nov 2012
Device: K3 KPW PB840
Quote:
Originally Posted by zamana View Post
Thanks!

Still, is there a way to do this without using KUAL?

Thanks.
Regards.
Then probably you need to hack kpvbooklet code here, especially the mimes.sql that will be inserted to the appreg.db of the native system. Appending the following entry:
Code:
INSERT INTO "associations" VALUES('com.github.koreader.kpvbooklet','application','MT:application/x-mobipocket-ebook','true');
into mimes.sql and update with the repackaged kpvbooklet will do the job,
or if you have ssh access to your Kindle, you can simply do this in one command:
Code:
sqlite3 /var/local/appreg.db 'INSERT INTO "associations" VALUES("com.github.koreader.kpvbooklet","application","MT:application/x-mobipocket-ebook","true");'
chrox is offline   Reply With Quote