|
|
#1 |
|
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 448
Karma: 3000000
Join Date: Nov 2020
Device: none
|
How to prevent Kindle from downloading word wise and x-ray files?
The word wise file created by WordDumb plugin works well until Wi-Fi turned on and Kindle downloads the Kindle Store's file. I have read several hours of nonsense Java variables but still can't find the relevant code, I guess it should be somewhere inside /opt/amazon/ebook/lib/LanguageLayer.jar. Does anyone know how to tell Kindle to stop downloading these files without using an invalid ASIN?
Last edited by xxyzz; 06-05-2021 at 08:04 AM. |
|
|
|
|
|
#2 |
|
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 448
Karma: 3000000
Join Date: Nov 2020
Device: none
|
I found if the file 'LanguageLayer.Failed' exists in path 'x/updates/ASIN_EBOK.sdr', it will cause `LanguageLayerUpdateHandler.a()` returns `UpdateState.FAILED_PLUGIN_WORDWISE_REJECTED`. Maybe that will prevent Kindle from download word wise file. The mystery path 'x' might be obtained by query '/var/local/dcm.db':
Code:
select p_location from DeviceContentEntry where p_cdeKey = 'ASIN' and p_cdeType = 'EBOK' I don't understand the Kindle's Java code in StorageManagerServiceImpl.b(Options) (/opt/amazon/lib/kaf.jar/storage/StorageManagerServiceImpl.class, line 1069): Code:
switch (null.noE[paramOptions.dtH().ordinal()]) {
case 1:
...
case 2:
...
case 3:
Last edited by xxyzz; 06-07-2021 at 10:55 AM. |
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Word Wise is not working for Hyphenated Words on Kindle | hariov | Amazon Kindle | 16 | 07-30-2017 02:53 PM |
| Content Word wise in converted files | anshulgaba | Amazon Kindle | 1 | 11-25-2016 05:57 AM |
| kindle Word Wise in Android Device for Non Amazon Books | krishhi | Android Devices | 1 | 02-06-2016 03:31 AM |
| Firmware Update PW1 lost X-Ray and no Word Wise on 5.6.1.1 | pepe_alter_ego | Amazon Kindle | 1 | 08-03-2015 12:59 PM |
| New Kindle Word Wise feature | Doitsu | Kindle Formats | 38 | 07-20-2015 07:40 AM |