View Single Post
Old 12-23-2015, 09:54 AM   #15
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by dknc View Post
Agree. It is possibly an integrity check failure. I have updated my kindle to firmware 3.4.2 successfully after uninstalling the Chinese pinyin input method and Kindle Font. The Chinese pinyin method use the
Code:
umount --bind
command overrides the framework-api.jar during system startup.
So that add-in, adds its own framework-api.jar file then.
Meaning the factory one is still there.
All that needs to be done then is to remove the bind mount command from the start-up scripting.
Good coding practice would have put that in a script file specific to the pinyin method. If so, then remove reference to the entire script.
knc1 is offline   Reply With Quote