WM6.5 lock screen delay fix - Windows Mobile Development and Hacking General

I want to start this threat to put together information in order to sort out why the device lock delay (see below) appears and how to solve it.
wm6.5 device lock app has changed from "tap here and next there" to a slider style like app you know from s2u2.
problem:
device lock is enabled
Code:
HKCU\ControlPanel\BackLight\AutoDeviceLockEnable=1
wake up the device by short pressing the power button
device lock screen is displayed instantly
it takes ~2 seconds until the slider of the device lock screen is activated and can be slided.
if you use device lock it becomes really annyoing.
there are some threads about this like this one, but the solution is not working on a Touch HD.
can anybody sched some light onthe problem why and where it appears or maybe someone already found a solution.
please post any useful information.
please do not post tips like use s2u2 or any other locking app - I do not want to use them.

the only thing i can thing of is use s2u2 or any other locking app

egoist6 said:
please do not post tips like use s2u2 or any other locking app - I do not want to use them.
Click to expand...
Click to collapse
cookiemonster55 said:
the only thing i can thing of is use s2u2 or any other locking app
Click to expand...
Click to collapse
cookiemonster, either you didn't read his post or you're a sort of a jerk.
And yes, in response to the poster, I have the same problem.

Zoltair Wright said:
cookiemonster, either you didn't read his post or you're a sort of a jerk.
And yes, in response to the poster, I have the same problem.
Click to expand...
Click to collapse
latest build 23001 still has this annoying delay

Iv noticed this too... The biggest annoyance for me is you turn the device on and the backlight isnt very bright, makes it near impossible to see the screen in daylight. Is it possible to have the backlight come on full when you press the power button?

i have this problem too. i think it is a serious bug of wm6.5
just hoping it will be fixed when the official release come out.

god i thought i was the only one, something about my config...
and i was exited about the new 6.5 lock screen,
but then it works like all the other M$ 6.5 sh!t, it doesn't
had to switch away from it

May be this help you:
http://forum.xda-developers.com/showthread.php?t=527219

A1983 said:
May be this help you:
http://forum.xda-developers.com/showthread.php?t=527219
Click to expand...
Click to collapse
thanks for your help - but that was the solution i am talking about in my first post and unfortunately does not work.

also find this intensely annoying! if you look, on my hd, in the top left corner a small windows flag appears to indicate that the slider is locked, it disappears once the slider is active, and there is a definite exact time out, i dont think its random or a load time
hope this is sorted cos its rubbish!
regards
mat

What I've done that got rid of most of the delays regarding the lock screen on my Xperia:
I got 6 cpr files from my device's /Windows directory: LS_LockScene_xxxxxxx.cpr, LS_AlarmScene_xxxxxxx.cpr and LS_PhoneAlertScene_xxxxxxx.cpr. Get files that fit the resolution of your device, they are in pairs for portrait and landscape
opened each one of them in a text editor (they are XMLs inside)
removed all "ControlSequence" sections from them (those sections are small (like 4 entries) and big (up to 21 entries). These sections are animations of arrows. Arrows will still be there after that, they just won't animate.
uploaded cpr files back to /Windows, overwriting originals
soft-reseted.
Hope it works on your devices too

lemat1 said:
also find this intensely annoying! if you look, on my hd, in the top left corner a small windows flag appears to indicate that the slider is locked, it disappears once the slider is active, and there is a definite exact time out, i dont think its random or a load time
hope this is sorted cos its rubbish!
regards
mat
Click to expand...
Click to collapse
yeah. and with 6.5 23003 onwards in the top right corner an "X" (for close) appears. only when it goes off you can access the slider.
it seems as if an app is started.

pikipirs said:
What I've done that got rid of most of the delays regarding the lock screen on my Xperia:
I got 6 cpr files from my device's /Windows directory: LS_LockScene_xxxxxxx.cpr, LS_AlarmScene_xxxxxxx.cpr and LS_PhoneAlertScene_xxxxxxx.cpr. Get files that fit the resolution of your device, they are in pairs for portrait and landscape
opened each one of them in a text editor (they are XMLs inside)
removed all "ControlSequence" sections from them (those sections are small (like 4 entries) and big (up to 21 entries). These sections are animations of arrows. Arrows will still be there after that, they just won't animate.
uploaded cpr files back to /Windows, overwriting originals
soft-reseted.
Hope it works on your devices too
Click to expand...
Click to collapse
great. that helped a lot!
now the lock screen is flickering shortly and the whole lock screen slides in once more from the bottom to the top but then the slider is instantly accessible.
from a time perspective a great improvement!

update:
basically you can delete the whole layer
Code:
<Layer ID="SlidePath" >
...
</Layer>
which removes the animation of the arrows and the arrows themselves.
do not delete this section if you do not know in which direction to slide the button
however, the delay is still ~1 second. but i think i can live with that allthough it is annoying to wait one stupid second to proceed

the delay you get when recieving a call with lockscreen on is caused by the slide to answer feature of alot of the new dialers. it conflicts with the popup call answer screen with wm 6.5. to fix this can find a dialer that doesnt have slide to answer feature. the backlight problem came from backlight.dll in the kaiser, using a new one from stock rom now and it works perfect

If you enable the enter a pin number after slide, there is no delay at all. I know this isnt a solution i hate entering a pin. however, i have a felling the pin app is running in the background and thus you dont get the flicker where it flicks from Start menu back to the lock app. Hence if you could create a dummy pin app, it could work to stop the delay.

twopumpchump said:
the delay you get when recieving a call with lockscreen on is caused by the slide to answer feature of alot of the new dialers. it conflicts with the popup call answer screen with wm 6.5. to fix this can find a dialer that doesnt have slide to answer feature. the backlight problem came from backlight.dll in the kaiser, using a new one from stock rom now and it works perfect
Click to expand...
Click to collapse
thanks for your reply. but i also have the delay when simply waking up the device by pressing the power button (without receiving a call)

xternal said:
If you enable the enter a pin number after slide, there is no delay at all. I know this isnt a solution i hate entering a pin. however, i have a felling the pin app is running in the background and thus you dont get the flicker where it flicks from Start menu back to the lock app. Hence if you could create a dummy pin app, it could work to stop the delay.
Click to expand...
Click to collapse
that's true. i replaced LS_SimplePinScene_480x800.cpr with an empty one and allthough not using pinlock, the lock app did not work at all.

What if we designed something where when you slide it calls a mortscript or something and enters 0000+OK to by pass the pin screen (assuming you set pin to 0000). Then you edit the Pin screen so it is just a clear page, so you dont even see the pin screen flash up.
Not sure if this is at all possible as im not a programmer. Just a thought

xternal said:
What if we designed something where when you slide it calls a mortscript or something and enters 0000+OK to by pass the pin screen (assuming you set pin to 0000). Then you edit the Pin screen so it is just a clear page, so you dont even see the pin screen flash up.
Click to expand...
Click to collapse
good idea. maybe someone can change LS_SimplePinScene_480x800.cpr so that it does not expect the pin from screen but is embedded directly into the cpr file?
can anybody who has a better understanding of cpr files or the lock app give us some tips?
xternal said:
Not sure if this is at all possible as im not a programmer. Just a thought
Click to expand...
Click to collapse
me neither

Related

"Mini S2U"

Source Code Finally Posted...
Sorry it took so long to post the source. I haven't been monitoring this thread for some time due to other time demands. A recent email reminded me that I promised to release the source, so here ya go...
Release 6 Notes Below...
About a week ago, I was looking for an app that would lock my wizard when it came out of suspend. I use a bluetooth headset for all my calls, so I rarely remove my phone from its carrier. However, while talking, I tend to move around and frequently the hang-up button would be pressed resulting in a disconnect.
Frustrated, I looked at a few apps. I really like the "Slide to Unlock" feature in the iPhone-like app S2U. It more or less suited my needs. However, my bluetooth headset wouldn't work with S2U installed.
Thus I set about writing an app that would "lock" the phone whenever it came out of suspend mode. The result is the app, LockDown, attached to this post. Once run, LockDown sits in the background waiting for "resume" event. At this time, it locks all keys and prevents any stylus events save one - a "Slide right to unlock" slider control. As with S2U, once the thumb tab is slid all the way to the right, the keys are unlocked and the unit once again responds to the stylus. Also note that LockDown only takes up 5k of memory.
LockDown has been tested on TNT.1933 (WM6) for the Wizard. It's compiled as a PPC 2003 app, so in theory it should also work on WM5 and any PPC 2003 devices. I've tested it with my Visual Studio WM5 and PPC emulators, and it worked fine. However, it couldn't test it on the real deals.
It's a new app. While I'm not experiencing any problems, please consider it beta for now. As such, don't wire it up as an auto-start link until you've run with it awhile and are certain it works as advertised. For now, I suggest just copying it to your \windows folder and linking to it there. If you have any problems, please report them, and I'll address them ASAP.
Release 6 Notes
The slider bug was fixed.
The Message option was fixed.
Application Invocation
Lockdown [-lock] [-close]
With the -lock parameter, the application starts in lock mode.
With the -close parameter, the application is removed from memory (if running).
Registry Options in Folder \HKEY_LOCAL_MACHINE\Software\Lockdown\Slider
Position (DWORD, 0):
If set to 0, the slider is centered.
If > 0, the slider is positioned X pixels below the "Top Taskbar".
If < 0, the slider is positioned X pixels above the "Bottom Taskbar".
Padding (DWORD, 2):
Pixel offsets for slider arrow from the left and right edges of the slider window.
Message (String, "Slide right to unlock.")
The text message displayed in the slider window.
TextColor (DWORD, 00FFFFFF hex):
Color of slider message. Note that the HEX color format is 00BBGGRR where BB is blue, GG is green, and RR is red.
FontPoint (DWORD, 16):
The font size of the slider message.
PenColor (DWORD, 00F04050 hex):
Color of the slider arrow.
BackgroundColor (DWORD, 00CCCCCC hex):
Color of the slider background.
WidthMultiplier (String, .92):
Must be a floating point value. Multiply this value with the lesser value of the desktop height or width (in pixels) to determine the slider width.
For example: If the desktop display is 240 by 320 and the WidthMultiplier is 0.9, the slider width is 216 (240 X .9) pixels.
HeightMultiplier (String, .22):
Must be a floating point value. Multiply this value with the lesser value of the desktop height or width (in pixels) to determine the slider height.
TabWidthMultiplier (String, 1.5):
Must be a floating point value. Multiply this value with the calculated slider height to determine the width of the slider arrow.
Note that the height of the arrow is always equal to the height of the slider.
EnableAnswer (DWORD, 1):
If set to 1, the answer button is enabled during an incoming call period (while the phone is ringing).
If set to 0, the answer button is always disabled.
EnableIgnore (DWORD, 1):
If set to 1, the ignore button is enabled during an incoming call period (while the phone is ringing).
If set to 0, the ignore button is always disabled.
After the installation, only the Position key will be present in the registry. I figure that most users will only tweak this value.
To modify the other parameters, add the appropriate keys with the defined types as shown in parenthesis. The default values are also listed in the parenthesis.
If you decide to tweak these parameters, please remove any shortcut to Lockdown from the StartUp folder. While I've taken steps to prevent "bad" values in these parameters, I still suggest this precaution.
Please note that Lockdown must be terminated and restarted before any changes to registry settings take effect.
As always, if you have any issues, please let me know.
W James
Very Great app...im sure many will find it useful
Does not work on my CDMA Touch
Tried it out but does not run on my CDMA touch.
It work for me on Hermes With schaps wm6 Ver 4.30
thanks.
WJames said:
Greets.
About a week ago, I was looking for an app that would lock my wizard when it came out of suspend. I use a bluetooth headset for all my calls, so I rarely remove my phone from its carrier. However, while talking, I tend to move around and frequently the hang-up button would be pressed resulting in a disconnect.
Frustrated, I looked at a few apps. I really like the "Slide to Unlock" feature in the iPhone-like app S2U. It more or less suited my needs. However, my bluetooth headset wouldn't work with S2U installed.
Thus I set about writing an app that would "lock" the phone whenever it came out of suspend mode. The result is the app, LockDown, attached to this post. Once run, LockDown sits in the background waiting for "resume" event. At this time, it locks all keys and prevents any stylus events save one - a "Slide right to unlock" slider control. As with S2U, once the thumb tab is slid all the way to the right, the keys are unlocked and the unit once again responds to the stylus. Also note that LockDown only takes up 5k of memory.
LockDown has been tested on TNT.1933 (WM6) for the Wizard. It's compiled as a PPC 2003 app, so in theory it should also work on WM5 and any PPC 2003 devices. I've tested it with my Visual Studio WM5 and PPC emulators, and it worked fine. However, it couldn't test it on the real deals.
It's a new app. While I'm not experiencing any problems, please consider it beta for now. As such, don't wire it up as an auto-start link until you've run with it awhile and are certain it works as advertised. For now, I suggest just copying it to your \windows folder and linking to it there. If you have any problems, please report them, and I'll address them ASAP.
W James
Click to expand...
Click to collapse
hi WJames,
any screenshots of your app? it sounds very usefull, but how does it look
like?
today plugin s2u
it was a dream cam true if was a today plugin, to the left...lock, to the right ...unlock, but in the today,
I use my standard windows lock today plugin, without the lock buttons, so when i touch any buttom , the backlight goes on (to see the clock and appointments in one clic).
today plugin s2u is the rigth way.
great work
red.schumi said:
hi WJames,
any screenshots of your app? it sounds very usefull, but how does it look
like?
Click to expand...
Click to collapse
as he said...it sits behind the screen..and waits for the resume event
Here's a screen shot as per request. It's very plain jane. I wasn't looking for the beauty of something like S2U. I merely wanted a functional app that didn't take up much real estate (5kb).
Once it's gone through the paces and looks to be bug-free, I'll release the code and you can tweak to meet your needs.
It gives a black screen with white text in the center of screen saying "Slide right to unlock." There is a box with a plain white slider. You cannot see your today screen.
edit: Sorry, had the page open while I tested it and did not notice your reply before posting.
is it me or do we really need another "slide to unlock" app to mimic the iphone. There's already S2U Pro & S2U2.
What's funny, is that yeah these are cool but are they really needed? If you setup the device button lock correctly, then what's the point of a S2U app? All it does is add one more step to getting to your today page....
smittyofdhs said:
is it me or do we really need another "slide to unlock" app to mimic the iphone. There's already S2U Pro & S2U2.
What's funny, is that yeah these are cool but are they really needed? If you setup the device button lock correctly, then what's the point of a S2U app? All it does is add one more step to getting to your today page....
Click to expand...
Click to collapse
To each his own, but i run S2U2 because it allows me to operate my phone via bluetooth while the buttons are locked. The builtin lock doesn't let me do that.
perasite said:
To each his own, but i run S2U2 because it allows me to operate my phone via bluetooth while the buttons are locked. The builtin lock doesn't let me do that.
Click to expand...
Click to collapse
Hmm, never had that problem with bulit-in lock. Yes, to each their own. I've installed/uninstalled S2U2 soooo many times. I love the app but end up finding that it serves me no real purpose (other then eye candy) and it gets uninstalled. New version comes out, installed for a about 3-4 hours, then uninstalled again.
Very Nice...can i Request something?
Hi
Thanks for the nice application
very small, problem free so far (on Eten M700 with WM6) & useful
Can i have 3 requests please:
1- can you make the slider spring back to the left if it was accidentaly moved to the right, right now it stays half way & i think if you make it spring back it will be more safe as a lock & it will look better too
2- can you make the slider button wider (double) so i can catch it with my fat fingers
3- can you add an icon, so i may put it in my today launcher list & it would look better than the plain white square, something like a lock or key or a hand can do.
I also noticed that sometimes as i come out of the suspend mode, the slider is either late to appear (1-2 sec) & may remain unresponsive for two or three trys to slide it to right (stays in place)
Once started i couldn't figure how to get rid of it & seems that only way is to soft reset to go back to normal wake up without locking
Hope these comments help..thanks again for nice work
smittyofdhs said:
is it me or do we really need another "slide to unlock" app to mimic the iphone. There's already S2U Pro & S2U2.
What's funny, is that yeah these are cool but are they really needed? If you setup the device button lock correctly, then what's the point of a S2U app? All it does is add one more step to getting to your today page....
Click to expand...
Click to collapse
Those apps you mentioned take a ****load of memory and add to battery drain because of all the animations and graphics. His is a simple slide function that sips memory and battery life. Very useful IMO. Sliding is good cuz I find unlocking the WM way to be annoying. I have to touch an icon to lock. Then to unlock, I have to press two buttons. With sliding, it locks automatically and unlocking is accompished in one simple motion.
You're right that there's already enough S2U programs.
I also think S2U2 is an awesome balance between beauty and speed/mem cost. For people who have only tried S2U, you really need to change to S2U2... WAY faster and stable!
In most cases, yes S2U isn't that necessary, as it's similar an extra step to get to your today page, but I need it because:
1) My alarms don't wake if the phone is on standby, so I put it onto S2U2 mode when I sleep
2) My audio manager doesn't go to the next song if the phone is on standby, so I have to lock my phone while listening using S2U2
I question how good it'll be to have Slide 2 Lock as a today plugin, since I don't need some extra waste of space. What I do is set the gesture right-to-left (using FTouchFlo) to execute S2U2 so when I slide right to left, it opens S2U2, then sliding left to right, unlocks it. Love it!
smittyofdhs said:
is it me or do we really need another "slide to unlock" app to mimic the iphone. There's already S2U Pro & S2U2.
What's funny, is that yeah these are cool but are they really needed? If you setup the device button lock correctly, then what's the point of a S2U app? All it does is add one more step to getting to your today page....
Click to expand...
Click to collapse
I hate to say it, but that's not quite true. If you setup the lock all buttons, sure you won't accidentally turn it on, but if you get a phone call, it doesn't just power right off (at least my 6700 doesn't) - it can and has made phone calls like that...
And as for the S2U/2 - they use quite a bit more memory than this. A 5k program use is great, although I won't use it because I like the clock on s2u2.
Great App
This is all I ever really wanted. Just a very simple slide unlock. simple.
Excellent.
thanks.
This simple slide to unlock app is perfect for my needs...Thanks!
The point here is WJames created an application for his own use and shared it with everybody. If someone think that it is not req. they might not use it. Anyway thanks for the nice little app.
Thanks! Great small app. Would be fantastic with a simple white clock above the lock bar though, so we could check the time on the phone without unlocking it. Thanks a bunch!

Wing locking itself

I swear I did not change any settings, but starting yesterday my Wing would just lock itself when the screen shuts off. Anyone know how to disable this? Thanks
*edit*
another odd thing I noticed - I don't have to unlock when the phone's charging. very weird.
what programs are you using? If you hold down the end key for a second, the phone will lock. Maybe you are accidentally bumping it when you put it in your pocket or case.
Sorry I wasn't more specific... I'm running ttran's OpenTouch 3.0. when I turn on the screen (using the power button) I need to press unlock twice to get to the main menu. It's annoying and I'd like to get rid of it. idk... I didn't change anything and it just randomly started happening yesterday. help?
I agree with you PharmacySchool...I'm running Ttran's 3.0 ROM myself and the "locked" feature pop-up on me this afternoon, out of the blue. It is very annoying and I'm not sure what caused it to start happening. Was getting an address out of the contacts list, X'ed out of contacts once finished, clicked the power button to turn the screen off...next time I went to use the phone, it magically was locked and has been since. A real pain to have to hit the unlock button twice just to use the phone. Have played around a little with it, but no success on correcting the problem yet.
Make sure you're not overclocking the phone. This can cause lock ups if the CPU overheats or if it doesn't get the required voltage or for other reasons.
The lock I'm referring to and I believe PharmacySchool...is like a "key lock". How some phones have an option to lock the keys so it can't accidentally call someone if numbers get pressed by mistake or while in your pants pockets. Nothing to do with the CPU or it being overheated. All you have to do is press the button to turn the screen light off and instantly turn it back on...it's locked. You have to hit the "unlock" button on the bottom left hand corner and the tap the unlock button on the screen. After doing such...you can once again use your phone.
I have the answer!!!
pharmacyschool said:
I swear I did not change any settings, but starting yesterday my Wing would just lock itself when the screen shuts off. Anyone know how to disable this? Thanks
*edit*
another odd thing I noticed - I don't have to unlock when the phone's charging. very weird.
Click to expand...
Click to collapse
I'm pretty knew at this but I ran into the same problem and I figured out how to fix it. I don't know all the fancy wording so bare w/me. On your main screen touch and hold your battery symbol/ 6th option down says DeviceLock with a green check/ uncheck that **** and your good to go.
NOW someone PLEASEEEEE create a slide 2 "answer" not a slide 2 lock. I am so tired of my phone answering its self in my pocket when I don't want it to.
A_C 's S2U2 has a slide to answer feature..... You should check it out.
nextpimp said:
A_C 's S2U2 has a slide to answer feature..... You should check it out.
Click to expand...
Click to collapse
I've installed S2U2-0.2-WM5 with Touch It v2.3 and had problems. I think I remember it having a slide to answer but I also remember it answering with the green button as well. Maybe there was a way to disable it but I don't know how.
Does it work better Open Touch v3.0. because thats what I'm running now.
WOW... thats an OLD version.... that version should not have the slide to answer.....Current Version is 0.99p. It can be found in the development and hacking forum. You'll need to enable the S2A feature with the settings program...Man the apps come a LONG way since your version...We got animated gif support, Random still backgrounds, an exceptions list so voice dialers will work properly and internet browsers will stay alive... Just try the new version.
midas1200 said:
I'm pretty knew at this but I ran into the same problem and I figured out how to fix it. I don't know all the fancy wording so bare w/me. On your main screen touch and hold your battery symbol/ 6th option down says DeviceLock with a green check/ uncheck that **** and your good to go.
NOW someone PLEASEEEEE create a slide 2 "answer" not a slide 2 lock. I am so tired of my phone answering its self in my pocket when I don't want it to.
Click to expand...
Click to collapse
Midas, that fixed it. thanks a lot. I owe ya one.
nextpimp said:
WOW... thats an OLD version.... that version should not have the slide to answer.....Current Version is 0.99p. It can be found in the development and hacking forum. You'll need to enable the S2A feature with the settings program...Man the apps come a LONG way since your version...We got animated gif support, Random still backgrounds, an exceptions list so voice dialers will work properly and internet browsers will stay alive... Just try the new version.
Click to expand...
Click to collapse
NICE!!!!! Works good so far. Now I won't be divorced! LOL

S2U2 unable to unlock ?

I missed the last train yesterday, because I was not able to slide and unlock S2U2, since it was stuck in landscape and wouldn't change back to portrait. I was unable to 'slide' the slider all the way to the end to unlock no matter what I tried ! The only way to get rid of it was to soft reset.
Do I need to use gyrator to disable rotating (if so could anyone tell me how ?) , or is there some setting within S2U2 which I didn't spot ?
Thanks
I have exactly the same problem, would like to know if there is anything to do about it. I have disabled it for the moment
yeah Gyrator might have problem with S2U2 this way..
I was used to disable it, it somehow worked but it's not so perfect
here a solution i'm using, but it may look a little silly when u do
--> Try rotate the phone in different orientations. The S2U2 will eventually turn into a unlockable look... and a little tip for you: If the S2U2 looks reversed (like when you're holding the phone reverse-portrait but the S2U2 is displaying in portrait mode, vice versa) and you cannot slide the unlocking bar, try slide on the position where the bar should be if it displays correctly.
it looks silly, but it works
maddie said:
yeah Gyrator might have problem with S2U2 this way..
I was used to disable it, it somehow worked but it's not so perfect
here a solution i'm using, but it may look a little silly when u do
--> Try rotate the phone in different orientations. The S2U2 will eventually turn into a unlockable look... and a little tip for you: If the S2U2 looks reversed (like when you're holding the phone reverse-portrait but the S2U2 is displaying in portrait mode, vice versa) and you cannot slide the unlocking bar, try slide on the position where the bar should be if it displays correctly.
it looks silly, but it works
Click to expand...
Click to collapse
and oh, by the way, i found it doesn't happen so often now (maybe wallpaper enabled? or it is what it used to be... no idea..)
then this solution, i think it's worth a try
I personally just hold down 'Hang Up' for a few seconds which automatically locks the phone
Easy to use, no hassle
Fallen Spartan said:
I personally just hold down 'Hang Up' for a few seconds which automatically locks the phone
Easy to use, no hassle
Click to expand...
Click to collapse
well..
we all have our habits using phones
for us uses S2U2 as a screen lock, this is the temp. solution and the best thing would be a patch for it..
Read post 226 in following thread
http://forum.xda-developers.com/showthread.php?t=446440&page=23
May provide some answers for you
Hi
I have had the same issue with S2U2 rotating but never any problems with the phone part
S2U2 is disabled in Gyrator2 but it seems that when using another app in landscape and lock the phone it does not seem to be able to rotate back quickenough before locking with s2u2
All i have done is to select unlock when stylus is removed within the S2U2 settings and now if the screen is corrupt in S2U2 i just remove the stylus and it unlocks.
sbirsen said:
I missed the last train yesterday
Click to expand...
Click to collapse
silly question perhaps, but how does the state of your cell phone make you miss the train?
machmandp said:
All i have done is to select unlock when stylus is removed within the S2U2 settings and now if the screen is corrupt in S2U2 i just remove the stylus and it unlocks.
Click to expand...
Click to collapse
yep this seems the best option so far. i've had this prob and reset the phone many times before remebering that taking out the stylus unloks it ....
gwbard said:
silly question perhaps, but how does the state of your cell phone make you miss the train?
Click to expand...
Click to collapse
i was trying to check what time the last train was leaving, and I lost very valuable (!) 4-5 minutes trying to unlock the stupid screen and when that didn't work waiting for the phone to reboot. by the time i was back online it was too late.... also no frickin' cabs on oxford street when you need them !

funky lock (custom pattern) screen on leo

is there anyone who has managed to get that touch lock screen where u connect the points in a pattern of your choice on the leo (i think its from the droid but i might be wrong)? i'd like a tiny bit more security then the normal lock screen but something a little better than the normal pin entering kefuffle
You are probably referring to ThrottleLock, which fakes Android unlock sequence.
I tested it on my Leo, it was ugly with the default skin, awfully slow and the G-sensor was not recognized. In fact, it was better on my Kaiser...
I wish we had more alternatives than the iphoneish slide unlock. No offence to A_C but I'm tired of having every iphone owner say "oh they even copied the unlock screen". I'm tempted to write my own using the multi-touch capabilities (like "press A + B at the same time to unlock"), but I need to improve my C# first...
I'm using throttlelock, which has the pattern. It's working fine on my Leo and is quick. Much quicker than my Kaiser was. I don't mind the look of the classic throttlelock which is transparent. I'm more than happy with it.
cheers, i downloaded and installed throttlelock but i cant get it to lock with throttlelock when i press the lock button... any way of chaging the settings for it to use throttlelock instead of the current screen?
Edit: I changed my configurations and now ThrottleLock locks automatically on power-on. I've even changed the original skin to VGA so its much less ugly now.
Hi! Same issues with ThrottleLock in my phone:
It recognizes the GSensor, but its very slow to update the screen with the 3D effect.
It doesn't lock the screen automatically on poweroff-poweron. In fact, sometimes it locked the screen automatically, I don't know exactly under which circunstances that happened.
I don't know how to make it show notifications. But perhaps, that's because I didn't understand its configuration.
I thought about posting a message in ThrottleApps forum, but the forum looks kind of abandoned. :-(
That's a pity because, although it wouldn't win beauty contests, I really liked its password scheme.
I solved my problems with the automatically lock.
I've changed the background skin for a WVGA one and it looks better now. (But the G-Sensor is still very slow, so I'll disable the 3D animation.)
I'll try ThrottleLock for some time.
wvga skin for throttlelock
Hey just wonder where you found a wvga skin for throttlelock
searched through google, xda and throttlelock's website and all i could find were dead links.
its also a pity that throttlelock hasn't been updated in over a year as the idea is a good one.
movieman14 said:
Hey just wonder where you found a wvga skin for throttlelock
searched through google, xda and throttlelock's website and all i could find were dead links.
its also a pity that throttlelock hasn't been updated in over a year as the idea is a good one.
Click to expand...
Click to collapse
In fact, I customized the original skin to WVGA. Mostly, I changed the background picture, did some smal changes to the file skin.xml and doubled the icon's size.
I attached the skin. Put the directory Akira.WVGA under your skins directory (in my case, its \Program Files\ThrottleLock\Skins) and change the skin in ThrottleLock Settings. You can change the file back.png to one that suits your tastes.
Note: I'm on the verge of switching back to Slide2Unlock2. Sometimes ThrottleLock takes several seconds to unlock. I'll test if this problem occurs with S2U2 too.
thanks
thanks for the skin
will use soon as hd2 gets back from repair
With throttelock The screen locks during a call.
When a call is in progress and the phone is close to the ear, the screen shuts down to prevent accidental taps without locking the screen and when the phone moves from the ear, the screen wakes up and it's possible to use it forward.
But with throttelock, the the screen shuts down and locks itself and when the phone moves from the ear during a call, I must first unlock it.
How can I make the screen only to be shut down when a call is in progress and the phone is close to the ear and not to lock the screen?

How to lock Ans/End key

Usually when a call comes and the phone is inside the pouch (good for protection), there are several ways of messing up by accepting or rejecting the call even b4 its completely out of the pouch as blelow:
On screen:
1) U can press the on screen message but which will send an auto sms to the caller and end the call
2) U can press the answer key
3) U can press the ignore key
Off screen (hardware)
4) U press the answer key
5) U can press the end key
Incredibly, all 5 options are simultaneously active. The screen can be locked by S2U2 etc. but I cannot find any option of locking the hardware keys.
Any help will be appreciated
Firstly thanks for Omnia i8000 support on XDA..
Now I feel secure..
Secondly even I'll lyk to disable my hardware keys for call ans/end..
is there a registry tweak or something we can do to disable it..
s2u2 has that option... go settings/phone and u have S2A Hard ans/end key...
Search 542482 - there's an app for that over in the Mobile Apps & Games forum
Solution found!!!!
The issue was really troubling me and I finally found a solution. Install a small program called Incall lock which locks the call & end key. But that will totally disable u from accepting calls under WM6.1. So install s2u2 and enable screen response and voila!! U have. Both these are available elsewhere in this lovely forum.
Note:- The whole process during inplementation is quite messy as u will first have to install .net compact & samsung SDK software (both freely available).
4 software to do a simple thing which should have been taken care of by the OS. That's life under our billy, the goat.
Hope this help. I would be glad to give something back to this site, i have greatly benefited from.
TouchLockPro works great.
(I can't post a link yet...search for it in the Omnia 2 section at Modaco).
ad720 said:
TouchLockPro works great.
(I can't post a link yet...search for it in the Omnia 2 section at Modaco).
Click to expand...
Click to collapse
I tried tpro but it did not work for me. I am using wm6.1 under samsung touchwiz. Cud it b because of that ?
TouchLockPro is the answer, however, if both touch screen and the keys are locked on all in-coming calls, how the hell do you answer the phone? First to unlock it then answer it? A bit troublesome.
captkkk said:
TouchLockPro is the answer, however, if both touch screen and the keys are locked on all in-coming calls, how the hell do you answer the phone? First to unlock it then answer it? A bit troublesome.
Click to expand...
Click to collapse
See, even if no software was there u wud have to press a key or tap something to answer anyway. With S2U2 and incall lock, the only point of access is the slider (in my case) with which i can either accept or reject calls. So if i swipe to ans, the lock opens and i can straight away start talking. So there really is no extra step involved. Whereas, if I do not lock the key, I will have to be careful not to press the keys accidentally which is difficult as I often put it in my pocket and more so inside the pouch. I think the swipe to answer is the killer option.
bimboybimboy said:
See, even if no software was there u wud have to press a key or tap something to answer anyway. With S2U2 and incall lock, the only point of access is the slider (in my case) with which i can either accept or reject calls. So if i swipe to ans, the lock opens and i can straight away start talking. So there really is no extra step involved. Whereas, if I do not lock the key, I will have to be careful not to press the keys accidentally which is difficult as I often put it in my pocket and more so inside the pouch. I think the swipe to answer is the killer option.
Click to expand...
Click to collapse
Slide to Answer is great option to traditional Click to Answer, that is very true, however, that option has been adopted in 6.5 and some 3rd parties phone app as well, so if in i8000 case, the phone interface can be omitted and use the 6.5 or simply use those better and more feature phone apps
captkkk said:
Slide to Answer is great option to traditional Click to Answer, that is very true, however, that option has been adopted in 6.5 and some 3rd parties phone app as well, so if in i8000 case, the phone interface can be omitted and use the 6.5 or simply use those better and more feature phone apps
Click to expand...
Click to collapse
Well, as I said I hv 6.1 & 6.5 not yet available in my country. so...
Hi,
I installed Throttle Lock.. Nice lock... it has slide to answer..
secondly it does not interfere with the touch player, lyk s2u2 does..
Are you using Omnia II with WM6.1 ?
Because throttle lock is not saving the settings on my phone. And yes, I am clicking the "ok" button at the top right and getting a message "changes saved". And my slide to answer is ON but no slide is displayed. All I can see is the default lock screen which opens when I click on a button on screen but that certainly does not solve my problem. Using ver .07 (latest).
I have even registered myself. Hell, the config.xml file shows Calllock is on but its not even locking when the call comes. That should be the very basic default function. Sorry, back to s2u2.
I am using WinMo 6.1 original Rom...
I installed it on Storage memory.. and its workign fine.. It does interfere with the Samsund dialer when the call comes in... but I will try disabling the samsung dialer and check... back to your issue.. Try re-installing it.. and it should work.. iam able to save all my settings..
And when the call comes in My hardware keys are lock as well and I get option to Slide to Answer or reject..
Aafi-rocks said:
I am using WinMo 6.1 original Rom...
I installed it on Storage memory.. and its workign fine.. It does interfere with the Samsund dialer when the call comes in... but I will try disabling the samsung dialer and check... back to your issue.. Try re-installing it.. and it should work.. iam able to save all my settings..
And when the call comes in My hardware keys are lock as well and I get option to Slide to Answer or reject..
Click to expand...
Click to collapse
Thanks. I unistalled S2u2 and installed again. Still no. Yet the program was working when I clicked on it. So, luckily having some working knowledge of windows, I found that the program is not putting a link in the start menu or start up folder. This I had to do manually. But thats unclean.
And what happens when a call comes is funny. There is a brief fight between the throttle default , the windows splash & the lock screen itself. Luckily, the lock screen is winning every time. But again unclean or is it the links I have placed.
Currenly, I have links to both thottlelock & throttlelockdemon in the startup & lockdemon in the start menu. How is it with u?
Also in the setting under samsung default setup, the options like lock mode & incoming are white on white. What are your current settings ?
Think this program was designed for HTC. But is definitly smaller and though not neat...working. Thanks
I have mapped it to a hardware key, so when I want to lock I press the hardware key..
Aafi-rocks said:
I have mapped it to a hardware key, so when I want to lock I press the hardware key..
Click to expand...
Click to collapse
Use incall lock for locking the keys when call comes. Works perfectly.
Tried the throttlelock for 2 days. Sometimes, the default wm screen was coming up and the look is messy. So more experiements......but till date s2u2+incall lock looks the cleanest. Will keep looking...
captkkk said:
TouchLockPro is the answer, however, if both touch screen and the keys are locked on all in-coming calls, how the hell do you answer the phone? First to unlock it then answer it? A bit troublesome.
Click to expand...
Click to collapse
I'm using TouchLockPro. It's much faster and less memory consuming than S2U2 and it has multiple ways to unlock your phone!
In the newest version, you can unlock your phone by using the proximity sensor (and our Omnia II has one )
So if your phone wakes up in your pocket our pouch, it won't unlock, but if it wakes up in your hand or on your desk, it will unlock immediately!
Consequently, if you have an incoming call and the phone is in your pocket: It will remain locked until it's out of your pocket so you don't have to manually unlock before answering
I love it!
maardiweb said:
I'm using TouchLockPro. It's much faster and less memory consuming than S2U2 and it has multiple ways to unlock your phone!
In the newest version, you can unlock your phone by using the proximity sensor (and our Omnia II has one )
So if your phone wakes up in your pocket our pouch, it won't unlock, but if it wakes up in your hand or on your desk, it will unlock immediately!
Consequently, if you have an incoming call and the phone is in your pocket: It will remain locked until it's out of your pocket so you don't have to manually unlock before answering
I love it!
Click to expand...
Click to collapse
I hv omnia 2 with wm6.1. Tried touchlockpro and was absolutely useless. How is it possible ?
Can u plz put in the download link.. Iam sure its somewhere on XDA itself, but I am kinda lazy to search today.... I'll download it once I reach home..

Categories

Resources