|
|
#1 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: May 2017
Device: Kindle Paperwhite 3
|
Replacing Kindle's built-in fonts
You can replace any built-in font (for example, replace the Amazon Ember)!
This tutorial is for Linux users. Windows users may do this using some other squashfs tools, but unfortunately I don't have a Windows device at the moment) You should have some basic knowledge of Linux such as mount, symbolic link and such. I'm not responsible for any damage on your device! I replaced the Chinese Heiti to Source Sans Hans without any problem. Tested on my PW3. Here's what I do: 1. Jailbreak 2. Install USBNetwork hack and enable it on boot (Important!) 3. Transfer the fonts file to your Linux computer (this should be done on your computer): Code:
scp root@192.168.15.244:/usr/java/lib/fonts.sqsh . Code:
unsquashfs fonts.sqsh 5. Replace the fonts you want. Note that otf can be directly renamed to ttf and will work. 6. Do some stuff on your kindle: Code:
stop x cd /usr/java/lib umount fonts mv fonts.sqsh /mnt/us # make a backup in case things do not work. Code:
scp -r squashfs-root/* root@192.168.15.244:/usr/java/lib/fonts Code:
reboot Code:
stop x rm /usr/java/lib/fonts/* cp /mnt/us/fonts.sqsh /usr/java/lib reboot |
|
|
|
|
|
#2 |
|
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
And to avoid the documented problems with USBnetwork "auto" mode -
Instead use the combination of RP and CRP. |
|
|
|
| Advert | |
|
|
![]() |
| Tags |
| fonts |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Replacing the default fonts | Havner | Kobo Developer's Corner | 2 | 12-30-2016 01:57 PM |
| PRS-T1 replacing system default fonts | ousia | Sony Reader Dev Corner | 0 | 11-06-2012 05:10 PM |
| How to add alternate fonts without replacing system fonts.(this time this is a guide) | techiemonkey | Kindle Developer's Corner | 17 | 09-12-2012 05:55 PM |
| PRS-500 How do you replace the built-in fonts? | DWzM | Sony Reader Dev Corner | 8 | 05-20-2007 10:24 AM |
| What fonts are built-in? | Slava | Sony Reader | 14 | 10-13-2006 12:39 PM |