maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Design (https://talk.maemo.org/forumdisplay.php?f=46)
-   -   [Announce] QmlLockScreen - another lockscreen for maemo (https://talk.maemo.org/showthread.php?t=92181)

elros34 2013-12-31 15:33

Re: [Announce] QmlLockScreen - another lockscreen for maemo
 
kraker_abhy, check latest version and leave feedback.

Quote:

Originally Posted by bill_klpd (Post 1402396)
Well it happens when it is in landscape and then when I rotate the phone it goe... on portrait like that.

Only when hildon is under lockscreen?
Quote:

Originally Posted by bill_klpd (Post 1402396)
One more idea... Can you make it to stay in the lock screen as long as you "play" with it instead of turning off after sometime(I am not sure if this happens, but it gives me the idea that it really does!).

But what when phone is in your pocket and you accidentally press powerbutton. Maybe if I add proximity sensor support.
Quote:

Originally Posted by bill_klpd (Post 1402396)
By the way, how can we change the background image and the apps if we want?

As usually in /opt/nameoffapp/
Bar with apps is QuickBar.qml
You have e.g.
Code:

source: isHildon ? "file://usr/share/icons/hicolor/64x64/apps/terminal.png"
..
uiTools.runApp("osso-xterm")

change "osso-xterm" (/usr/share/application/hildon/osso-xterm.desktop) to something different

kraker_abhy 2013-12-31 17:38

Re: [Announce] QmlLockScreen - another lockscreen for maemo
 
Quote:

Originally Posted by elros34 (Post 1402538)
kraker_abhy, check latest version and leave feedback.

Hi elros34, Thanks for your hard-work. I have figured below things with new version:

Working nicely:
1. Now pause button doesn't stop the song and it just pause which is nice.
2. Songs get paused when i remove headphone.
3. swiping and controlling media seems more smoother

Problems according to me:

1. Hiding back the bar with icons (if i don't want to launch any app) now requires double time swipe, it doesn't scroll down for the first time when i swipe (it was smooth in previous version)
2. First lock screen appearance after reboot shows half the screen in landscape with portrait long screen going out of display, no matter which orientation N900 is. which is very odd and also when i swipe away then it shows kind of app closing window of qmllockscreen.

My requests:
1. Like OMP, would you like to add control to media play that once i plug headphone back it should play song again if it was paused?
2. Did you planned to add notifications like other lockscreens or any other information on the empty space on the screen like weather or some other information from relevant applications?

Sohil876 2013-12-31 17:46

Re: [Announce] QmlLockScreen - another lockscreen for maemo
 
Quote:

Originally Posted by elros34 (Post 1402538)
kraker_abhy, check latest version and leave feedback.

With v0.3 display now blanks out in around 2-4 seconds even if i am interacting with lockscreen :(, can you make it not blank out when interacting with lockscreen? , also for next release can you implement notifications? Thnx.

elros34 2013-12-31 17:51

Re: [Announce] QmlLockScreen - another lockscreen for maemo
 
Quote:

Originally Posted by kraker_abhy (Post 1402589)
1. Like OMP, would you like to add control to media play that once i plug headphone back it should play song again if it was paused?
2. Did you planned to add notifications like other lockscreens or any other information on the empty space on the screen like weather or some other information from relevant applications?

1. I just forget about it.
2. For now I'm focus on bugs maybe later but I don't want to make new desktop with tons of widgets.

kraker_abhy 2013-12-31 17:54

Re: [Announce] QmlLockScreen - another lockscreen for maemo
 
Quote:

Originally Posted by Sohil876 (Post 1402592)
With v0.3 display now blanks out in around 2-4 seconds even if i am interacting with lockscreen :(, can you make it not blank out when interacting with lockscreen? , also for next release can you implement notifications? Thnx.

I have noticed that too but it isn't problem with qmllockscreen as i have checked, you are using timenow i guess, timenow is making screen blank out quicker, you can try with power button which is working nice for me.

elros34 2013-12-31 17:55

Re: [Announce] QmlLockScreen - another lockscreen for maemo
 
Quote:

Originally Posted by Sohil876 (Post 1402592)
With v0.3 display now blanks out in around 2-4 seconds even if i am interacting with lockscreen :(, can you make it not blank out when interacting with lockscreen? , also for next release can you implement notifications? Thnx.

Try to restart phone. My lockscreen doesn't control this so it should be exactly like in earlier version. I guess it's systemui or mce job.

kraker_abhy 2013-12-31 18:01

Re: [Announce] QmlLockScreen - another lockscreen for maemo
 
Quote:

Originally Posted by elros34 (Post 1402595)
1. I just forget about it.
2. For now I'm focus on bugs maybe later but I don't want to make new desktop with tons of widgets.

1. You might add it in future version if that's ok.
2. Exactly i want neat look too, But there is enough space and i would love if you add just one item, most probably missed call notification in future but it should not be slow cos now it is just awesome (I don't think text or mail notification is much required).

Sohil876 2013-12-31 18:08

Re: [Announce] QmlLockScreen - another lockscreen for maemo
 
Quote:

Originally Posted by kraker_abhy (Post 1402597)
I have noticed that too but it isn't problem with qmllockscreen as i have checked, you are using timenow i guess, timenow is making screen blank out quicker, you can try with power button which is working nice for me.

Yes youre right its because of timenow, i think ill revert to v0.10 again.

Quote:

Originally Posted by elros34 (Post 1402598)
Try to restart phone. My lockscreen doesn't control this so it should be exactly like in earlier version. I guess it's systemui or mce job.

Yes sorry it was because of timenow.

Kossuth 2013-12-31 18:18

Re: [Announce] QmlLockScreen - another lockscreen for maemo
 
A bit OT here, but you can adjust the time that timenow displays the lockscreen on proximity sensor uncover, just search the timenow thread. I think the conf file is either on MyDocs/.timenow or /opt/timenow.

kraker_abhy 2014-01-01 13:49

Re: [Announce] QmlLockScreen - another lockscreen for maemo
 
Quote:

Originally Posted by elros34 (Post 1402538)

As usually in /opt/nameoffapp/
Bar with apps is QuickBar.qml
You have e.g.
Code:

source: isHildon ? "file://usr/share/icons/hicolor/64x64/apps/terminal.png"
..
uiTools.runApp("osso-xterm")

change "osso-xterm" (/usr/share/application/hildon/osso-xterm.desktop) to something different

I tried to add one more app for myself on the bar with icons. I just added one more item in QuickBar.qml but it didn't showed up on lockscreen. Is there any other place where i need to list it?

Also is there any chance that it can be unlocked throught right and left swipe too?


All times are GMT. The time now is 14:22.

vBulletin® Version 3.8.8