View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#6
Originally Posted by blvx View Post
i bought this app from store and it doesnt work for me at all, the addinfo is not showing up in right place it's only showing three first letters of the date, so it's like off the screen hiding in the right corner lol, what is up wit dat?
you need to edit some values.

1. use terminal
2. devel-su
3. password (default is rootme)
4. apt-get install nano (do this if you havent installed nano already)
5. nano /usr/share/themes/base/libsysuid-screenlock-nokia/style/libsysuid-screenlock-nokia.css
6. scroll down to the following lines and edit the maximum size like i've done. the default should be 12mm 12mm.
Code:
LockScreen MImageWidgetStyle#LockScreenLowPowerModeOperatorLogo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 6mm;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    maximum-size: 45mm 45mm;
7. reboot and enjoy.
 

The Following 3 Users Say Thank You to thedead1440 For This Useful Post: