View Single Post
Old 02-17-2025, 06:51 AM   #2
shamanNS
Wizard
shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.
 
Posts: 1,136
Karma: 12345678
Join Date: Feb 2010
Location: Serbia
Device: Kindle PW5, Kobo Libra 2, Kindle PW1
That part of filesystem is mounted as "ro" (read only). You need to use Terminal Emulator to remount it as "rw" (read & write) using this command:

Code:
mntroot rw

IIRC those fonts are all inside a squashfs image and that image gets mounted into that fonts folder.
So you would have to replace the whole squash img...

Last edited by shamanNS; 02-17-2025 at 07:01 AM.
shamanNS is offline   Reply With Quote