Quote:
Originally Posted by snarkophilus
Without understanding what exactly you're trying to do (weren't there some other suggestions to use a mount -bind method to overwrite the system fonts?), the full name of the mmcblk2p5 file on my T1 is /dev/block/mmcblk2p5. Also, shouldn't your output file start with /mnt/sdcard?
Cheers,
Simon.
|
Hi Simon,
My goal is to make PRS T1 show Georgian Unicode font correctly in book titles, bookmarks etc., now it shows ???????????. To achive this I've decided I need to substitute one of the systems/fonts/........ttf/otf (I'm not sure which one yet) with DejaVuSansCondensed.ttf
Please, correct my If I'm wrong.
I read there that mount -bind method to overwrite the system is not reliable method, the post said it need some apk to be installed to remount every time a device is restarted. That's why I've decided to go with modifying cramfs file for system fonts.
I figured out from previous post mmcblk2p5 is fonts cramfs image, correct me if I'm worng.
So I've copied that command above from previous post to transfer mmcblk2p5 (systems fonts folder in my understanding) to external microsd so as to transfer it later to PC modify it and flash it back. That's it.
And I'm stuck right at the start.