View Full Version : [Alpha]Gesture Unlock and Launcher Version 0.0.2 Alpha(8March08)
scilor
07-03-2008, 10:27 PM
Gesture Unlock and Launcher 0.0.2 Alpha
Iam working on a little tool to use gestures for several things:
-Unlock your Phone - I think I found something, i will do it later just have much things for school to do
-Launch your prefered Programs - DONE :D
-......
If you like, you can test the preview and give me your Opinion
This Should work on any Touchscreen Device with netcf2
but i just tested it on my Kaiser
Edit the config file (cfg/gestures.cfg) like you want!
the dire7th March 2008 23:37 - added config and launcher!ctions of the gestures are like on the numpad:
7-8-9
4---6
1-2-3
Exit: Draw an "X", but it must be in one line and closed at the Top or Bottom
About: Left, Right, Left
Calculator: Draw a "C"
!!!!!
BIG Thanks to the author of this thread!
http://forum.xda-developers.com/showthread.php?t=374375
!!!!!
7th March 2008 21:40 - Should now work on every Screen Resolution
7th March 2008 23:37 - added config and launcher!
8th March 2008 11:17 - added editable pictures (skin), exit Button, little change in gesture recognition
8th March 2008 22:25 - added Recording Icon and changed gestures.cfg to decrease memory,cpu use
Before I even check it out just a big thanks for taking it on.
I can see that it's reading. Will this be a transparent overlay?
TheDude1120
07-03-2008, 10:35 PM
cant wait to see the finishes product, since i joined xda, everyone who has a touch and sees it says ay howd u get your phone to do all that :D
scilor
07-03-2008, 10:36 PM
Yes that it is ^^, Its just showing the Debug Data, (320x240)
What a Device are you using JDSX?
Yes that it is ^^, Its just showing the Debug Data, (320x240)
What a Device are you using JDSX?
I use the Tilt.
scilor
07-03-2008, 10:41 PM
I reuploaded it, now there shouldnt be Scroll Bars Anymore
Just so I'm clear, what kind of help are you asking for at this stage? I can help test the product but I haven't done any mobile development.
scilor
07-03-2008, 10:47 PM
If you haven't done developement just Keep trying it and report bugs! If you have special wishes or ideas for the GUI you are welcome
Im just programming the Launcher Part
All I'm after is an app that uses motion for unlocking. In the purest form it can be like the iPhone unlocker where there's a bar to slide but, unlike S2SU, the bar should be positionable and it shouldn't write over anything else on the screen. That means if you have something like SpB Mobile Shell, when your phone is locked it shows the Now screen. I would want to see the Now screen still. Here's a mockup:
http://i264.photobucket.com/albums/ii198/azzambm/IDEAWinCE.jpg
More advanced features can be things like custom-defined motions for unlocking including no visual hints which in effect will function like a password. As for functionality outside of unlocking...it doesn't really interest me because so many other applications already do that. Is there something you need tested now? When I ran it, it didn't seem like it was at that stage yet.
jomo25
07-03-2008, 10:57 PM
All I'm after is an app that uses motion for unlocking. In the purest form it can be like the iPhone unlocker where there's a bar to slide but, unlike S2SU, the bar should be positionable and it shouldn't write over anything else on the screen. That means if you have something like SpB Mobile Shell, when your phone is locked it shows the Now screen. I would want to see the Now screen still. Here's a mockup:
http://i264.photobucket.com/albums/ii198/azzambm/IDEAWinCE.jpg
More advanced features can be things like custom-defined motions for unlocking including no visual hints which in effect will function like a password. As for functionality outside of unlocking...it doesn't really interest me because so many other applications already do that. Is there something you need tested now? When I ran it, it didn't seem like it was at that stage yet.
IMHO, "Invisible Lock Screen" and "Gesture to Unlock" are 2 distinct challenges. I agree it would be cool to combine the 2. But you may need to prioritize those 2 efforts.
My personal opinion would be to implement a small, very efficient gesture recognition module that generates an event based on the a successful gesture match. It would be like "Gesture 2 Action". Then others like A_C could perhaps integrate or make it an option for S2U2. With G2A, then again, it could be used to do anything - launch an app, set an alarm, disable bluetooth, etc...
The invisible lock screen would be nice also, but I think it presents entirely different challenges.
scilor
07-03-2008, 10:58 PM
I will reupload Preview B in some minutes, there you will be able to Launch programs by Gestures
You can configurate it in a text file
Scilor, aren't there already apps that launch programs via gesture? Touch Commander (http://www.touch-commander.com/) is one. I'm sure there are more. What are your development priorities?
jomo25
07-03-2008, 11:02 PM
Scilor, aren't there already apps that launch programs via gesture? Touch Commander (http://www.touch-commander.com/) is one. I'm sure there are more. What are your development priorities?
But those are usually simple one-directional gestures. Not more complex ones.
IMHO, "Invisible Lock Screen" and "Gesture to Unlock" are 2 distinct challenges. I agree it would be cool to combine the 2. But you may need to prioritize those 2 efforts.
My personal opinion would be to implement a small, very efficient gesture recognition module that generates an event based on the a successful gesture match. It would be like "Gesture 2 Action". Then others like A_C could perhaps integrate or make it an option for S2U2. With G2A, then again, it could be used to do anything - launch an app, set an alarm, disable bluetooth, etc...
The invisible lock screen would be nice also, but I think it presents entirely different challenges.
I guess what I'm after is what's not available now. To start, a very simple low-impact unlock slider that doesn't override the visible screen, and to finish a custom-motion unlocker with option to hide the visible hint i.e. slider track.
But those are usually simple one-directional gestures. Not more complex ones.
That's true. If the primary purpose of this new app will be to one-up Touch Commander with complex gestures, I guess that would be something new.
scilor
08-03-2008, 12:48 AM
I just Uploaded the new Version!
now you can launch programs with it (configuratible in the gestures.cfg)
mb286
08-03-2008, 08:25 AM
interesting app, works on my touch. Thanks!
scilor
08-03-2008, 12:21 PM
I just uploaded a new Version Alpha 0.0.1
I little improved the gesture recognition and made it a littel bit Skinnable
Iam Primary working on a Launcher, because i dont' know how to block buttons, if iam able to do this, i will implent the Locking function
TacoLoco
08-03-2008, 12:53 PM
interesting project but in future it should be possible to make gestures in any app!
scilor
08-03-2008, 07:16 PM
This is a nice idea ^^ i have just to find out how to read the mouse position in background
mr_deimos
08-03-2008, 09:20 PM
Glad to see my article and code helped anyone :)
For making gestures in any app - i don't think it would be wise constantly intercept stylus movement. That would probably interfere with ftouchflo, and normal device operation. But it would be nice to have the app mapped to a hardware button - once you press it, you give focus to recognizer and you can draw a gesture, and action taken if gesture is recognized is dependent on currently active app. Then the gesture recognizer minimizes itself. This way should also be easier to code. It would be nice if recognizer's window was transparent with only some small indication that it's active (like an icon in the corner or the screen) so you can see a gesture trail drawn on top of the active application. However i have no idea how hard to program that would be - as i said, i'm not very familiar with windows CE programming :)
thakidc
08-03-2008, 10:28 PM
sorry to suck so bad but were do i extract to? windows or... but any way this looks like the bizness ive always wanted a program thats closed apps by going from the middle of start bar down kinda like spb's quick menu but to close the running app but thanks this sounds great if it works on my mogul
amanakbar
08-03-2008, 11:00 PM
maybe you should have a look at sensiva symbol commander - and improved on that
http://forum.xda-developers.com/showthread.php?t=324285
scilor
08-03-2008, 11:19 PM
@thakidc Just extract it where you like (Release dir)
@mr_deimos THX Again :D
@amanakbar Thanks for giving the link
I will release the alpha 0.0.2 in a minute!
just little optical improvements
I will release the alpha 0.0.2 in a minute!
just little optical improvements
Came across this app when I saw a post you made in another thread here on xda. Interesting idea for an app. Will try it out and report back...
BTW, in your sig, the links for the last two of your PPC Programs are backwards. Found this out when I clicked on the one for Gesture Unlock and ended up at the other one. ;)
scilor
02-04-2008, 02:31 PM
Thank you i will fix this
i will continue this app when i have time left the highest priority is on Fahrplanauskunft ^^
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.