Thursday, July 9, 2015

[TUT] 3 Methods How to change Font in Android Phone

[TUT] 3 Methods How to change Font in Android Phone
The app is designed to install beautiful fonts on your phone. You can download and use hundreds of fonts to make your phone become lovely. It 's easy to change system font! Beautiful fonts, Beautiful mood!




1. Using IFONT
Requirements:
Rooted
Ifont.apk (download via Playstore)


Do you want  your phone has become distinctive as well as more beautiful?It 's easy to change system font. Integrated hundreds of exquisite lovely font, easily change the system font, the simple change mood! Font blossoms, personalized I dominate! So monotonous phone interface look! Let you have a happy mood every day, love life, love fonts.Font blossoms, personalized I dominate! So monotonous phone interface look! Let you have a happy mood every day.
Best Font Style Application for Android!

Procedure:
1.Tap on the font you want to install.
2. Tap the Download button.
3. Tap the Set button.
4. If you get a prompt about setting the mode to System Mode, just tap the OK button.
5. Your device will reboot to apply the new font.

IFONT Preview 1

IFONT Preview 2

IFONT Preview 3


2.Using MTKDROIDTOOLS via ADB Command
PC/LAPTOP
USB CABLE
ROOTED PHONE
Mediatek Driver
mtkdroidtools.rar



Set your phone in USB debugging mode, then connect via USB cable.

Open mtkdroid tools
Click root then Grant SuperSU then wait to finish. 


SuperSu
Procedure:
  1. On your PC, rename Chocococky.ttf to Roboto-Regular.ttf.
  2. Using whatever convenient method you know of, copy the impostor Roboto-Regular.ttf to your device’s /sdcard directory.
  3. Open a terminal or command prompt on your PC viaMTKDROIDTOOLS, Click ADB Terminal as shown in image above.
  4. Run the remote shell interactively on your device with the following command at the terminal or prompt:
    • adb shell
  5. Execute the following commands:
    • su
    • mount -o remount,rw /system
  6. Backup the original font file (Roboto-Regular.ttf, in this case) into something else by renaming it:
    • cd /system/fonts
    • mv Roboto-Regular.ttf Roboto-Regular.ttf.bak
  7. Copy the impostor font file from the /sdcard directory into the fonts directory:
    • cp /sdcard/Roboto-Regular.ttf /system/fonts
  8. Ensure that the copied file is readable (either 644 or 666). This is very important. If the system cannot read the file, your system will bootloop:
    • chmod 644 Roboto-Regular.ttf
  9. Exit the interactive shell:
    • exit




3. Using Filemanger (Rootexplorer/ES File manager)
Requirements:
Rooted
Rootexplorer.apk
Rootexplorer


Procedure:
1. Open ES File Manager or Rootexplorer
2. Navigate to system/fonts directory.Then set permission rwxrwx--x
3. Look for Roboto-Regular.ttf and copy or backup anywhere else or rename into Roboto-Reguar.ttf.bak
4. Your desire font example Chocococky.ttf rename to  Roboto-Regular.ttf . Then move to system/fonts
5. Reboot. That's it!


No comments:

Post a Comment