Senior Member
Thanks Meter 334
Posts: 880
Join Date: May 2010
Location: San Antonio, TX
DONATE TO ME
|
Quote:
Originally Posted by magicalan
that's the thing i don't know how to push the file :P it says it doesn't let me push it i tried it 
|
OK so basically you do this:
first you put the font files in the same folder as ADB. (that means in /android-sdk/tools/)
next, reboot your phone into clockworkmod recovery.
then clear cache. (i dunno if this is needed just to push a font but im not really sure.)
then mount your system partition. (should be a setting there.)
In a command prompt, cd to the tools folder with the fonts and adb.
now, with your phone connected, type this in the command prompt:
Quote:
|
adb push DroidSans.ttf /system/fonts/DroidSans.ttf
|
the file should copy over, then reboot and you should be good. there is DroidSans.ttf and DroidSans-Bold.ttf
|