The Following User Says Thank You to kingpin For This Useful Post: | ||
|
2012-02-15
, 08:11
|
Posts: 13 |
Thanked: 0 times |
Joined on Jan 2012
|
#62
|
|
2012-02-20
, 17:28
|
Posts: 1,539 |
Thanked: 1,604 times |
Joined on Oct 2011
@ With my N9
|
#63
|
why when i try to copy the font i want to the usr/share/fonts,it always says i don't have permission,btw,I use filemanager
|
2012-02-20
, 19:24
|
Posts: 617 |
Thanked: 338 times |
Joined on Mar 2011
|
#64
|
|
2012-02-22
, 16:47
|
Posts: 4 |
Thanked: 0 times |
Joined on Feb 2012
|
#65
|
HsHon, this is how I managed to change the clock color (there's probably a better/quicker technique but whatever):
On you phone, copy the libsysuid-screenlock-nokia.css to a folder visible when in USB Mass Storage mode (for example: /home/user/MyDocs/Documents/). I used File Manager to perform this step.
Now, connect your N9 to the computer and navigate to the folder where you copied the css file.
Edit the file using a text editor, not Word :-) I use Notepad++
The line you want to change is line 85 in my file, two lines below: LockScreen MLabelStyle#LockScreenLowPowerModeClockLabel {
I suggest using basic red(#FF0000) blue(#0000FF) green(#00FF00). I noticed some other colors also work but not all of them.
Once your done editing save the file and eject your device.
On the phone's terminal:
type in:
You then need to type in your password, default is rootme I believe.Code:devel-su [enter]
EDIT: I'm not sure this is necessary but I'm not a pro with these user permission things hehe. It works this way and that's enough for me.
We then need to copy the edited file from the "Documents" folder back to the original folder.
type in:
Code:cd .. [enter]Reboot your device. If you don't see the clock anymore it's probably because you chose a non-supported color.Code:cp home/user/MyDocs/Documents/libsysuid-screenlock-nokia.css usr/share/themes/base/meegotouch/libsysuid-screenlock-nokia/style/ [enter]
You can edit the file directly on the device in the terminal but I find this technique easier. If anyone has a better way of doing this please let me know. Could we somehow add something in the settings pane for this?
oSCho
|
2012-02-22
, 17:07
|
Posts: 1,539 |
Thanked: 1,604 times |
Joined on Oct 2011
@ With my N9
|
#66
|
hi i want to use your method because method from second post did not work for me,but i cant find anywhere in my n9 file libsysuid-screenlock-nokia.css it doesent exist i tried to search throught file manager buthe is no such a file what i can do now?
|
2012-02-22
, 17:27
|
Posts: 4 |
Thanked: 0 times |
Joined on Feb 2012
|
#67
|
|
2012-02-22
, 21:24
|
Posts: 188 |
Thanked: 90 times |
Joined on Sep 2006
|
#68
|
Is there any way to restart lockscreen process to reload the settings instead of rebooting device ?
The Following User Says Thank You to aRTee For This Useful Post: | ||
|
2012-02-22
, 22:11
|
Posts: 617 |
Thanked: 338 times |
Joined on Mar 2011
|
#69
|
|
2012-02-24
, 00:23
|
Posts: 4 |
Thanked: 0 times |
Joined on Feb 2012
|
#70
|
Simply replace
$FONT_FAMILY_LIGHT
with
$"Your Font Name"
remember the inverted quotes are important and no typos !
Last edited by kingpin; 2012-02-05 at 14:46. Reason: Image