Quote:
Originally Posted by j0534ng31
I don't know... I'll have to dig a bit more...
I bet for 'tt0003m_.ttf' as menu font, and the font collection 'SWNMTeb.ttc' as the dictionary fonts
|
How can you tell? You have some method to check?
Quote:
About the way to write the modified cramfs, I'll boot in 'recovery mode' and then:
Code:
dd if=/cache/mynewfonts.img of=/dev/mmcblk2p5
|
The code I've used to extract was
Code:
dd if=/dev/block/mmcblk2p5 of=/mnt/sdcard/mmcblk2p5_fonts.img
I think
should be after
am I right? because first time I used
without
and it didn't work. By cache you mean directory in PRS T1 where I'll put modified mmcblk2p5?