Fingerprints. Bored now, can I turn it off? - P6500 General

I was trying out the fingerprint scanner, which seems to work well. It's handy for impressing people, but the novelty has now worn off and I'm fed up with having to scan a finger every time I turn the unit on.
The worst thing is in the car. I have it mounted in a holder on the dashboard and I could previously make a call by tapping the relevant speed dial button. Now I have to slide my thumb over it first and that makes it awkward, if not a little more dangerous.
So, is there a way to disable the fingerprint login?
I thought that if I could find where it stores the print info, and delete the relevant files, that might do it. Or it might be disastrous...

Try this: (maybe there are other captions - it´s translated from German):
Settings --> Tab 'Private' --> Settings for HTC-fingerprint --> Change Method to 'password' --> select NO password
--> then the PDA is always open for use

That works, thanks.

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!

Few Issues - Can you help me?

Hi all,
I have noticed a few problems/issue, just wondering if anyone else has noticed them:
1. Poor streaming from youtube - it becomes very pixelated and I can hardly see or hear a thing.
2. When you have the security set on the phone (PIN) and the phone is locked, when you receive a call you cannot see who is calling you!! Even once I have typed in my PIN and unlocked the phone I still cannot see who is calling me!! Very annoying cos i love the PIN feature.
3. Phone lags heavily once I have sent a text message. I mean about 10 or 11 seconds it freezes and doesn't respond to any input.
4. How do you pan in and out (zoom in and out) using the GUI? I can do it with the volume rocker but in the guide it says to "to pan a page, touch and hold the screen, then move your finger" which doesn't do anything for me but scroll..
5. Activesync keeps appearing in my running programs. I haven't set it up and have not used activesync yet so i'm not sure why it keep appearing in my running programs - I have to stop it roughly 8 or 9 times a day! Not sure how to disable it.
6. Panels - anyone have any idea when we might see some new panels? I've looked at the Sony Ericsson "fun" site and tried a couple of those but just wondering if anyone has any info on when we might see some new ones?? and where??
7. The RAM. This doesn't seem as though its pushing that extra RAM that we were promised. It states that it's running 256mb RAM but i'm sure SE told the world that we would see 400mb RAM? Apparently the extra RAM is locked to the CPU (so i've read) but how can we be sure?? Anyone know more about this?
Can't think of anymore issues I got but they are the main ones. On the whole its a great phone, i love it.. I've been waiting for a very long time for this and its really lived up to expectations.
Thanks in advance for any replies.
Nav
4. How do you pan in and out (zoom in and out) using the GUI? I can do it with the volume rocker but in the guide it says to "to pan a page, touch and hold the screen, then move your finger" which doesn't do anything for me but scroll..
Click to expand...
Click to collapse
Double tap.
nkhangura said:
5. Activesync keeps appearing in my running programs. I haven't set it up and have not used activesync yet so i'm not sure why it keep appearing in my running programs - I have to stop it roughly 8 or 9 times a day! Not sure how to disable it.
Click to expand...
Click to collapse
Setup a fake server connection with any data in ActiveSync. Set it to manual update. After that, delete it again and it should stop appearing. Have done so on other WM phones, but haven't tried it on this one.
Thanks for the replies,
I tried the Activesync thing and i'll let you know how it goes.
Tried the double tap for the "pan" and it still didnt do anythin (tried it whilst using IE, Opera, and viewing images) Does the "pan" mean to zoom in or is it to scroll? I'm confused lol..
Anyone experience any of the other things?
double tap is for zoom and if you move your finger it moves the page
oh ok.. I have tried double clicking on nearly everything that I can zoom in on (IE, Opera, images etc) but it doesn't seem to respond..
Is there a setting or anything that I need to select?
In Opera it should work without any problems. So if you double tap nothing at all happens? did you try it with the stylus?
nkhangura said:
1. Poor streaming from youtube - it becomes very pixelated and I can hardly see or hear a thing.
Click to expand...
Click to collapse
Mine does this unless im in a 3G/H area then its perfect
Hi,
I got the zoom working with the double tap in opera..
My youtube always seems to be messed up even if im in 3G/H area
Activesync still seems to be playing up - it just appears in my running programs now n again and i have to stop it. ive even synced up to my pc and changed all settings to manual and tried to disable and other connections
Sorted number 2 and 3 by turning the phone off and taking out the battery and putting it back in and turning it on hehe
nkhangura said:
Activesync still seems to be playing up - it just appears in my running programs now n again and i have to stop it. ive even synced up to my pc and changed all settings to manual and tried to disable and other connections
Click to expand...
Click to collapse
This is what I did to disable the auto ActiveSync, seems to work fine for me:
1. Open ActiveSync.
2. Hit 'Menu' --> 'Configure Sever'.
3. For Email Address, type "[email protected]" (or whatever you like) and uncheck the box.
4. 'Next', server address, type "[email protected]" (or whatever) the box underneath stays checked.
5. 'Next', User name, PW, and Domain: Type "Blah" for all of them and check the box.
6. 'Next', uncheck all the data it wants to Sync and hit 'Finish'.
7. Back in the ActiveSync home hit 'Menu' and 'Schedule', Make sure 'Sync during' is Manually for both options and uncheck 'Send/Recieve when I click'. Hit 'Ok'.
After that I didn't have any issues with ActiveSync connecting on it's own and Task manager stays unburdened.
for youtube try the standalone player and panel it works better.
Hint: after sending sms hit OK on the keypad or the screen.
It freezes when you hit "dismiss".
"Pan" maybe means enabling smooth scrolling? It works everywhere: contacts, menus, email.....
Aha, the RAM: X1 has 256MB for user,
PLUS 128MB for graphics.
Total: 384MB.

[REQ] Disable Touch Panel from shortcut

I have tried to make this myself but im not the best at c# I was hoping someone would like to write a small app that disables and enables the touch panel without using the gsensor or light sensor or nav sensor. i want to use this with a mort script so it would launch the app to disable touch panel then run the rest of the script then launch the app to enable it. i don't care if its two separate apps. if someone can help i would appreciate it so much. thanks
This isn't an actual shortcut, its a bit better than that if you ask me.
http://www.freewarepocketpc.net/ppc-download-sensorlock.html
Basically you just spin the phone in your hands and it will lock, watch the video, it shows what to do
I've also found an application called sleep, I used that for a while but now I'm on WinMo 6.5 and I just use the lock button instead. Just do a quick google for a program called sleep, shouldn't be too hard to find.
And also there is an inbuilt lock thingie where you can set your phone to lock the screen if you hold down the end call button for like 5 seconds but that one is a bit of a pain cause you gotta hold it for ages before it locks and then when you try to unlock it is hard especially if youre outside with the sun shining.
AdamHC said:
This isn't an actual shortcut, its a bit better than that if you ask me.
http://www.freewarepocketpc.net/ppc-download-sensorlock.html
Basically you just spin the phone in your hands and it will lock, watch the video, it shows what to do
I've also found an application called sleep, I used that for a while but now I'm on WinMo 6.5 and I just use the lock button instead. Just do a quick google for a program called sleep, shouldn't be too hard to find.
And also there is an inbuilt lock thingie where you can set your phone to lock the screen if you hold down the end call button for like 5 seconds but that one is a bit of a pain cause you gotta hold it for ages before it locks and then when you try to unlock it is hard especially if youre outside with the sun shining.
Click to expand...
Click to collapse
thanks for the response, i have used sensorlock and it is a great app but i want the screen lock so i can run script that involves buttons press while the phone is in my pocket
question about SIP default
i know this may not be the most appropriate thread to put this question on, my apologies. From the title I thought it may be. Anyhow, I installed phm registry editor and am trying to learn to use it, but not sure how to find something im wanting to change. My SIP default seems to be that anytime i open my sms inbox, or email, etc, my keyboard pops up without me selecting it to do so. I want to change it so it only pops up when I select the little tab/icon to MAKE it pop up.
Any help would be greatly appreciated. Much thanks in advance.

[Q] X2 Charging and other queries

Hi guys. I've been trying to search for this problems i've encountered on my X2 and i simply can't find any answers for it.
I have few minor problems which i want to ask.
1. My device keeps on charging even if the led image says that it's already 100%. I only assumed it is still charging because it is well written on its Status right above the led image.
Is this normal, and is there a way to fix this if ever? I'm worried that my battery gets overcharged if i wont to anything about this.
2. Sometimes my camera button fails to work. It happened several times now that when i try to activate the camera using its button on the right side the camera doesn't appear right away. Another thing, sometimes when i'm trying to take pictures and i pressed the camera button, the camera will just pause for a while and then green square boxes will appear on the screen. No image will be taken. Is that normal? or my camera is having problems?
3. I also noticed that the contacts are filtered by to view all contents (sim and device contacts) by default. I set mine to filter it to be able to just view the device contacts but whenever i open the contacts it reverts back to its default filtering which is "All Contacts". It is very useful at least for me to use the device as the contact's handler because my sim has limited memory and is divided into 2 parts. The first part is the one that appears and the other one can only be viewed if you disable the first part and make the 2nd part available by using the sim services embedded with it. So what i did was i copied all the 1st part and the 2nd part sim contents to my device and i was planning to hide them and use the phone's memory as the handler for contacts.
It was then that i realized the filtering problem. RIght now all copied contacts from my sim appears as well as the other part of the sim which is enabled. Which makes a lot of duplicated contacts (one from the device and one from the sim).
Is there away to make the phone permanently filtered in the device contacts?
4. I saw some of you guys teaching some members here to edit the phone's registry. Can i request for a 3rd party software to do that. Or can i just go directly to the mobile's registry and edit one of it (I don't know to do that by the way :-I )
5. Lastly, is there any way to activate the screen in order for me to unlock it? when the phone is locked and in stand by mode i can't seem to find any buttons to activate it. I am unable unlock the phone because the slide unlock button is not appearing.
What i'm doing to activate the slide unlock button is to press the power button or to slide the qwerty keyboard. I was hoping there are other ways to do it though just like on old phone wherein you can press the menu button and the asterisk key .
One last thing to end my post, please give me a Total Commander link too.
All replies would be very much appreciated sir/ma'am
To the moderators, please lock this thread if ever i violated rules. I just can't seem to locate any answers for my queries that's why i decided to created a thread with all my questions in it.
Thanks in advance.
its too early but ill try to answer some
1. same problem dunno if it hurts
2.never had problems with camera except sometimes failed (needed reboot) to start but i think people found out they had not enough memory - if im not mistaken
3.no clue
4.
use http://www.ghisler.com/pocketpc.htm
5.
nope the power button is ment for itit turns the screen on/off and has some other options aswell
indycar said:
its too early but ill try to answer some
1. same problem dunno if it hurts
2.never had problems with camera except sometimes failed (needed reboot) to start but i think people found out they had not enough memory - if im not mistaken
3.no clue
4.
use http://www.ghisler.com/pocketpc.htm
5.
nope the power button is ment for itit turns the screen on/off and has some other options aswell
Click to expand...
Click to collapse
Thanks for the reply.
Hmmmmm, regarding my query on the contacts filtering, i'm sure there is a registry tweak to for that. I was trying to look for it last night but i wasn't able to locate it.
Perhaps there are geniuses here that can do that for us.
Registry Editing to make the contacts filtered on "device contacts" by default. The default by the way is filtered as "All Contacts"

Lock screen dock/control center

Ha! I've had this phone for a week and a day now, and only just realized yesterday that it has a dock that's available from the bottom of the lock screen that gives you quick access to the voice recorder, calculator, flashlight and camera, in addition to the controls that allow you to work with the picture files that are displayed on the default "magazine"-style lock screen that the phone uses.
Definitely need to sit down and read the user manual I downloaded for this phone. I had thoroughly explored through all the Settings that are available through the phone's main Settings menu, but all of this stuff for the lock screen just doesn't exist there. It seems to only be accessible from this dock on the lock screen itself.

Categories

Resources