lock only one screen - Nook Touch General

Hi
Something more general: Is it possible to lock only one screen? Say I have 3 different desktop screens. I want a user to be able to see two of them. The 3. screen should be passwort protected.
I searched a lot but couldnt find anything about this.
Thanks

Related

today.lnk

i have been searching now for two days - but with no success. you are my last help.
i want to create a shortcut to launch the today screen (NOT the today config settings which is fairly easy). i am familiar with the syntax with lnk-files but have no clue how to access the today screen.
i guess it has something to do with shell32.exe, rundll32.exe or s.th like that?
i know that there are tools available but i want to keep numbers of tools small and do not want to install one just for a single shortcut.
why do i need this? i am creating an iphone skin and one of the icons will point to the today screen.
thanks
I'm interested in this too. I've asked before for the same purpose but to no avail.

Slide2Gesture?

Maybe this has been discussed before but no one tried to develop the idea.
well instead of S2U, i prefer to have a gesture that i choose to unlock the device... so no one can unlock it other than I... if im dont have these programming skills
anyone is able to do it?! it can be a modified version of A_C's S2U2...
karim099 said:
Maybe this has been discussed before but no one tried to develop the idea.
well instead of S2U, i prefer to have a gesture that i choose to unlock the device... so no one can unlock it other than I... if im dont have these programming skills
anyone is able to do it?! it can be a modified version of A_C's S2U2...
Click to expand...
Click to collapse
Hahaha! Shouldn't that been called Gesture2Unlock?
johanromijn said:
Hahaha! Shouldn't that been called Gesture2Unlock?
Click to expand...
Click to collapse
whatever G2U ...
I like the idea of this
Cool thinkin...
No passworded needed, just a gesture.
Someone needs to copy the Microsoft Origami thingy where you unlock by tapping a certain sequence on a picture of your choice, with more security gained by moving to a smaller grid size.
ell, honestly, if you delete the images from your S2U2 directory, that should accomplish the same thing. You would just have to remember where to slide from. Or use your DPAD.
lawmangrant, i think you're missing a handy side-effect of having G2U: you can still view the today screen. I imagine that you can view the today screen, but not be able to do anything until you gesture. If anyone uses PointUI, it's kinda like the builtin lock. You see the main screen until you tap, upon which the lock screen comes up. It's pretty nice (personally use s2u2 instead) but G2U has potential uses.
It's a good idea, especially if you don't have the instructions right on the screen, it's a good locker to keep people out of your phone.
It should be Gesture2Unlock (or G2U for short) and it was discussed in the Kaiser forum here:
http://forum.xda-developers.com/showthread.php?t=362231&highlight=gesture
A_C, the author or S2U2 was contacted, but he didn't think he could do it, as you can see from the thread...
I still like the idea.
I have a program in mind that does exactly what you want...
hm.. not exactly...
you have to tap to 4 or 5 different points on your touchscreen to unlock your phone...
but I don´t know the name at the moment....
I´ll try to find it....
This is a great idea.......
strange !!! walking down the street today i had this exact thought
may be some day!!!!
This was good, but doesnt work anymore...
http://softava.com/archive/pp/otp_features.html#
interesting. Would be very similair to taking a biometric of a persons signature. presumably tho one wouldn't want the signature to be drawn as you gesture2unlock, but instead "draw" onto an invisible notepad.
its no easy process (have researched biometrics) as the important part if the learning/recognition algorythm which will probably involve some neural network coding (ouch but fun).
What you need is something like this!!!
http://bip.golana.pub.ro/~mmihai/sign/index.html.
I've emailed Mihail about this (the author), pointing him to this post. I will post his reply as soon as it arrives.
Here's my email:
Dear Mihail,
I came across your website whilst looking for clues as to how we might implement a fellow forum contributor’s idea on xda-developers.com (here http://forum.xda-developers.com/showthread.php?t=370632&page=2)
His idea was to unlock a pda using a gesture on the touch screen. To my mind that mean signature which lead me to search for some algorithms on the net. Your implementation was particularly interesting as it seems quick to operate, has low memory footprint and could work on a low spec machine (such are many pda’s).
I was wondering if you implemented such a system, or if the algorithm you have developed has been release for others to use, commercially or non-profit.
Your input into the discussion would be highly valuable.
Best wishes
Sean
lawmangrant said:
ell, honestly, if you delete the images from your S2U2 directory, that should accomplish the same thing. You would just have to remember where to slide from. Or use your DPAD.
Click to expand...
Click to collapse
Azimuth21 said:
lawmangrant, i think you're missing a handy side-effect of having G2U: you can still view the today screen. I imagine that you can view the today screen, but not be able to do anything until you gesture. If anyone uses PointUI, it's kinda like the builtin lock. You see the main screen until you tap, upon which the lock screen comes up. It's pretty nice (personally use s2u2 instead) but G2U has potential uses.
Click to expand...
Click to collapse
I see pluses and minuses to this approach as opposed to using s2u2 with the deleted slide graphics.
If you want true privacy when someone picks up your phone, you wouldn't really want them to see your today screen especially if it contains appointment and tasks info, etc. That's where I think using a modified s2u2 would be better.
If you don't have appointment info on your screen or nothing that is "dynamic" or constantly changing except the clock, then you could skin s2u2 to "match" your today screen and place the clock exactly where it is on your today screen. For example if you have HTC home as your today screen, you can skin s2u2 clock to match the position and font as HTC home and then take a screenshot and modify it to a wallpaper, cutting out the clock par. The tricky part is the missed call and sms counter. S2u2 has the potential to disply that info but to replicate that look of htc home would require major changes, probably requiring A_C's help?
Of course if our devices had the horsepower, we could modify s2u2 to just take the screenshot of the today screen and load it as a wallpaper everytime it starts up, maybe a mortscript, but it would probably would be too slow realistically.
Im glad that u liked the idea... A_C said that he doesnt have the skills to do it.. but im sure he can help...
i don't mind if the appointments info appears on the screen, but i prefer no one can access all other applications... typing a password takes time... especially when activated side by side with S2U2...
Why a signature recognition? How about a gesture system like the one found in firefox plugins:
https://addons.mozilla.org/pl/firefox/addon/39
https://addons.mozilla.org/pl/firefox/addon/12
They're based on eight directions - four sideways and four diagonal.
Directions are defined as:
U - up
D - down
L - left
R - right
7 - up/left
9 - up/right
1 - down/left
3 - down/right
So to program a gesture you just need to input the directions of strokes it consists of.
For example URDL would mean drawing a rectangle starting from bottom left, and then going up, right, down, left. You can also describe more complicated gestures that way - R2D1L7U9R would mean drawing a circle starting from its top point and moving right.
In my opinion biometric algorithms don't make much sense, since they would need a styluys to work - try to draw your signature using a finger
Simplified gestures should work with finger as well as stylus, and should still provide more than enough security.
Great minds think alike.
What I wanted was a way to use touch to unlock the device very easily without it being easy to copy. I also wanted data to be safe should the device be reset.
I thought of using the standard S2U and just using a skin which didn't make it clear how to unlock so as to deter casual snoops.
There must be a way to do this! If no-one comes up with something soon then I'll dust off my programming books and give it a try.
the new Ftouch Flo a.k.a FtouchSL has some new gesturing features ( like corners )..maybe this would be useful

Password screen customizable?

I have serched not only the forums but my device and cant find a way to customize the password screen. My companys server requires a password (i have tried the reg edit to remove it but it resets each day). The layout is awful and I would like to change it. i have searched windows folder and cant find any images associated with it. i would assume it is most likely rendered like text. so i was wondering if there is a way to change it like the dialpad skins, or is it something that needs to be developed to run over top of the default program.
Any help would be much appreciated
thanks
I should of mentioned I have an AT&T Tilt WinMo 6.0.

looking for lock screen with owner info

Hi guys,
I'm looking for a lock screen for the HD2 that displays the owner information, so if I lose my phone, someone has a opportunity to return it.
Thanks,
s2u2 does that,name and number...
Not much use if you lose the fone though...
GOTO for Android
just type in whatever you want on your background file in photoshop or gimp or picasa or whatever you have and then you'll have full control over font, placement, color, etc. And I dount your info doesn't change that much that you would have to redo the background every day... unless you're like a secret agent or something
Try this thread: -
http://forum.xda-developers.com/showthread.php?t=731614
If you use the wm6.5 slide lock, you can change the lock screen texts 'slide' and 'tap or slide' to anything you want, look here:
http://forum.xda-developers.com/showthread.php?t=625517

How can I use some apps(like photomath)on my QW09 smartwatches small screen

I remember some time ago I was able to use photomath on my smartwatch but after deleting it and after a while instaling it again it ask me to select a language and click next.The problem is that the next button is located below my smartwatches screen and I cant scroll down and click it.If there is any way I can make my screen smaller or somehow connect my watch to another device and open it that way or really any way I can use these kinds of apps with no problem I would appreciate it a lot if someone could tell me.
Change density screen (dpi)

Categories

Resources