![]() |
#451 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 59
Karma: 57554
Join Date: Jan 2012
Location: Romania
Device: Kindle Touch
|
|
![]() |
![]() |
![]() |
#452 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 63
Karma: 22712
Join Date: Jan 2013
Device: PW2
|
|
![]() |
![]() |
Advert | |
|
![]() |
#453 | |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 63
Karma: 22712
Join Date: Jan 2013
Device: PW2
|
Quote:
1. Create local.conf.txt in the root/fonts 2. Copy this code and put it in local.conf.txt 3. Save changes and restart the Kindle Am I doing something wrong? Please help |
|
![]() |
![]() |
![]() |
#454 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 127
Karma: 6744
Join Date: Dec 2011
Device: Kindle Touch, PW2, PW5
|
the file name should be local.conf and not local.conf.txt.
|
![]() |
![]() |
![]() |
#455 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 63
Karma: 22712
Join Date: Jan 2013
Device: PW2
|
|
![]() |
![]() |
Advert | |
|
![]() |
#456 | |
ɴₐɴ
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
|
What program are you using to create the file?
.txt is part of the filename and will result in the file not working. Also, if you're using Windows, you need to be sure your file is using unix style line endings (LF only) and not windows (CR LF). There are several free text editors that let you switch between Windows/Linux style line endings. Here are two: http://notepad-plus-plus.org/ http://www.editpadlite.com/ Edit: Quote:
Last edited by JimmyR; 02-13-2013 at 02:44 AM. |
|
![]() |
![]() |
![]() |
#457 | |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 63
Karma: 22712
Join Date: Jan 2013
Device: PW2
|
Quote:
I am using Windows and was trying to put the file through the regular USB networking.. |
|
![]() |
![]() |
![]() |
#458 | |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 63
Karma: 22712
Join Date: Jan 2013
Device: PW2
|
Quote:
can you please tell me how to transfer files through usbnetworking? or maybe give me a link..? i tried to search some useful information by myself, but found nothing.. ![]() |
|
![]() |
![]() |
![]() |
#459 |
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 15
Karma: 19708
Join Date: May 2012
Device: Kindle Touch & Tolino
|
|
![]() |
![]() |
![]() |
#460 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,763
Karma: 246906703
Join Date: Dec 2011
Location: USA
Device: Oasis 3, Oasis 2, PW3, PW1, KT
|
Fontconfig problem
I went through /etc/fonts/conf.d/ folder and looked through most files. Interestingly in 51-local.conf is the call for including local.conf - no surprise there, it is part of fc.
Code:
<include ignore_missing="yes">local.conf</include> Code:
<dir>/mnt/us/fonts</dir> Code:
<include ignore_missing="yes"> /mnt/us/fonts/alternate.conf </include> ![]() I moved all my custom fonts to /mnt/us/altfonts and the following file works just fine in /etc/fonts/local.conf, but not when moved to /mnt/us/fonts/alternate.conf. What am I missing? Code:
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <dir>/mnt/us/altfonts</dir> </fontconfig> Update: Baaah, stupid XML. It works just fine when the include is not spread over 3 lines. Otherwise it will look for "\n/mnt/us/fonts/alternate.conf\n" which of course does not exist. Who writes broken XML code at lab126? Unless they screwed it up on purpose. ![]() Last edited by DuckieTigger; 02-20-2013 at 10:18 PM. |
![]() |
![]() |
![]() |
#461 |
ɴₐɴ
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
|
Wow! What a let-down...
I just tried it myself on the PW 5.3.3 and it did not work. I was pouring through those files yesterday for about 30 minutes and missed the alternate.conf reference. I can imagine your frustration. Last edited by JimmyR; 02-20-2013 at 10:12 PM. |
![]() |
![]() |
![]() |
#462 |
ɴₐɴ
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
|
You know the real kicker? I edited 70-lab126-altfonts.conf:
Code:
From: <include ignore_missing="yes"> /mnt/us/fonts/alternate.conf </include> To: <include ignore_missing="yes">/mnt/us/fonts/alternate.conf</include> Edit: I just made a change to alternate.conf and it worked after a restart. Last edited by JimmyR; 02-20-2013 at 10:19 PM. |
![]() |
![]() |
![]() |
#463 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,763
Karma: 246906703
Join Date: Dec 2011
Location: USA
Device: Oasis 3, Oasis 2, PW3, PW1, KT
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#464 |
ɴₐɴ
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
|
It's a real kick in the groin.
|
![]() |
![]() |
![]() |
#465 | |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
A button can do anything that an executable running as 'root' can do. Last edited by knc1; 02-20-2013 at 10:54 PM. |
|
![]() |
![]() |
![]() |
Tags |
kindle touch hacks |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Font Hack for Kindle Touch? | Sassapphras | Kindle Developer's Corner | 1 | 02-12-2012 09:05 PM |
Kindle DXG Font Hack Help | rmt | Kindle Developer's Corner | 0 | 12-05-2010 01:19 PM |
Kindle DX 3G hack font 2.5.5? | vebaev | Kindle Developer's Corner | 1 | 10-07-2010 06:45 PM |
Hacks Kindle font hack ?? | badgoodDeb | Amazon Kindle | 5 | 07-24-2009 06:18 PM |
Kindle 2 Unicode Font Hack | Blog Kindle | Kindle Developer's Corner | 14 | 04-15-2009 04:55 PM |