The Following 15 Users Say Thank You to joerg_rw For This Useful Post: | ||
|
2011-06-25
, 06:54
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#62
|
The Following User Says Thank You to F2thaK For This Useful Post: | ||
|
2011-06-25
, 06:59
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#63
|
|
2011-06-25
, 07:10
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#65
|
Well this is the best design so far and hope you can make a portrait version with these elements rearranged when it switches to portrait mode.
|
2011-06-25
, 07:15
|
|
Posts: 127 |
Thanked: 19 times |
Joined on Jul 2010
@ Wales
|
#66
|
Open to suggestions (UI or features), I wanted a slider instead of a button to unlock the device, but the default Qt slider looks crappy at best.sed
|
2011-06-25
, 07:19
|
|
Posts: 519 |
Thanked: 123 times |
Joined on Oct 2010
@ Malaysia
|
#67
|
The Following User Says Thank You to Dark_Angel85 For This Useful Post: | ||
|
2011-06-25
, 07:22
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#68
|
|
2011-06-25
, 07:24
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#69
|
|
2011-06-25
, 07:25
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#70
|
I suggest to implement this separately in a generic way to have a system wide gesture detection daemon that has
-- configurable *attention*-triggers
. double-tap detected by accelerometer being one of them,
. various elementary gestures like e.g. face-down position or strong shaking another,
. and obviously some users would want button-press as trigger source.
-- Then the gesture-daemon needs some state awareness:
. state_is-locked,
. state_custom-script-returns-zero...
-- and needs to know which programs are in list of running processes aka started (ps ax) and also
-- which program is upfront and visible (or *would* be visible if the current program [lockscreen] vanished, i.e. second on window stack).
Depending on all these conditions met the daemon then starts to watch for certain gestures and does the configured action when sensing one of those gestures (e.g. send a dbus cmd to lockscreen app ::{ activation-trigger+=doubletap(X,1500,50);; conditions: triggerd-by=doubletap, gesture_to_detect=none, program_on_top=lockscreen;; action: cmd=dbus-send lockscreen "unlock"} )
I'd like to discuss the design rationales and architecture more in depth with anybody willing to give this a go
/j
[edit] would integrate like siamese twins with pocketsphinx voice detection as suggested in and PoC provided in another thread here on tmo (sorry can't find the link right now) - voice input is "just another gesture" to detect
[edit2] this post spawns a new thread: http://talk.maemo.org/showthread.php...10#post1038610 - PLEASE answer there, not here (unless it's about the integration of that suggested daemon with the lockscreen)
Maemo Community Council member [2012-10, 2013-05, 2013-11, 2014-06 terms]
Hildon Foundation Council inaugural member.
MCe.V. foundation member
EX Hildon Foundation approved Maemo Administration Coordinator (stepped down due to bullying 2014-04-05)
aka "techstaff" - the guys who keep your infra running - Devotion to Duty http://xkcd.com/705/
IRC(freenode): DocScrutinizer*
First USB hostmode fanatic, father of H-E-N
Last edited by joerg_rw; 2011-06-25 at 07:45.