Guest Ziv Rozz Posted June 21, 2010 Report Posted June 21, 2010 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
Guest ranblv Posted July 8, 2010 Report Posted July 8, 2010 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now