05-21-2012, 09:59 PM | #226 | |
I'm Super Kindle-icious
Posts: 6,734
Karma: 2434103
Join Date: Apr 2008
Location: Long Drive, Calinadia Candafornia
Device: KDXG, KT, Oasis
|
Quote:
I'll look into the MfgTool to see if that helps. |
|
05-21-2012, 10:26 PM | #227 |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
If you can get to diags SSH (by flashing diags_ssh from fastboot if needed), you can manually jailbreak it, and manually deposit the jailbreak payload(s).
|
Advert | |
|
05-21-2012, 10:39 PM | #228 | |
I'm Super Kindle-icious
Posts: 6,734
Karma: 2434103
Join Date: Apr 2008
Location: Long Drive, Calinadia Candafornia
Device: KDXG, KT, Oasis
|
Quote:
Thanks for trying to help. |
|
05-21-2012, 10:48 PM | #229 | |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
Can you get to diags with MfgTool? |
|
05-21-2012, 10:54 PM | #230 |
I'm Super Kindle-icious
Posts: 6,734
Karma: 2434103
Join Date: Apr 2008
Location: Long Drive, Calinadia Candafornia
Device: KDXG, KT, Oasis
|
I'm just starting to read the debricking thread to learn where to get and how to use MfgTool. The first post comes across as too complicated for me but I know if I read through the thread, I can usually find a more simplified instruction.
|
Advert | |
|
05-21-2012, 10:59 PM | #231 |
(offline)
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
|
The problem seems not to be with the jailbreak, but with the Kindle not honoring the ENABLE_DIAGS file to get into diags mode, for whichever reason. Your setup does look correct to me. But since there have been at least two versions of the diagnostics partition seen in the wild (But the devices labeled with the exact same FW version), maybe this is a similar "situation".
Please try to get into diags one way or another, and be sure to help us find out the exact reason afterwards. |
05-21-2012, 11:02 PM | #232 | |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
At least if the idme bootmode var still works, you should be able to get into diags with MfgTool (read the Select Boot first post, linked from the simple debricking thread). You can also set the bootmode var to diags with fastboot. MfgTool boots without saving a different bootmode so it might be safer for you to use MfgTool. |
|
05-21-2012, 11:10 PM | #233 |
(offline)
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
|
PS: May I suggest to move this discussion to a more "appropriate" thread? It seems more logical to discuss this here. That's where it belongs to IMO, as in this thread it only adds off-topic clutter.
|
05-22-2012, 11:05 PM | #234 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Wild guess: Windows adding a hidden .txt file extension to the file?
|
06-01-2012, 11:23 PM | #235 |
but forgot what it's like
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
|
If file /mnt/us/USE_ALT_FONTS exists, KT uses fonts with families/typefaces:
Also starting from 5.1.0, stock fontconfig configuration includes file /mnt/us/fonts/alternate.conf (with ignore_missing=yes). Include is defined in /etc/fonts/conf.d/70-lab126-altfonts.conf. There are also: rewriting of font families of example fonts to alternateX, making of /mnt/us/fonts directory visible to fc-cache and some alias/prefer directives (which, I think, are for overriding system fonts) in that configuration file. Fonts used by KT with the help of this mechanism are displayed in Aa dialog in standard reader. Hope, it will useful in some way. Remember about fc-cache (/usr/bin/fc-cache.sh is more suited) and check for proper handling of new and removing of stale fonts from cache. Otherwise, framework can crash on invoking Aa dialog. UPD but, honestly, it's partially old news UPD2 and /usr/bin/fc-cache.sh could be invoked with ;fc-cache debug command (shoud be entered in search bar). So with knowledge of fontconfig configuration syntax, it's possible to add new fonts without jailbreak. UPD3 /mnt/us/fonts/alternate.conf isn't processed, at least at 5.1.0 (include is really defined, but it's value contains newlines at start and end, so defined file isn't found). However, as /mnt/us/fonts is defined as font directory, any font file in this directory is automatically catched by fontconfig. Last edited by eureka; 06-03-2012 at 09:55 PM. Reason: improvements |
06-02-2012, 04:02 AM | #236 | |
hub
Posts: 715
Karma: 2151032
Join Date: Jan 2012
Location: Iranian in Canada
Device: K3G, DXG, Kobo mini
|
Quote:
@ixtab : could you please change the folder from /mnt/us/fonthack to /mnt/us/opt/fonthack as your other hack (JBPatch) is like? because the root folder is getting messed up by all the little folders and it's better to be organized right off the bat. Thanks. |
|
06-02-2012, 04:47 AM | #237 |
(offline)
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
|
@cscat: I wouldn't mind doing so (and besides, you can always compile it by yourself). But do you really think that because one person requests it, I will break thousands of existing installations?
On a side note, putting stuff into a folder named "opt" again confuses other people, who don't read the instructions, and are thinking that it is the familiar /opt, and then start to wonder again why things don't work. This is tiring - whichever way you do it, you do it wrong. Everybody seems to have complaints and to know better, but almost nobody is willing to put in any effort by themselves. |
06-02-2012, 05:53 AM | #238 | |
but forgot what it's like
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
|
Quote:
Last edited by eureka; 06-02-2012 at 05:56 AM. Reason: provide an example |
|
06-02-2012, 06:19 AM | #239 |
(offline)
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
|
|
06-02-2012, 10:04 AM | #240 | |
but forgot what it's like
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
|
Quote:
I thinks that famous xkcd comic about standards is pretty applyable here. So it's better for all to leave it as-is. Spoiler:
Danke schön. There isn't history of edits, so my small edit often recieves full, but a bit excessive description, while description of sequenced major edits could be squashed in general improvements. |
|
Tags |
kindle touch hacks |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Font Hack for Kindle Touch? | Sassapphras | Kindle Developer's Corner | 1 | 02-12-2012 10:05 PM |
Kindle DXG Font Hack Help | rmt | Kindle Developer's Corner | 0 | 12-05-2010 02:19 PM |
Kindle DX 3G hack font 2.5.5? | vebaev | Kindle Developer's Corner | 1 | 10-07-2010 07:45 PM |
Hacks Kindle font hack ?? | badgoodDeb | Amazon Kindle | 5 | 07-24-2009 07:18 PM |
Kindle 2 Unicode Font Hack | Blog Kindle | Kindle Developer's Corner | 14 | 04-15-2009 05:55 PM |