|
2010-05-30
, 00:57
|
Posts: 18 |
Thanked: 7 times |
Joined on Feb 2010
@ U.K
|
#42
|
The Following User Says Thank You to zero2007 For This Useful Post: | ||
|
2010-05-30
, 05:16
|
Posts: 22 |
Thanked: 42 times |
Joined on Mar 2010
@ Philippines
|
#43
|
I have upgraded to PR 1.2 and was able to do part one for the fonts. But, UNABLE to get part to change the SMS and Messaging to to work as I get to the leafpad part to open gtkrc but nothing happens, only a blank white page shows up.
Help please!
|
2010-05-30
, 06:11
|
Posts: 107 |
Thanked: 2 times |
Joined on Jan 2010
|
#44
|
Hi there, Zero2007 is correct, you missed some steps. Adding ".css" is also a good idea because it filters out the other files except those with .css extensions. Less clutter on screen
To change the SMS and IM font sizes you have to edit 3 other files, not the GTKRC in the theme folder that we edited in Part 1. I'll try to revise part 2 to make this clearer:
Part 2: Changing the SMS/IM conversation and single SMS font size
Open x-terminal and type "sudo gainroot" like before if you had not yet done so.
11. Type "cd /usr/share/rtcom-messaging-ui/html" note the space after the letters cd!
12. type "ls *.css" to see the 3 files you need to edit. The command "ls" means "list"
12A. The three (3) files that you will see are:
MessagingWidgetsSMSConversations.css
MessagingWidgetsIMConversations.css
MessagingWidgetsSingleSMS.css
13. type "leafpad MessagingWidgetsSMSConversations.css". This will load for editing the configuration file that controls the size of the fonts we see in the SMS conversation screen
14. Locate the section "div.message {". This is close to the top of the file
15. Place the blinking cursor after the "{" then press <enter> to insert a blank line under "div.message {"
16. type "font-size: 32px;" (without the quotation marks of course, and note the semi-colon after px)
17. press <enter> again to create another blank line below (optional)
18. I used 32px (pixels) in my case but you can use any size. The size of the avatar is 64 pixels so 32 pixels is half height
19. Save the edited file by using the pull-down save command then "x" to exit after saving
20. Type "leafpad MessagingWidgetsChatConversations.css".
21. Repeat steps 14 to 19
22. Type "leafpad MessagingWidgetsSingleSMS.css"
23. Repeat steps 14 to 19 except for single SMS I used 38px instead of 32px for greater visibility
24. Done. Exit leafpad, exit X-terminal then reboot and enjoy the bigger fonts
Please be very careful when using x-terminal with root access enabled because you can damage your phone if done incorrectly. Check spellings carefully and see that you haven't accidentally erased or modified any other config entries other than the ones shown above.
This is how I did it in mine but of course I cannot assume any responsibility that it will work in yours. But look at the screen shots I posted to see what the results are when you do this right
|
2010-05-30
, 08:09
|
Posts: 22 |
Thanked: 42 times |
Joined on Mar 2010
@ Philippines
|
#45
|
|
2010-05-30
, 14:08
|
Posts: 107 |
Thanked: 2 times |
Joined on Jan 2010
|
#46
|
Hi there, Zero2007 is correct, you missed some steps. Adding ".css" is also a good idea because it filters out the other files except those with .css extensions. Less clutter on screen
To change the SMS and IM font sizes you have to edit 3 other files, not the GTKRC in the theme folder that we edited in Part 1. I'll try to revise part 2 to make this clearer:
Part 2: Changing the SMS/IM conversation and single SMS font size
Open x-terminal and type "sudo gainroot" like before if you had not yet done so.
11. Type "cd /usr/share/rtcom-messaging-ui/html" note the space after the letters cd!
12. type "ls *.css" to see the 3 files you need to edit. The command "ls" means "list"
12A. The three (3) files that you will see are:
MessagingWidgetsSMSConversations.css
MessagingWidgetsIMConversations.css
MessagingWidgetsSingleSMS.css
13. type "leafpad MessagingWidgetsSMSConversations.css". This will load for editing the configuration file that controls the size of the fonts we see in the SMS conversation screen
14. Locate the section "div.message {". This is close to the top of the file
15. Place the blinking cursor after the "{" then press <enter> to insert a blank line under "div.message {"
16. type "font-size: 32px;" (without the quotation marks of course, and note the semi-colon after px)
17. press <enter> again to create another blank line below (optional)
18. I used 32px (pixels) in my case but you can use any size. The size of the avatar is 64 pixels so 32 pixels is half height
19. Save the edited file by using the pull-down save command then "x" to exit after saving
20. Type "leafpad MessagingWidgetsChatConversations.css".
21. Repeat steps 14 to 19
22. Type "leafpad MessagingWidgetsSingleSMS.css"
23. Repeat steps 14 to 19 except for single SMS I used 38px instead of 32px for greater visibility
24. Done. Exit leafpad, exit X-terminal then reboot and enjoy the bigger fonts
Please be very careful when using x-terminal with root access enabled because you can damage your phone if done incorrectly. Check spellings carefully and see that you haven't accidentally erased or modified any other config entries other than the ones shown above.
This is how I did it in mine but of course I cannot assume any responsibility that it will work in yours. But look at the screen shots I posted to see what the results are when you do this right
|
2010-05-30
, 15:04
|
Posts: 22 |
Thanked: 42 times |
Joined on Mar 2010
@ Philippines
|
#47
|
Sorry to report, once I get to the leaf pad and to section 14 I only get a blank page .
BTW, I do see the 3 files you are talking about.
I have done this over and over, followed your instructions step by step. Something is not right!!
|
2010-05-30
, 15:22
|
Posts: 237 |
Thanked: 44 times |
Joined on Nov 2009
|
#48
|
|
2010-05-31
, 08:34
|
Posts: 35 |
Thanked: 1 time |
Joined on Dec 2009
|
#49
|
Sorry to report, once I get to the leaf pad and to section 14 I only get a blank page .
BTW, I do see the 3 files you are talking about.
I have done this over and over, followed your instructions step by step. Something is not right!!
The Following User Says Thank You to tangigi For This Useful Post: | ||
|
2010-05-31
, 12:32
|
Posts: 119 |
Thanked: 19 times |
Joined on Jan 2010
|
#50
|
Help please!