Reply
Thread Tools Search this Thread
Posts: 7 | Thanked: 6 times | Joined on May 2012
#131
Change it on your computer and transfer it to your phone.
 
Posts: 216 | Thanked: 81 times | Joined on Mar 2012 @ Mars
#132
Originally Posted by diegoMS View Post
Change it on your computer and transfer it to your phone.
Thank you so much for your help Really appreciate it
 
Posts: 7 | Thanked: 6 times | Joined on May 2012
#133
Really happy to have helped you!
If you have some council, don't hesitate to share it!

PS: can you post your lockscreen, i'd like to see it.
 
Posts: 10 | Thanked: 2 times | Joined on Mar 2012
#134
plz im getting :
/usr/share/themes/base/meegotouch/libsysuid-screenlock-nokia/style/libsysuid-screenlock-nokia.css
not found
any advices ??

Last edited by LHC; 06-01-2012 at 07:39 PM.
 
Posts: 309 | Thanked: 81 times | Joined on Jul 2010 @ Brittany, France
#135
I've lost the battery icon on the Low Power Mode lockscreen, I don't really know how. I don't remember installing any application altering the lockscreen, but never say never. Anybody knows where I should look to see what happened? Any .ini or .txt file I should investigate to turn the battery icon back on?
 
Posts: 309 | Thanked: 81 times | Joined on Jul 2010 @ Brittany, France
#136
Finally installed Ipsmagic to add the battery icon plus a few other useful system details to the LPM lockscreen.
 
Posts: 86 | Thanked: 11 times | Joined on Apr 2012
#137
i have installed meecast to have the weather in the screen, but i don't know how to get it with the battery. If i activate the battery icon in the lps the weather disappear and viceversa
 
Posts: 58 | Thanked: 20 times | Joined on Dec 2009
#138
Is there a way to adjust the brightness of the lock screen? My clock is about 50% as bright as unlocked and I can't remember what tweak/hack I did to change it.
 
Posts: 71 | Thanked: 26 times | Joined on May 2012
#139
Would it be possible to change how the date is displayed in the lock screen (not the low power screen) by editing

Code:
LockScreen DateStyle {
    date-format: "";
    horizontal-align: right;
    margin-top: -1.0mm;
}

LockScreen MLabelStyle#DateLabel {
    font: $FONT_FAMILY normal 2.2mm;
    color: #ffffff;
    margin-left: 0;
    margin-right: 1.7mm;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    preferred-size: -1 2.4mm;
    minimum-size: -1 2.4mm;
    maximum-size: -1 2.4mm;
}
lines @ /usr/share/themes/base/meegotouch/libsysuid-screenlock-nokia/style/libsysuid-screenlock-nokia.css

I'd like to have the date displayed on multiple lines. From man date()

%V ISO week number, with Monday as first day of week
%A locale's full weekday name
%d day of month
%B locale's full month name
%j day of year
%Y year

So would:

Code:
LockScreen DateStyle {
    date-format: "Week %V";
    date-format: "%A";
    date-format: "%d. %B";
    date-format: "Day %j of %Y";
    horizontal-align: right;
    margin-top: -1.0mm;
}
work? man date() also says %n makes a new line, but I didn't get that working at least through N9QT..
 
MK99's Avatar
Posts: 401 | Thanked: 265 times | Joined on Jul 2012 @ Finland
#140
shinogami,
Did you get it working?

Here is my LPS:
 
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

 
Forum Jump


All times are GMT -4. The time now is 07:02 AM.