![]() |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
How can I complete delete qtlockscreen with the settings and other things, because I have a problem when I reinstall it every time stay the same settings. precisely in what is another folders located configuration of qtlockscreen etc.
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
With the new update 0.1.11 the problem with the date being displayed in the wrong language when using the Locale option has be solved. Just thought I would mention it.
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
sorry I totally missed your answer. This is my output: Code:
login as: root Any other ideas? Greetz, J4ZZ |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
@ sakya
any chance to make the Time widget something like this ? Code:
[time] |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
hi sakya,
could you add support for displaying of german umlauts (äöü)? Cause I changed the weatherwidget.sh to use the german yahoo site to have german weather conditions, and its very cloudy ("bewölkt" in german) these days here in berlin;) I also added "caching" of the conditions/min/max values, because if qtlockscreen calls weatherwidget.sh when the phone isn't online I only saw the weather image and no temperatues... btw, are there any known bugs with the wifi widget? Cause its not always visible when it should be... |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
http://img9.imageshack.us/img9/3526/...1082512002.png http://img692.imageshack.us/img692/3...1082513115.png is there any solution for this problem with the current Time widget ? |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
can someone please tell me why it is laggy? like for example if i unlock my phone using the slide unlock instead of the power button, sometimes qtlockscreen shows up for 2 seconds n then phone gets unlocked
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Hi Sakya got a bit of a problem i'm not really sure if this is anything to do with latest version of QtLoackscren i'm not sure whats caused this but everytime i have look at conky the CPU load is very high even though no extra apps are running CPU load is at 8.70: 7.60: 4.78 etc
which is very high its always at similar levels everytime after i wake up the phone normally it used to be close to 0.00: 0.00: 0.00 after long time of no activity! Also phone gets laggy when phone is woken up after long time of inactivity when i press power button qtlockscreen shows up fine but when i move the lock slider it doesnt move but if i swipe it it unlocks! But if i lock it again and unlock it then the slider moves! Is this harmful for my N900? what can i do to solve this? |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
if overclocked to 750 MHz is ok. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
same here..even at 750mhz
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
I'm sorry but I don't really know where to look for you problems.
I use my N900 at 600mhz and the only situation I can see the lockscreen when unlocking using the hardware button is: -Open the stock media player and play something (probably other landscape only program will do the same) -Lock the n900 -Press the power button and let the lockscreen rotate into portrait -Unlock with the hardware key These way I can see the lockscreen (sometimes, not even always) for less than a second, probably due to the rotation (the stock media player is only landscape and the lockscreen was rotated to portrait). Do you have something going on when locking/unlocking like lockdaemon? Did you try to change the theme? I'm using the default one. Btw I installed the speed patch and I can confirm that this solves the "2 seconds lock" when the power button is pressed. @romiiio: well, in conky (or with the top command) you can check what process is taking that 7/8% of cpu. The problem with the slider is a known problem (read the first post), but as I said the speed patch seems to solve it. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Sakya, i know u have gotten this request before, but how abt adding textRotate element for DateTime widget etc. Now of course that would depend on widget size being set by user properly like in Slidetounlock case. textRotate will be rotating text b/w 0, 90, 180, 270. So basic four options should do it.
another thing i had in mind was Clock widget but i am not sure how that would work. Perhaps import one of the desktop clock widgets like yahoo weather widget was recoded. i love the designer mode, thanks a million |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
any way thanks alot :) |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
But if it solves the QT 2s lock issue that would be a reason to try it out. Have encountered any problem with a patch installed, Crashes etc? |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
But as a reproducible metric it definitely did diminish the screen refresh time from 1-2 seconds to zero or very close to it (to a hundred of a second, as sometimes I see the previous screen for a blink of an eye). Apologies to Karam if this really proves to be working in a long run. :) |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Hi Sakya,
many thanks for your work. Do you think it possible to use Flash Wallpaper as a background? tanks negus72 |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Hi, sorry for bothering, but I believe I have a bug and a feature request:
The bug: Whenever the QtLockScreen activates, if it has the weather plugin on, it will ALWAYS try to connect to the internet, wait until done and THEN show itself (or, if in the demonstration mode, lock itself). If I'm in slow connections, this is a problem. AND, also, it may help explain why it may be blocking some people from answering calls, because 3g/2g and call service don't like each other so much |:/ My solution would be one of this two: 1)Always cache the last weather at start or whatever (so it won't update only after showing itself, then, having the last possible weather always handy). 2)Free the app to not have to wait until the weather is updated (with threads). OR, the best of all, a mixture of both. Always cache the weather, and free the app of it. AND, my feature request: I would like to be able to put the notification labels INSIDE of the picture's notification. I ask this because, if I try to make it by editing the background picture, if there's no notifications, they will stay there... empty. Well, I wish I would be able to do this: http://img88.imageshack.us/img88/3526/message2k.png OR, to always be able to show the notifications, even 0. Thank you! |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
The weather widget is updated: 1.The first time the widget is updated (created) 2.When you connect to the internet and at least MinimumSecondsBetweenUpdates seconds passed from the last update 3.When AutoUpdateIntervalSeconds seconds passed since the last update. You can test this by launching qtlockscreen in debug mode Code:
/usr/bin/qtlockscreen -d Look at the debug messages: after the "start update" message you shouldn't see the message Code:
Updating weather informations Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
can i request adding a BackGroundImagePressed for the slidetounlock widget, this way when we press the slider, not only the slider change to pressed but the background too also, my weathers conditions are still in blank, already tried Code:
/opt/qtlockscreen/weatherwidget.sh Code:
Current: 22 |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
About the weather problem, this is what I meant that sometimes happens on my phone (not just on debug mode, but is more difficult to get it to "bug" - I'll try to track it further, sometimes it just works and sometimes it locks like here [in my half-backed screen]): http://www.youtube.com/watch?v=tCHIup6CRqY Thanks again! |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
hi guys,
i already installed qtlockscreen and i have 3 questions: 1. when i am using the mediaplayer widget, the title name is mostly to long in portrait mode. is it possible to have the text aligned in the center of the screen and when the text is to long, it should display the text left aligned ( approx. 400px ). do you understand? 2. is it possible to define the display duration? 2 Mins for example? 3. is it possible to have a fm transmitter widget on the lockscreen? cheers |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
A partial changelog for the next update:
Code:
* Added TransparentBackground setting to have a transparent background. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
wow, someones been busy!
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
just 2 suggestion , indicator 2g/3g been active include 3,5 g and notification for software update, big big thanks |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Hi
Does anyone happen to know how (if its even possible) to make the media widgets control Someplayer instead of the default media player? |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Hello everyone. I just discovered qtLockscreen yesterday, and I have to say it completely renewed my interest in my N900. Started playing around making my own lock screen, and I have a couple of questions:
The first one is the same as the user StocChr asked a couple of posts back: Is it possible to define the duration of the lockscreen? I would like it to display it a lot longer than now. Also: is it possible to show the lockscreen by tapping the screen? As it is today I have to press the power-button, which is a little awkward sometimes. How about a double-tap to wake it? I realize that these issues might not be addressed by qtLockscreen, but perhaps by the CSSU? Or maybe it is fixed already, and I just don't know how to unlock the functionality. Any help appreciated! |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Quote:
Wanted it because i wanted it for the windows type concept and sakya immediately included in his code for next build. Sakya is an awesome guy with lot of patience. Thanks sakya for all the work you are doing :) |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Hi, is there a way to have the lockscreen "always on" so that it doesnt go black? also how do I find where to put pictures for changing the backgrounds?
|
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
hi sakya,
could you add displaying of german umlauts? I have changed the weatherwidget to use the german yahoo weather site and the conditions text often contains german umlauts (like bewölkt). could you also a widget to display the contents of a file? I would like to display the update time of the weather infos. |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
hi,
where can i get the themes? when i run the qtlocker configuration it just says no themes found. help plz :) |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Hi!
I'd like to translate this app into Russian. Is there any possibility? How can I do this? I guess there are some config files that need to be translated. I can help with this. Cheers |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
Uploaded now version 0.1.12
Screenshot: http://s3.postimage.org/1ytunwchw/Sc...911_133834.jpg Changelog: Code:
* Fixed: Weather widget update To use the transparent background: 1.Set TransparentBackground to 1 2.Don't set a background or set it to a semi transparent image. Example: Code:
TransparentBackground=1 |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
lmao :D
sakya you have allowed us to stay busy in our daily life :D thanks for the work . |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
2 Attachment(s)
Quote:
I made a small change and this one worked for me. Try the attached file. I think you know where to place it. /opt/qtlockscreen. Here is a attached screenshot. Sakya, if you feel this looks good, attach it to the source. Thanks naninenu |
Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
what does the transparent bg do?
|
All times are GMT. The time now is 05:47. |
vBulletin® Version 3.8.8