maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] QtLockscreen: highly configurable lockscreen replacement (https://talk.maemo.org/showthread.php?t=75150)

end2begin 2011-08-23 05:36

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
@sakya. I also tested in your newest release: same problem. Good to know you will fix it in the next update. Thanks mate!

neboja 2011-08-23 06:31

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
@sakya: is it possible to flip the direction of the "slide to unlock" widget, or even to rotate it???
for example, if you hold your phone in your left hand often while in portrait mode (and i do) it is more convenient to pull slider from right to left, instead of left to right....
also, even to put slider vertical (what is i think a more convenient than any horizontal position - more "finger friendly") ... and that puts a lot of more possibilities to mod
thx for reading this, this is only my suggestions ;)
great work btw ;)

ScarCow 2011-08-23 07:57

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
I can't read through all the 55 pages of this thread now, so please forgive me if this was already asked (and yes i tried to search)...

For me sometimes, when i press the power button, instead of the qtlockscreen, the original lockscreen comes up, and everything freezes. The only way i can unlock the phone then is to open the keyboard (my unlock key on the side of the phone is broken, so maybe that would work as well, i don't know). Does anybody else have this happen? Is there an easy way to fix?

Thanks.

eefo 2011-08-23 08:36

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by ScarCow (Post 1075108)
I can't read through all the 55 pages of this thread now, so please forgive me if this was already asked (and yes i tried to search)...

For me sometimes, when i press the power button, instead of the qtlockscreen, the original lockscreen comes up, and everything freezes. The only way i can unlock the phone then is to open the keyboard (my unlock key on the side of the phone is broken, so maybe that would work as well, i don't know). Does anybody else have this happen? Is there an easy way to fix?

Thanks.


well this usually happens with me too after usin killall qtlockscreen , everything got mess up and the default slider lock screen appears .
sakya once told me to try this .

Code:

/usr/bin/qtlockscreen &
instead of killall qtlockscreen and it did work , but i dont know what has happened after updating to the newer versions this problem automatically solved .
like now i use killall qtlockscreen , press the power button , default lock screen appears but after few seconds sakya one's override it and sometimes even if it doesn't i use the default slider to unlock and the next time i press the power button to unlock i see sakya's lock screen .

sakya 2011-08-23 08:47

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by eefo (Post 1075125)
Code:

/usr/bin/qtlockscreen &
instead of killall qtlockscreen and it did work

If you run /usr/bin/qtlockscreen & without killing the current lockscreen you'll end with two lockscreen running, don't do this.

To restart the lockscreen use:
Code:

pkill -HUP qtlockscreen
only if for some reason the lockscreen does not restart automatically execute it manually with
Code:

/usr/bin/qtlockscreen &
@vi_: This is the ram usage on my n900 using the default config:

http://s1.postimage.org/1pmkx2qro/Sc...822_223337.jpg

http://s1.postimage.org/1pmrj84qs/Sc...823_111217.jpg

J4ZZ 2011-08-23 10:01

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
@Sakya

Qtlockscreen is still not working when using bash as default shell.
Is there something to do to make it work with bash, too?

Greetz,

J4ZZ

sakya 2011-08-23 10:05

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by J4ZZ (Post 1075170)
Is there something to do to make it work with bash, too?

Is just the autostart script that fails (I think this is the case)?
Does the lockscreen work if executed manually?
Code:

/usr/bin/qtlockscreen &
If so, the problem is just the script
Code:

start on started hildon-desktop

respawn

script
  exec su - user -c "exec /usr/bin/qtlockscreen"
end script


Zekahz 2011-08-23 10:22

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Is it possible to have more intermediate battery values. For example Conky shows 76% while the lockscreen is at 70%. Or the values are not correct. Now conky shows 100% while the lockscreen shows 90%. This is a bit misleading.

eefo 2011-08-23 11:09

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Quote:

Originally Posted by sakya (Post 1075172)
Is just the autostart script that fails (I think this is the case)?
Does the lockscreen work if executed manually?
Code:

/usr/bin/qtlockscreen &
If so, the problem is just the script
Code:

start on started hildon-desktop

respawn

script
  exec su - user -c "exec /usr/bin/qtlockscreen"
end script




i cant say anything about others but i have used that command for 4 days i guess , and it worked fine .
but after the latest releases i am just using killall qtlockscreen.

prateek2888 2011-08-23 11:27

Re: [Announce] QtLockscreen: highly configurable lockscreen replacement
 
Cant we have something like Pattern Lock on Android ?


All times are GMT. The time now is 12:09.

vBulletin® Version 3.8.8