View Single Post
Old 10-26-2011, 10:26 AM   #129
Sir Alex
Groupie
Sir Alex once ate a cherry pie in a record 7 seconds.Sir Alex once ate a cherry pie in a record 7 seconds.Sir Alex once ate a cherry pie in a record 7 seconds.Sir Alex once ate a cherry pie in a record 7 seconds.Sir Alex once ate a cherry pie in a record 7 seconds.Sir Alex once ate a cherry pie in a record 7 seconds.Sir Alex once ate a cherry pie in a record 7 seconds.Sir Alex once ate a cherry pie in a record 7 seconds.Sir Alex once ate a cherry pie in a record 7 seconds.Sir Alex once ate a cherry pie in a record 7 seconds.Sir Alex once ate a cherry pie in a record 7 seconds.
 
Posts: 157
Karma: 1777
Join Date: Sep 2010
Location: Minsk, Belarus
Device: Kindle 4
Quote:
Originally Posted by diba View Post
Any advice, how to extract all the files out of a Amazon bin. I have Sir Alex files, but Amazon has made some minor changes in 3.3 which do not translate to the localisation actually. (See post above). Is it possible to do this with the update file for 3.3?
Additionally, has anyone already extracted the 4.0(.1) files of the new kindle?
I am looking for the webadress integrated to direct the kindle to the Kindle-store. Would like to modify my K3 to go to the German Kindle-Shop sites instead of the English ones. All the Kindle-Store is not "translatable", it is depending on the page you are accessing.
1. Extract booklet and lib folders from Kindle. (/opt/amazon/ebook/)
2. Copy bcel-5.2.jar, K3Translator.jar into d:\kindle
3. Create folder d:\kindle\strings
4. use this command line to extract strings from JARs:
Code:
java -cp bcel-5.2.jar;K3Translator.jar Translator es d:\kindle\booklet d:\kindle\strings
java -cp bcel-5.2.jar;K3Translator.jar Translator es d:\kindle\lib d:\kindle\strings
(You can replace folder d:\kindle with you want)
5. Find differences between old strings files and new, and update translations (Do not delete any translations, if you find new string or modified string, simply add new one)
Sir Alex is offline   Reply With Quote