Quote:
Originally Posted by zamana
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");'