Quote:
Please, try this (while booted in 'normal mode'):
Code:
dd if=/dev/block/mmcblk2p5 of=/cache/fonts.img
If it works (it works for me)
|
I've used this dd if=/dev/block/mmcblk2p5 of=/mnt/sdcard/mmcblk2p5_fonts.img and it dumped mmcblk2p5_fonts.img file into READER partition
Quote:
then you can copy /cache/fonts.img to the sdcard or push it to your PC by using adb...
|
I've send mmcblk2p5_fonts.img to PC via Dropbox.
Quote:
Then you can use the cramfs tools to play a bit with the fonts image (to learn only, or to extract it somewhere)...
|
Now I gonna play with it, see what's inside.
Quote:
Anyway, I think its a better and sure approach to bind mount a modified copy of /ebook/fonts folder... 
It's not automatic, but if it works right you can automate it by adding the bind mount command to one of the scripts that are already executed at boot time...
As Boroda has told you, it's always better to try the manual proccess first and then (if you obtain the desired result), try to find a way to automate it... I can also tell you that it's possible.
|
You mean "bind mount" method by "manual proccess"?