You have 2 basic requirements for this “hack”
1. Phone MUST be ROOTED!!!
2. MUST be a True Type font or your phone won’t read it and you’ll have a $500 PaperWeight =D
Disclaimer: If you don’t understand these simple steps, you should NOT be messing with your phone. They are self explanatory and I will not be held responsible for your bricked phone.
Alright, let’s get to the fun stuff nowsu
mount -o remount /dev/mtdblock4 /system
cat /system/fonts/DroidSans.ttf > /sdcard/orig_font/DroidSans.ttf
cat /system/fonts/DroidSans-Bold.ttf > /sdcard/orig_font/DroidSans-Bold.ttf
cat /sdcard/new_font/DroidSans.ttf > /system/fonts/DroidSans.ttf
cat /sdcard/new_font/DroidSans-Bold.ttf > /system/fonts/DroidSans-Bold.ttf
mount -o ro,remount /dev/mtdblock4 /system
sync
reboot

6. You should now have new font on your phone ![]()


“If I have helped you, help me”
No comments:
Post a Comment