Quote:
Originally Posted by mobusr
Sorry for dumb questions
|
There is no such thing as a dumb question.
Quote:
Originally Posted by mobusr
Is there any safe-measures (e.g. I have ssh started through wi-fi or might enable it again over USB) ?
|
Installing
Rescue Pack and
CRPA is
a must.
Quote:
Originally Posted by mobusr
Is sshd daemon starts before GUI starts on kindle?
|
Usually not. That's why installing CRPA is so important.
Quote:
Originally Posted by mobusr
Yup, noticed these. I've already have keyboard installed through it-keyboard hack made by kaznelson. He just mounts --bind it keyboard, guess it's for safety too.
|
Yep, I like this approach a lot but when there are too many bind-mounts, problems may occur, see the start of this thread.
Quote:
Originally Posted by mobusr
What about locale.cramfs.img, how do I generate locale-archive?
|
localedef operates on /usr/lib/locale/locale-archive, therefore you have to copy the archive from Kindle to this path:
Code:
sudo cp locale-archive /usr/lib/locale/
localedef --list-archive
sudo localedef --add-to-archive /usr/lib/locale/sk_SK.utf8
Locale directory /usr/lib/locale/sk_SK.utf8/ has to exist beforehand.
Quote:
Originally Posted by mobusr
how do I generate same UTF-8 strings in \u quotation?
|
Use native2ascii tool from Java SDK.
Quote:
Originally Posted by mobusr
they're basically .ZIP files just renamed?
|
Yes, but the problem is they are signed.
You will have to sign the ACXs & install the mobileread key.
See
https://github.com/dsmid/kindle-pw2-...master/signing
and
https://github.com/dsmid/kindle-pw2-...ebook/security
and
https://wiki.mobileread.com/wiki/Kindle_Touch_ACX