View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1194
Originally Posted by PeterSmurffiPan View Post
Hey,

thanks for the new tweaks. Good stuff. A suggestion though. Could tweak 'F' get minor improvements. For example changing the icons on low power screen. I can no restore the originals without restoring everything (option 8). Another, the option 2. Would it be possible to separate the clock color and oplogo size mods? Now experimenting with different colors is a little bit of a long process.

I also couldn't get the lock screen clock color to change. Tried FF00FF.

These of course are minor details!

Thanks for the good work!
Hi
It's really not in my planes...
If you want restore only icons from F-5, just run this command and reboot:
Code:
cd /home/user/MyDocs/.N9QTweakBackup/usr/share/themes/blanco/meegotouch/icons && cp -f icon-m-low* icon-s-stat* /usr/share/themes/blanco/meegotouch/icons
If you want to play with colors of clock:
1. Go to this file:
Code:
/usr/share/themes/base/meegotouch/libsysuid-screenlock-nokia/style/libsysuid-screenlock-nokia.css
2.
* line 99 = Clock color for lowpower screen
* line 178 = Clock color for lockscreen
* line 200 = Date color for lockscreen

3. for refresh (result), run this command:
Code:
/sbin/initctl restart xsession/sysuid
Some colors is not compatible with system, can cause reboot-loop ( if I remember right..)


Originally Posted by besttt View Post
increase volume does not works corect if you put headphones for antena the settings go to normal again please fix it
Sorry, can't fix this, I don't know how. It's not my tweak.

Originally Posted by late88 View Post
Hello Schturman.
I have question about unrestricted-system-ui. I installed it with inception, and of course the original status bar got replaced.
So.. do you know is it safe to apply the statusbar clock tweak Y?
Link: http://talk.maemo.org/showthread.php?t=84565
Hi
I don't know.. I don't use inception and unrestricted-system-ui. but you can check this:
1. Go to this file:
Code:
/usr/share/themes/base/meegotouch/sysuid/style/statusarea.css
2.
* Check line 72 and 77 - if you see:
a. time-format: "%R";
b. time-format: "%r";

that mean yes, you can change this clock via tweak Y.