|
2010-07-25
, 19:48
|
Posts: 114 |
Thanked: 51 times |
Joined on Jul 2010
@ finland
|
#52
|
Guys,
I am very new to these mods, n900 and zero clue about linux. I have been trying to follow these threads like others and think I pretty much have my head around it and have been swapping fonts, it's great. I have seen a few guys struggling to grasp the install so simply trying to assist. I have used instructions by others and altered slightly for my own purpose.
I have created folders in my phone and attempted to be organised. So this adapted code works as per my folder structure and have highlighted in red. You can simply change the red to your own folder structure. Just make sure you change both codes portions in red. The first code will make a copy of the original and place in a folder (folder and path in red). The second takes the new files from the folder (in red ) and places in the correct location for it to work.
Firstly, download "rootsh" using your phone from Extras-devel and install.
How to activate Extras-devel
In the Application Manager:
1. Navigate to the application menu (tap the title bar)
2. Select ‘Application catalogs’
3. Select ‘New’
4. Enter a catalog name of ‘Maemo extras-devel’
5. Enter a web address of http://repository.maemo.org/extras-devel
6. Enter a distribution of ‘fremantle’
7. Enter components of ‘free non-free’
8. Select ‘Save’
I have created folders 'original' & 'options' under:
MyDocs/.documents/nokian900/n900mods/font/
Name the files you wish to use:
'nosnb.ttf'
'nosnr.ttf'
'nosns.ttf'
'nscnr.ttf'
and place in the 'font' folder.
Now open X-Terminal App on your phone.
(Make back up of original files using code below)
CODE:
sudo gainroot
cp /usr/share/fonts/nokia/* MyDocs/.documents/nokian900/n900mods/font/original/
(Now copy new files in it's place using code below)
CODE:
mv MyDocs/.documents/nokian900/n900mods/font/* /usr/share/fonts/nokia/
Reboot phone and reapply any widgets back to the home screen if they are missing. To apply a different font you must reapply the nokia original font first, (in original folder) and reboot phone, then apply your font files and reboot.
I hope I have not confused you further and assisted. Thank you to the others that gave us all the info, works like a charm.
|
2010-08-05
, 06:20
|
Posts: 11 |
Thanked: 0 times |
Joined on Dec 2009
|
#53
|
|
2010-08-13
, 06:48
|
|
Posts: 518 |
Thanked: 334 times |
Joined on Mar 2010
@ italy
|
#54
|
Guys,
I am very new to these mods, n900 and zero clue about linux. I have been trying to follow these threads like others and think I pretty much have my head around it and have been swapping fonts, it's great. I have seen a few guys struggling to grasp the install so simply trying to assist. I have used instructions by others and altered slightly for my own purpose.
I have created folders in my phone and attempted to be organised. So this adapted code works as per my folder structure and have highlighted in red. You can simply change the red to your own folder structure. Just make sure you change both codes portions in red. The first code will make a copy of the original and place in a folder (folder and path in red). The second takes the new files from the folder (in red ) and places in the correct location for it to work.
Firstly, download "rootsh" using your phone from Extras-devel and install.
How to activate Extras-devel
In the Application Manager:
1. Navigate to the application menu (tap the title bar)
2. Select ‘Application catalogs’
3. Select ‘New’
4. Enter a catalog name of ‘Maemo extras-devel’
5. Enter a web address of http://repository.maemo.org/extras-devel
6. Enter a distribution of ‘fremantle’
7. Enter components of ‘free non-free’
8. Select ‘Save’
I have created folders 'original' & 'options' under:
MyDocs/.documents/nokian900/n900mods/font/
Name the files you wish to use:
'nosnb.ttf'
'nosnr.ttf'
'nosns.ttf'
'nscnr.ttf'
and place in the 'font' folder.
Now open X-Terminal App on your phone.
(Make back up of original files using code below)
CODE:
sudo gainroot
cp /usr/share/fonts/nokia/* MyDocs/.documents/nokian900/n900mods/font/original/
(Now copy new files in it's place using code below)
CODE:
mv MyDocs/.documents/nokian900/n900mods/font/* /usr/share/fonts/nokia/
Reboot phone and reapply any widgets back to the home screen if they are missing. To apply a different font you must reapply the nokia original font first, (in original folder) and reboot phone, then apply your font files and reboot.
I hope I have not confused you further and assisted. Thank you to the others that gave us all the info, works like a charm.
|
2010-08-19
, 04:12
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#55
|
|
2010-09-03
, 09:18
|
|
Posts: 53 |
Thanked: 14 times |
Joined on Sep 2010
@ india
|
#56
|
|
2010-09-03
, 09:23
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#57
|
please tell me the complete procedure for install latha.ttf font in my nokia n900.iam a new user.
|
2010-09-08
, 05:47
|
|
Posts: 53 |
Thanked: 14 times |
Joined on Sep 2010
@ india
|
#58
|
|
2010-09-08
, 05:55
|
|
Posts: 53 |
Thanked: 14 times |
Joined on Sep 2010
@ india
|
#59
|
|
2010-11-21
, 16:27
|
Posts: 1 |
Thanked: 0 times |
Joined on Nov 2010
|
#60
|
Much appreciated.