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 02-10-2014, 10:12 AM   #16
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
It worked!
Thanks a zillion, eureka. I'd be doomed without your research.
dsmid is offline   Reply With Quote
Old 02-12-2014, 02:25 AM   #17
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
The second test release is here:
https://github.com/dsmid/kindle-pw2-l10n-cs/releases/
  • Most of the messages are translated, you should rarely encounter an English text
  • All the ACXs are translated as well (thanks again eureka)
  • Some userstore access related problems have been fixed in the hack installation
  • Bookmarks are now reset if stock bookmarks are detected (enables initializing with a Czech bookmark list on the next browser launch)
  • Amazon translation service (powered by Bing) refuses to translate from/to Czech, even if Czech is added to the language selection. But I was able to tweak the Translator ACX to use Google Translate instead ! Works like a charm...

What has to be done yet:
  • Translate Vocabulary Builder
  • Translate GoodReads integration
  • Translate FreeTime
  • Translate some other less exposed messages
  • Czech keymap
  • Translate Kindle User's Guide
dsmid is offline   Reply With Quote
Advert
Old 02-12-2014, 04:28 AM   #18
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
I've added a guide how to create a Google Translate ACX to the Kindle Touch ACX Wiki page:
https://wiki.mobileread.com/wiki/Kind...r_Paperwhite_2
dsmid is offline   Reply With Quote
Old 02-14-2014, 11:06 AM   #19
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
Some bad news:
Lots of issues with bind-mounting. The more bind-mounts there are, the more is Kindle prone to userstore issues.
It starts complaining about "Stale NFS handles" and that "Something is wrong at the system level". User store cannot be written to. It happens when you connect Kindle to PC.
The problems appear even if userstore is not involved in bind-mounting at all.

I had to abandon the neat idea of bind-mounting and overwrite files on the system partition instead.
I made sure to thoroughly test the new method in order to be safe (making backups, restoring in case of problems, ...), nevertheless, it is not as simple and nice as it was before.
Never mind.

Last edited by dsmid; 02-14-2014 at 11:08 AM.
dsmid is offline   Reply With Quote
Old 02-14-2014, 06:48 PM   #20
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 dsmid View Post
Some bad news:
Lots of issues with bind-mounting. The more bind-mounts there are, the more is Kindle prone to userstore issues.
It starts complaining about "Stale NFS handles" and that "Something is wrong at the system level". User store cannot be written to. It happens when you connect Kindle to PC.
The problems appear even if userstore is not involved in bind-mounting at all.

I had to abandon the neat idea of bind-mounting and overwrite files on the system partition instead.
I made sure to thoroughly test the new method in order to be safe (making backups, restoring in case of problems, ...), nevertheless, it is not as simple and nice as it was before.
Never mind.
You can probably avoid those problems by avoiding that funky file system stack @ /mnt/us

Instead, populate /var/local and use those files as the source of your bind mounts, rather than over-write system files.
knc1 is offline   Reply With Quote
Advert
Old 02-15-2014, 02:09 AM   #21
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
Quote:
Originally Posted by knc1 View Post
Instead, populate /var/local and use those files as the source of your bind mounts, rather than over-write system files.
That's exactly what I've tried. As I wrote before:
Quote:
The problems appear even if userstore is not involved in bind-mounting at all.
I've even tried to bind-mount within system partition ! No difference at all...
The more bind-mounts I had, the higher was the chance to get those errors.
It appears the problem is the bind-mounting itself. Maybe a kernel issue ?
dsmid is offline   Reply With Quote
Old 02-15-2014, 06:55 AM   #22
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@dsmid: That's bind-mounting over standard stuff, or over cramfs loop-mounted stuff?
NiLuJe is offline   Reply With Quote
Old 02-15-2014, 07:09 AM   #23
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
Both. Keyboard in cramfs, JARs in /opt/amazon/, mesquite, pillow, acw, ...
But the problem appears even if I bind-mount only the JARs.
If I keep the count of mounts low (1-4), it does not.
dsmid is offline   Reply With Quote
Old 02-15-2014, 08:06 AM   #24
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@dsmid: Huh. Can't remember ever hitting something like that, but then I might have had at most 5 bind-mounts... :/

(Besides the usual don't-bind-mount-system-stuff-from-us-or-base-us ).
NiLuJe is offline   Reply With Quote
Old 02-15-2014, 08:39 AM   #25
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 NiLuJe View Post
@dsmid: Huh. Can't remember ever hitting something like that, but then I might have had at most 5 bind-mounts... :/

(Besides the usual don't-bind-mount-system-stuff-from-us-or-base-us ).
It may have something to do with lab126 changes and/or kernel build.

I have a desktop running the same (very old) kernel version that the kindle uses, and it certainly has more than 4 bind mounts running.

a lot more.
knc1 is offline   Reply With Quote
Old 02-15-2014, 10:33 AM   #26
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
I had 47 bind mounts. Problems guaranteed.

Last edited by dsmid; 02-16-2014 at 02:43 AM.
dsmid is offline   Reply With Quote
Old 02-15-2014, 01:53 PM   #27
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
The third test release is here:
https://github.com/dsmid/kindle-pw2-l10n-cs/releases
  • Installation method completely redesigned to prevent problems with userstore
  • Keyboard fully localized now
  • More translated phrases
  • Narrow margins included (with option to revert to stock margins by touching localization/original_margins) - thanks kaznelson
dsmid is offline   Reply With Quote
Old 02-20-2014, 10:01 AM   #28
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
It seems some neat features were planned for PW2, this is what I've found among the strings:
Code:
Front Light
Auto Brightness
Turn on to adjust screen brightness automatically.
Night Light
Enable Night Light to gradually reduce the screen brightness over time as your eyes adjust to the dark.
dsmid is offline   Reply With Quote
Old 02-20-2014, 10:18 AM   #29
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@dsmid: Yup, the prototypes (the current "icewine" proto at least, and possibly some early "pinot" proto (ie. what became the PW2)) have an ambient light sensor (among other things).
NiLuJe is offline   Reply With Quote
Old 02-20-2014, 12:24 PM   #30
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
We have the first release candidate!
  • Kindle User's Guide localized now
  • All the English text we are aware of should be translated
  • The Rescue Pack was added to installer (just in case)
Please test and report mistakes.
dsmid is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kindle 3 localization JirkaS Kindle Developer's Corner 287 05-20-2018 10:08 AM
[Kindle Touch] Localization ixtab Kindle Developer's Corner 383 01-31-2015 11:30 AM
Kindle Paperwhite Localization Kind1e Kindle Developer's Corner 1 01-10-2013 02:01 PM
Calibre2opds Localization itimpi Related Tools 0 01-14-2012 11:58 AM
Localization project at the Forum paula-t enTourage Archive 2 04-20-2011 12:21 AM


All times are GMT -4. The time now is 10:27 AM.


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