Page 1 of 5 123 ... LastLast
Results 1 to 10 of 47

Thread: change N95 fonts 100% working

  1. #1

    Thumbs up change N95 fonts 100% working

    1. Create a folder named 'fonts'
    2. Place your favorite ttf font inside
    3. Make 4 copies of the same font file
    4. Rename font files to:
    nohindisnr60.ttf
    nohinditsb60.ttf
    nohindissb60.ttf
    S60ZDIGI.TTF
    5. Copy the entire font folder to your memory card at /E:/Resource/
    6. Restart your phone
    7. Enjoy your new font style
    8. To change fonts, repeat the process and overwrite the existing font folder
    9. To go back to original font, simply delete the entire font folder. Original font will be back when you reboot.
    Enjoy!

  2.    Advertissements


  3. #2

    Default

    Great guide, I have been using this technique for a while now. One thing to point out is that you will lose all bold and italic styling, even if you use a font which has 4 incarnations for reg/bold/italic/bold italic etc. Opera mini does work with a bold font though. I have been using VJNina font which is quite crisp and clean.

    rep added

    Edit: Note you may find it easier to create the resource folder using a card reader on the PC. The N95 file explorer won't let you create reserved system folder names.
    Edit2: Guard against using "massive" fonts, ie. 3Mb + There are many stripped down fonts available with many foreign characters removed for only around 100kb or less, much better for booting up on.
    Last edited by enigma-uk; 24-10-2007 at 12:59 PM. Reason: Extra tips

  4. #3
    Join Date
    Aug 2007
    Age
    19
    Posts
    1,575
    Rep Power
    43303

    Default

    This actually works on every S60 3RD ED. Phone.
    The only thing you have to do:
    Get a file manager (i recommend x-plore, search!)
    start it, and you should be able to see the Z:\ drive. Open it.
    Navigate to Z:\resource\Fonts. On my E65 there is 8 fonts.
    Then do the steps above.

    And a tip: When you tries to remove the font folder within the phone, you cant because its loaded to the system. And if you connect it in "mass storage mode" it will deny access. The thing to do is: Remove the memory card, and simply put it back again (sometimes a restart is required, of course with the card REMOVED else it will load the font) Then you can connect it and remove/change/... with the font folder

    Oh, and a little script to prepare your fonts easily
    Code:
    cd c:\Fonts\
    del *.ttf
    copy C:\windows\fonts\saxMono.ttf c:\Fonts\NOSNR60.TTF
    copy c:\Fonts\NOSNR60.TTF c:\Fonts\NSSB60.TTF
    copy c:\Fonts\NOSNR60.TTF c:\Fonts\S60TSB.TTF
    copy c:\Fonts\NOSNR60.TTF c:\Fonts\NSTSB60.TTF
    copy c:\Fonts\NOSNR60.TTF c:\Fonts\S60ZDIGI.TTF
    copy c:\Fonts\NOSNR60.TTF c:\Fonts\SWABIU.TTF
    copy c:\Fonts\NOSNR60.TTF c:\Fonts\SWABRU.TTF
    copy c:\Fonts\NOSNR60.TTF c:\Fonts\SWARIU.TTF
    copy c:\Fonts\NOSNR60.TTF c:\Fonts\SWARRU.TTF
    Things to do with the script(made for E65)
    Change line: 3 to point to the font you want (right now it points at saxMono.ttf) Change to your font!
    Create folder C:/Fonts/ (on computer of course)
    Change from line 3 and down (to fit your mobile phone)
    NOTE: E65 users, this is perfectly prepared, just change the font it points to in the C:/Windows/Fonts/ and let it work a second .

    Ooh, this is a long post...

    Cheers!
    //ToJa
    Like this post? Please add to my reputation.
    iPhone 4 32GB - Untethered jailbreak using Redsn0w

  5. #4

    Default

    i will try this

  6. #5

    Default

    yah.. usefull posts..
    ive tried to my phone and it works...

  7. #6

    Default

    Nice trick, i'll try this.

  8. #7

    Default

    where's the screen shot?

  9. #8

    Default

    can i have file explorer please

  10. #9

    Default

    does it work for other phones? i have a n91..

  11. #10

    Default

    Thanks for the long post, it does the job!

Page 1 of 5 123 ... LastLast

Bookmarks

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219