Active Topics

 


Reply
Thread Tools
Posts: 216 | Thanked: 81 times | Joined on Mar 2012 @ Mars
#131
Originally Posted by diegoMS View Post
Have you reboot?
Did you edit your picture size?
Mine is 450*422.
Where do i go to change my picture size?
 
Posts: 7 | Thanked: 6 times | Joined on May 2012
#132
Change it on your computer and transfer it to your phone.
 
Posts: 216 | Thanked: 81 times | Joined on Mar 2012 @ Mars
#133
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
#134
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
#135
plz im getting :
/usr/share/themes/base/meegotouch/libsysuid-screenlock-nokia/style/libsysuid-screenlock-nokia.css
not found
any advices ??

Last edited by LHC; 2012-06-01 at 23:39.
 
Posts: 1,335 | Thanked: 3,931 times | Joined on Jul 2010 @ Brittany, France
#136
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: 1,335 | Thanked: 3,931 times | Joined on Jul 2010 @ Brittany, France
#137
Finally installed Ipsmagic to add the battery icon plus a few other useful system details to the LPM lockscreen.
 
Posts: 88 | Thanked: 14 times | Joined on Apr 2012
#138
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: 62 | Thanked: 27 times | Joined on Dec 2009
#139
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: 73 | Thanked: 29 times | Joined on May 2012
#140
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..
 
Reply


 
Forum Jump


All times are GMT. The time now is 18:30.