Quote:
Originally Posted by PoP
Reasonable. Not holding my breath, I did...*write to amazon*...
|
In the mean time, inspired by
Quote:
Originally Posted by shamanNS
Someone with actual Java skills could probably do it. Most likely place to look at would be "YJReader-impl.jar" file and inside that there is a class "YJBookController.class".
It contains references to "font.size.mapping" inside method named "axO":
...
The code is from firmware 5.9.7 for PW3.
...
So, the only thing that needs to be changed is line 15 of init method of "YJBookController.class"
before change:
Code:
iconst_0
putfield com/amazon/ebook/booklet/yjreader/impl/YJBookController/debug Z
after change:
Code:
iconst_1
putfield com/amazon/ebook/booklet/yjreader/impl/YJBookController/debug Z
...
|
I patched my PW3 5.10.3 similarly:
In this firmware version, references to "font.size.mapping" are inside method named "
ayT"
and the changes have to be made in method named
init at line
27
Now,
/mnt/us/CONTENT_FONT_RAMP
/mnt/us/CONTENT_CJK_FONT_RAMP
/mnt/us/CONTENT_INDIC_FONT_RAMP
properly trigger size overrides in KFX ebooks