Notices


Reply
Thread Tools
Posts: 76 | Thanked: 44 times | Joined on Apr 2011 @ India
#61
Originally Posted by elros34 View Post
Sad story
http://talk.maemo.org/showpost.php?p...7&postcount=42
Hi elros34, sorry for not providing enough information.
here are the details you asked for

No error on installation
version: 0.7 thumb

output:
Code:
~ $ /opt/qmllockscreen/qmllockscreen
better sense activated
83886082 
Password:
Sorry, user user is not allowed to execute '/bin/sh /opt/qmllockscreen/chmod_i2c.sh' as root on Nokia-N900.
desktop it's:  31457285 
get_profile "general" 
is generaltrue
is generaltrue
get_modem_state "online" 
i2c battery value:  -1 
getMafwStatus():  0 
hide event 
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 20 (X_GetProperty)
  Resource id:  0x0
wasCallActive:  false 
 Window wId = X11Utils::getMBActiveWId(); 50331705 
name: "X Terminal" 
class: "osso-xterm" 
wId: 50331705 
isFullScreen: false 
HildonUtils::getOrientation(hildon_lock, hildon_canRotate):  false true 
HildonUtils::setOrientation(hildon_lock, hildon_canRotate):  true false 
winfo.isFullScreen && !isHildonWindow:  false true 
show event 
show pwr 
real show signal!!! 
i2c battery value:  -1 
X Error: BadPixmap (invalid Pixmap parameter) 4
  Major opcode: 54 (X_FreePixmap)
  Resource id:  0x35a30
hide
hide event 
X11Utils::getLockScreenFlag(winfo.wId):  1 50331705 
 HildonUtils::setOrientation(hildon_lock, hildon_canRotate); 1 false true 
 HildonUtils::setOrientation(hildon_lock, hildon_canRotate); 2 false true 
back to stock proporties:  "osso-xterm"   50331705 

real hide signal ??
I think there is some problem about root but i am not sure..
 

The Following 2 Users Say Thank You to kraker_abhy For This Useful Post:
Posts: 67 | Thanked: 88 times | Joined on Jan 2011 @ Costa RIca
#62
Originally Posted by elros34 View Post
Sad story
http://talk.maemo.org/showpost.php?p...7&postcount=42
When run as USER is asking for a password:

Code:
[2|user@Nokia-N900|~]/opt/qmllockscreen/qmllockscreen
better sense activated
46137346 
Password:
It seems like the problem is when calling the chmod_i2c.sh script via sudo.
 

The Following 2 Users Say Thank You to ejcrashed For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#63
What about the extras-devel upload?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following User Says Thank You to marmistrz For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#64
elros34: Great work, reporting a couple of issues:
1. the pulley menu can be too easily entered. If I leave the phone in the backpack for some time (the lockscreen is raised because of irrelevant hardware issues), the phone goes to tablet mode
2. "Offline mode" is actually tablet mode
3. What's the mysterious padlock appearing after some time?
4. Can the pulley menu be made configurable?
5. Feature request: lock the lockscreen's orientation (portrait, landscape, both, autorotate, etc.)

Btw. it might be worth to convert the pulley-menu code into a library, so that it can be easily implemented later on.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following User Says Thank You to marmistrz For This Useful Post:
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#65
1. So what do you suggest? We have resistant touch screen so there will be always issue unless you just disabled it.
2. Yes it is.
3. Just indicate that proximity sensor is covered and screen it's locked.
4. You can configure it (edit qml file). Maybe I will add configuration via qsettings.
5. From the beginning the main assumption was don't act like a qtlockscreen/enhancedlockscreen so: don't show lock screen on off screen, don't use slow dialog window and don't ever try to rotate screen (it takes eons). I was rather thinking about meego like rotation (only qml part) but it require mce rotation polling - need test it. If you really want painful rotation I can add it.

What do you mean by convert to library? Be aware that I'm not c++/qml expert.
 

The Following User Says Thank You to elros34 For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#66
1. Well, I'm not an expert regarding the proximity sensor, but maybe tweaking this? Or maybe having to tap the padlock (configurable) before unlocking?
2. So it should be named tablet mode. What if someone doesn't have it installed?
5. Well the most important is the rotation lock In fact I'd always use it locked vertically, but when adding this, it thought about the rotation which might be useful for some. But yes, qtlockscreen's or enhanced-lockscreen's rotation is a PITA
6. I mean creating a module, such as the qt-components. Compare: http://qt-project.org/doc/qt-4.8/qde...vemodules.html
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#67
Two more reports:
1. QmlLockScreen doesn't uninstall cleanly (there's no stock lockscreen after uninstall)
2. After installing QmlLockScreen, the device has a landscape orientation lock after bootup (might be coincidence, might be connected with it)
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#68
One more thought: now, if you swipe perpendicularly to the unlock/pulldown direction, the lockscreen unlocks (partially or fully) or moves to the pull down menu. Maybe perpendicular should be limited?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#69
elros34: qml lockscreen doesn't work well with the bme replacement. Battery percentage is shown to be -1
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post:
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#70
Originally Posted by marmistrz View Post
One more thought: now, if you swipe perpendicularly to the unlock/pulldown direction, the lockscreen unlocks (partially or fully) or moves to the pull down menu. Maybe perpendicular should be limited?
I guess better_sense=0 in qmllockscreen settings is what you looking for. Remember to restart lockscreen after changing settings.

Originally Posted by marmistrz View Post
elros34: qml lockscreen doesn't work well with the bme replacement. Battery percentage is shown to be -1
OK I will fix it.

Last edited by elros34; 2014-09-20 at 16:56. Reason: should be better_sense=0 instead better_sense=false
 

The Following 2 Users Say Thank You to elros34 For This Useful Post:
Reply

Tags
lockscreen


 
Forum Jump


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