02-28-2014, 07:06 PM
|
#394
|
Zealot
Posts: 133
Karma: 52836
Join Date: Feb 2012
Location: São Paulo / Brazil
Device: Kindles: Touch, Voyage, Oasis 9th, Oasis 10th / Kobo: Libra Colour
|
Quote:
Originally Posted by chrox
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");'
|
Absolutely perfect!
Thank you very much!!!
|
|
|