BwTorrents - Download latest Bollywood Movies and Music

Visitors found this page by searching for:

how to install Hindi font in HTC wildfire

hindi fonts for htc wildfire

marathi font for htc wildfire

hindi font for htc wildfire s

htc wildfire s marathi font

MARATHI FONT HTC DESIRE HD

tamil font for htc desire

Unicode for HTC desire HD

marathi font on htc wildfire s

how to install font in htc desire Z

htc desire hd hindi font

tamil font for htc desire hd

hindi font for htc desire

marathi font htc wildfire s

marathi fonts for htc desire

hindi fonts for htc wildfire s

marathi font for htc desire s

tamil font for htc

marathi fonts for htc

how to install hindi font in htc wildfire s

installation htc fonts

hindi fonts for htc desire hd

how to install marathi font on htc wildfire s

hindi font on htc desire

how to install hindi font in htc desire s

+ Reply to Thread
Results 1 to 5 of 5

HTC desire, devanagiri font installation, Help me out!!!

  1. #1
    Join Date
    Oct 2007
    Location
    Hong Kong
    Posts
    793
    Hi !

    Do you guyz know how to install devanagiri font on HTC desire phone?

  2. #2
    As far as I know there's no easy/straight-forward way to install fonts on Windows Phone.

  3. #3
    well the way i do it is that inside /sdcard/fonts/ i have the fonts in separate subfolders

    then in recovery console i do:
    Code:
    mount sdcard
    mount system
    cp /sdcard/fonts/NAME_OF_FONT/* /system/fonts/
    umount sdcard
    umount system
    reboot
    i also have the original fonts in a folder in case i ever want to revert .. you can do this is in a regular terminal
    Code:
    cd /sdcard/fonts
    mkdir orig
    cp /system/fonts/* /sdcard/fonts/orig/
    and then to revert the font to orig in recovery terminal you just use the code above with 'orig' in place of 'NAME_OF_FONT'

    or



    ./adb shell mount /system
    ./abd shell rm /system/fonts/[font name]
    ./adb push [font name] /system/fonts
    ./adb shell remount
    ./adb shell reboot
    Click here to enlarge

  4. #4
    1) Copy the unicode font to \Windows\Fonts folder.
    2) Download PHM registry..Google it (Probably "Pocket PC" (ARM/PXA))
    3) Copy registry editor cab file to device and install it..
    4) Enable font linking by adding the below registries.

    - Run PHM registry editor from programs.
    - Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.
    - Select Microsoft, go to edit > New Key and add a new key FontLink below
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.
    - Select FontLink and add a new key SystemLink
    (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FontLink\Sy stemLink ).
    - Select SystemLink and add a string value.

    egg: Value name - Tahoma
    Value data - \Windows\Fonts\Akshar.ttf,Akshar Unicode
    (Note- change the "Akshar.ttf,Akshar Unicode" as per the font you have copied to the Fonts folder )

    - Again go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ and add one more New Key "FontPath".
    - Select FontPath and add a string value as.

    Value name - FontPath
    Value data - \Windows\Fonts

    5. Soft reset your mobile : )

    Hope that helps And make sure, you know what you are doing.

  5. #5
    Join Date
    Oct 2007
    Location
    Hong Kong
    Posts
    793
    Thanx...will try.


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts