Jump to content

Problems while replacing fonts


Guest Ziv Rozz

Recommended Posts

Guest Ziv Rozz

Hello

I Rooted my HTC Desire using instructions from: http://android.modaco.com/content/htc-desi...o-1-21-support/

I am having problems while trying to replace the fonts inside: /system/fonts

I did the following:

mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system

while trying to copy file using

cat /sdcard/DroidSans-Bold.ttf > /system/fonts/DroidSans-Bold.ttf

I get an error:

write: No space left on device

when trying to run:

echo 123 > a

I get another error:

cannot create a: not enough memory

Does anyone know what is it ?

thank you.

-Ziv

Link to comment
Share on other sites

  • 3 weeks later...
Guest ranblv
Hello

I Rooted my HTC Desire using instructions from: http://android.modaco.com/content/htc-desi...o-1-21-support/

I am having problems while trying to replace the fonts inside: /system/fonts

I did the following:

mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system

while trying to copy file using

cat /sdcard/DroidSans-Bold.ttf > /system/fonts/DroidSans-Bold.ttf

I get an error:

write: No space left on device

when trying to run:

echo 123 > a

I get another error:

cannot create a: not enough memory

Does anyone know what is it ?

thank you.

-Ziv

why are you using the cat command? try using cp instead.

something like:

#start terminal emulator

su

cp /sdcard/DroidSans-Bold.ttf /system/fonts/

reboot

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.