You can create wordwise enabled books for Amazon Kindle by using
To enable wordwise, the lang meta data of your .mobi files should be set to eng
. You can use ebook-meta example.mobi -l eng
to change the meta data.
wisecreator.exe
for windows, wisecreator
for linux)wisecreator.exe PATH_TO_YOUR_MOBI_BOOK
./wisecreator PATH_TO_YOUR_MOBI_BOOK
You can move standalone wisecreator file anywhere you like on your computer, but if you are using calibre portable, make sure you add your calibre portable folder to the PATH environment variable
pysqlite3
additionallypython3 -m pip install wheel
python3 -m pip install .
python3 -m wisecreator.main PATH_TO_YOUR_BOOK
LanguageLayer.en.ASIN.kll
to WordWise.en.ASIN.db
Android/data/com.amazon.kindle/files
/data/user/0/com.amazon.kindle/databases
. You need root access for this.chcon u:object_r:app_data_file:s0:c512,c768 [filename].db
from a terminal emulator app or via adb shell at the above path.