Quote:
Originally Posted by j0534ng31
About the way to write the modified cramfs, I'd boot in 'recovery mode', then I'd mount the sdcard filesystem to /mnt/sdcard or /tmp/sdcard, and then:
Code:
dd if=/mnt/sdcard/mynewfonts.img of=/dev/mmcblk2p5
|
OK, have fonts image ready to writhe. Now I want to make sure above write code is correct so that I don't break my reader.
When I used this code dd
Code:
if=/dev/block/mmcblk2p5 of=/mnt/sdcard/mmcblk2p5_fonts.img
to copy mmcblk2p5 I was in recovery mode