![]() |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
2 Attachment(s)
ok I'm having issues...when I installed the app it ran fine but now that I'm trying to change the background it just won't work
Code:
[Main] so i have both lockscreens working currently on my phone :confused: |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
Loz. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
i tried adding .jpg images into it as well but still i'm getting same black background. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
Loz |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
/home/user/MyDocs/.images/wallpapername.JPG make sure jpg is written in caps hopefully thats should work! then make sure you save the .ini file and write killalla qtlockscreen in xterminal give that a try! |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
thanks Lolz and romiiio....romiiio I did as u said and it worked...I guess JPG needed to be capitalized...thanks a bunches :)
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Nokiaqueen you are welcome!
TO SET YOUR 800 X 480 JPEG WALLPAPERS AS YOUR LOCKSCREEN BACKGROUND FOLLOW THIS INSTRUCTION! make sure you choose the correct path to the folder as following /home/user/MyDocs/.images/wallpapername.JPG make sure jpg is in capital then make sure you save .ini and write killall qtlockscreen in x-terminal and thats it done for portrait mode make sure you have 480 X 800 pictures and you can still use jpeg files as much as you write .jpg in capital like this .JPG this for the people who dont have much knowledge with this or are having trouble i have tried to be as simple as i can hope this helps! |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
I think I found a small bug with this otherwise quite polished app.
The size of the Date rectangle seems to be static and most probably it's size is determined during start up according to the current string in the ini file. But that way if you start your phone lets say on Monday and the string is like "Monday 31 August 2011", eventually when you end up on "Saturday 10 September 2011" the string won't fit and is cut at both ends. This happens in both landscape and portrait modes. Initially I thought that there is something wrong with the ini config file, but after manual restart of qtlockscreen the problem was solved. Does anyone else has experienced such behavior? |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
You're right. I didn' think the date would change. :)
To solve this issue just set an explicit size in the config file for the datetime widget. The default config file of the next version will be fixed. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
Thank you - I'll try that right away. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
3 Attachment(s)
Hi all
Finally I've made a script for add weather from yahoo on the lockscreen and now i share with you before sakya make a "widget". @sakya I've started to write lsweather.h lsweather.cpp, but I'm a beginner in c++. Requires: - wget for downloading html file and image file - ImageMagick for making the image, install it via apt-get, or in HAM select categories "All packages (Advanced)" and install it - Alarmed, for add a cron task for automatic refresh, install it via apt-get in xterm: Code:
sudo gainroot Finally open weather.sh and modify it 1/ Line 42: url of yahooweather for your contry copy an past from your browser 2/ Line 55: unit for the text "°C" 3/ Line 57: 58: string "Max: " and "Min: " 4/ Line 62: Font, size color and position for the text and its stroke 5/ Line 33: Check path for making and storing image file, make sure user can be write in it Code:
sudo gainroot read convert documentation http://imagemagick.org/script/index.php 6/ add in your qtlockscreen.ini modify xx for matching your number off "widget" [Main] .... Widgets\xx\Name="Image.Weather" Widgets\Size=xx [Weather] Image="/home/user/apps/QtLockscreen/Weather.png" SizeP="250;180" SizeL="250;180" PosL="0;0" PosP="0;0" Make it executable and run it, in xterm: Code:
chmod +x /home/user/WHEREYOUWANT/weather.sh Title: "Yahhoo Weather for QtLockScreen" Type: command execution, " /home/user/WHEREYOUWANT/weather.sh" Cron String for updating every 2 hours: "* */2 * * *" Click Save Event That's all, i hope you like it :D. Sorry for my English I'm French, in weather.sh, script it's fully documented in french. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
Edit: Although it is really better with this Lockscreen, as with the normal one. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
yess i see your post, and it inspire me for making my own for qtLockScreen thank's for your post and your script. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
as i understood it just prints the weather on the "lockslider.png" or whatever my background file is, right? |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Not yours background.
In fact the background is the yahooweather png file (use too in QBW), and i parse the html file too, for making text on this image this why i need wget for downloding html file and png file. Next step qtLockScreen permit to put this image where you want on the qtlockscreen. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Well I have to thank all that helped with getting my lock screen sorted yesterday.. I sighned off a little early but myself and eefo were behind the scenes sorting it... so many thanks to eefo and I will be going back though the thread to thank others too. I will be posting the end result as I think after all the work to sort out paths.. its worth it when others can see the end result.
Also just catching the talk about putting the weather widget on the lock screen well I like that idea...its good to see the N900 being constantly updated... as I said i a previous post, the I Phone 4 after jail break looks fantastic... and there weather apps kinda makes ours look feeble in comparison. I I was up on this linux thing id be on it like a rash. Anyway thanks all... will be watchinh this thread!.. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
1 Attachment(s)
My 0.2 version of the fringe lockscreen.
(initial release) :) http://img233.imageshack.us/img233/2...ckpprev.th.png http://img577.imageshack.us/img577/2...3008383.th.png seriously hope for a userfriendly GUI for this qtlockscreen. also I got tons of feature wishes :) Copy following files: - QtLockscreen.ini to Code:
/home/user/.config/sakya Code:
/etc/hildon/theme/backgrounds Code:
/opt/usr/share/fonts Code:
killall qtlockscreen |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Is it possible to remove the text from the notification icons and just show the icon only. for example the text: "1 unread message"
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
2 Attachment(s)
Quote:
and translation this Simplified Chinese for China ->cn But I can not find placement to test his |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
@eefo
are you using photoshop on trhe N900, if so how or is it gimp? |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
@loz
not connected to the thread but an awsome audio setup you have there!! |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
This widget would be extremely useful:
A widget that just executes a line and displays the result. (preferably with conditioned images) |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Hello.
A bug report. Have been using QTlockascreen for some time now. sofar it works good apart from bad rotation and the 2s qt problem. But today I experienced a smal bug. I got a email yesterday, and usually when you remove the yellow notification it also disapear as a notification in QTlockscreen. But this doesnt. I kill off QTL doesnt help. I guess a reboot will solve it, havnt tryed it yet. Just want to report the strange behavour first. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
The danger is the lockscreen will have so much on it that users will then start complaining it is slowing the device down. My phone already seems to be freezing again, for a couple of seconds, when on coming call arrives which I feel maybe down to this app. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
1 Attachment(s)
@http://talk.maemo.org/image.php?u=49...ine=1305108566 sakya
I have attached an overworked german translation. Also I wonder if it's possible for you to store the translations files locally on the device. So we can easily add/update them. Can you tell us what more features are about to come? ^^ Thanks again for qtlockscreen. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
@NightShift79: many thanks for the translation. :)
The next version won't use the embedded resources and all files will be installed to /opt/qtlockscreen |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Could it be, that the current version doesn't support more then '6 external battery pics'
It shows me the original charging symbol inside the ressource. Code:
[Battery] |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
i just commented out the original path...
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
Code:
[Battery] |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
Very yours path i see ":" in your config. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
anyone else noticed that when u use the slide lock, the one at the right and not the power button, it shows the qtlockscreen for 2 seconds and then goes to homescreen. its laggy. how to fix this?
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Thx.
GaRy delaMEr and pusak gaoq ...you both were right. I messed up the pathes. |
All times are GMT. The time now is 23:18. |
vBulletin® Version 3.8.8