Search This Blog

Thursday, February 9, 2012

How to Install and Add Hebrew, Arabic and Unsupported Language Fonts to Android Phone


#step 1
Download DejaVu fonts from http://sourceforge.net/projects/dejavu/files/

#step 2
Unpack the package to retrieve DejaVuSans.ttf font file, inside the ttf folder.

#step 3
Rename the DejaVuSans.ttf to exactly DroidSansFallback.ttf


#step 4
Copy the DroidSansFallback.ttf to the root directory of the SD card on the phone

#step 5
Run Terminal Emulator

#step 6
Go into super user mode by entering the following command, then tap Enter :

su [enter]

#step 7.
Then run the following commands one by one:

Note: 
Backup or rename the /system/fonts/DroidSansFallback.ttf if you don’t want to overwrite it.

mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system [enter]
chmod 4755 /system/fonts/DroidSansFallback.ttf [enter]
dd if=/sdcard/DroidSansFallback.ttf of=/system/fonts/DroidSansFallback.ttf [enter]
reboot [enter]

Note: 
Some other device may have different device node for the system partition, for which the mount command will have to be changed accordingly.

#step 8
The phone will reboot.

#step 9
Once restarted, the Android device will use the DroidSansFallback.ttf font for any characters that it cannot display.
This ensures that the default display fonts are not been messed up or changed



Other steps :
#1
Download fonts then copy 'DejaVuSans.ttf' to c:\ and rename it to 'DroidSans.ttf'
#2
Connect your phone to PC
#3
Open command prompt and type: adb remount
#4
Then type this command: adb push c:\DroidSans.ttf /system/fonts
#5
Restart your phone

ref :
http://adf.ly/5LaUC
http://adf.ly/5LaWY

"curiosity is motivation"
"letz share coz i only ask information"


= = = = = = = = = = = = = = = = = = = = = = = =
[ indonesian translation ]

Bagaimana Cara Install dan Menambah Ibrani, Arab dan Huruf yang Tidak Didukung pada Ponsel Android
(Mengatasi huruf kotak-kotak)



# langkah 1
Download DejaVu fonts dari http://sourceforge.net/projects/dejavu/files/

# langkah 2 
Ekstrak paket untuk mengambil file font DejaVuSans.ttf di dalam folder ttf.

# langkah 3 
Ubah nama DejaVuSans.ttf untuk persis DroidSansFallback.ttf

# langkah 4 
Salin DroidSansFallback.ttf ke direktori root dari SD card di telepon

# langkah 5 
Jalankan Emulator Terminal

# langkah 6 
Masuk ke mode super user dengan memasukkan perintah berikut, kemudian tekan Enter :
su [enter]
# langkah 7
Kemudian jalankan perintah berikut satu per satu :

Catatan :
Backup atau ubah nama  /system/fonts/DroidSansFallback.ttf jika tidak ingin menimpanya.

mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system [enter]
chmod 4755 /system/fonts/DroidSansFallback.ttf [enter]
dd if=/sdcard/DroidSansFallback.ttf of=/system/fonts/DroidSansFallback.ttf [enter]
reboot [enter]

Catatan: 
Beberapa perangkat lain mungkin memiliki node yang berbeda untuk partisi sistem.. jadi sesuaikan saja..

# langkah 8 
Ponsel akan reboot.

# langkah 9 
Setelah restart, perangkat Android akan menggunakan font DroidSansFallback.ttf untuk setiap karakter yang tidak dapat ditampilkan.
Hal ini memastikan bahwa huruf default tampilan yang tidak kacau atau diubah.



Cara lain : 
# 1 
Font Unduh lalu copy 'DejaVuSans.ttf' ke c: \ dan ganti dengan 'DroidSans.ttf'
# 2 
Hubungkan ponsel  ke PC
# 3 
Buka Command prompt dan ketik : remount adb
# 4 
Kemudian ketik perintah ini: push  adb push c:\DroidSans.ttf /system/fonts
# 5 
Restart ponsel

ref :
http://adf.ly/5LaUC
http://adf.ly/5LaWY

"curiosity is motivation"
"letz share coz i only ask information"

2 comments:

  1. cara lama pake terminal emulator mh. coba pke app, rom tool box pro, atw jg font changer.

    by AeBill Blog

    ReplyDelete

Related Posts Plugin for WordPress, Blogger...