???
But why you don“t build your own rootfs with hardlinks to ezxlocal , diska , mmc font!?
Does anybody know a way to change fonts in A780 without reflashing?
Thanks
???
But why you don“t build your own rootfs with hardlinks to ezxlocal , diska , mmc font!?
wow, can I? how can i do that? it would be a great thing...
First you need flashkit!
Then 'telnet 192.168.1.2'
'dd if=/dev/mtd5 of=/mmc/mmca1/rootfs.smg'
'dd if=/dev/tffsa of=/mmc/mmca1/tffsa.smg'
Copy rootfs.smg & tffsa.smg to your pc.
Mount the files
'mkdir root'
'mkdir tffsa'
'mount -t cramfs -o loop rootfs.smg root'
'mount -t cramfs -o loop tffsa.smg tffsa'
'tar -cvf rootfs.tar.gz root'
'tar -cvf tffsa.tar.gz tffsa'
'umount root'
'umount tffsa'
'tar -xvf rootfs.tar.gz root'
'tar -cvf tffsa.tar.gz tffsa'.
Now make your changes!
After that:
'mkfs.cramfs root newrootfs.smg'
'mkfs.cramfs tffsa newtffsa.smg'
Copy the two new files to your mmc card and use flashkit to flash your new rootfs.
I want to attach my rootfs tffsa and my fntchng.lin. But Imake something wrong?
Last edited by GreenHorn; 10-28-2007 at 06:48 PM.
I can't understand...
what have i to do to change font in a780?
Can anybody help me?