Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 06-05-2021, 07:00 AM   #1
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
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 07:04 AM.
xxyzz is offline   Reply With Quote
Old 06-07-2021, 09:52 AM   #2
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
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 can't jailbreak my Kindle since it has the latest firmware, please post the result of the above SQL if you have a rooted Kindle(replace ASIN to the book on your Kindle and has word wise), thanks.

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:
shouldn't this code gets null reference? And `paramOptions.dtH()` is enum, shouldn't it start with `case 0`?

Last edited by xxyzz; 06-07-2021 at 09:55 AM.
xxyzz is offline   Reply With Quote
Advert
Reply


Forum Jump

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 01:53 PM
Content Word wise in converted files anshulgaba Amazon Kindle 1 11-25-2016 04:57 AM
kindle Word Wise in Android Device for Non Amazon Books krishhi Android Devices 1 02-06-2016 02: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 11:59 AM
New Kindle Word Wise feature Doitsu Kindle Formats 38 07-20-2015 06:40 AM


All times are GMT -4. The time now is 07:41 AM.


MobileRead.com is a privately owned, operated and funded community.