Hacking the password screen - Windows Mobile Development and Hacking General

Nope, I don't have any great advice, just questions.
Goodlink replaces the standard WM5 password screen with its own (and it was pushed to my 8525 by security policy). The GoodLink password screen has a big problem: it does not have the on-screen keypad, so I have to open the keyboard every time. And given the maximum 30-min time-out, that's really annoying.
I wanted to return the original WM5 password screen. I found the following key: HKLM\Comm\Security\LASSD\LAP\lap_pw with two values: DLL and GLOrigDLL. DLL is a string value "\Windows\password.cpl", the GLOrigDLL is a string value "lap_pw.dll". I hoped that changing the DLL value to "lap_pw.dll" would do the trick, but it didn't, even after a soft reset. No change whatsoever, no errors, still getting the GoodLink password screen.
Any ideas? Thanks.

Check if you have a redirect at:
HKLM\ControlPanel\Password
"Redirect" = "\windows\password.cpl"
Click to expand...
Click to collapse
V

vijay555 said:
Check if you have a redirect at:
V
Click to expand...
Click to collapse
No, the value is not there (there are only three values there now: Group, HintCounter, TimeOut)

Almost what you want...
In the key HKLM\Comm\Security\LASSD\LAP you will find the value
"ActiveLap"="GoodLap"
or something like "Good..." - I can't remember. Corresponding to this is the key
HKLM\Comm\Security\LASSD\LAP\GoodLap
which serves the same function for the GoodLink security authentication as does the key
HKLM\Comm\Security\LASSD\LAP\lap_pw
for the default MS security authentication. If you change the value of "ActiveLap" mentioned above to
"ActiveLap"="lap_pw"
you will find that it reverts to the MS authentication that was there before the GoodLink lap. BUT BE CAREFUL! I made the change as I described, and it did indeed revert to the MS authentication, but somehow when GoodLink installed their lap, the password data for the old MS lap_pw was changed, and I cannot get in to my phone now!!!! (It didn't change the "hint" information, but the "hint" information is rather useless if the password was changed but not the hint!!!) I think to avoid this, you need to create the key
HKEY_LOCAL_MACHINE\Comm\Policy\LASSD\AuthReset
and put in the value
"AuthenticationReset"(REG_DWORD) = 1
Unfortunately, I didn't see this until it was too late...
Anyone have any ideas for my problem????

Correction...
Well, I discovered that resetting the device also resets the lap settings. At least, it did the first time, but not the second time, so I almost recovered, and then really screwed it up. Also, the
HKEY_LOCAL_MACHINE\Comm\Policy\LASSD\AuthReset
doesn't work as advertised... so you're probably thnking "better you than me"....

Thank You Mobile registry editor!
It turns out that one can still edit the registry using Mobile registry editor, so I am saved once again. But still don't know how to get lap_pw working. I think that GoodLink screws up the value
HKLM\Comm\Security\LASSD\LAP\lap_pw\Pin
by setting it to , thus making it impossible to login after switching to lap_pw. Just a guess. Can anyone confirm that this "value" is ordinarily signifigantly different from 0/1/2/3 etc., thus supporting the guess that it stores your Pin in an encrypted form? (Hence setting it to 1 makes lap_pw unuseable unless one can reset the lap_pw pin without knowing the old pin)
Also, it appears that ActiveSync resets the authentication policy back to the GoodLink LAP. Ouch.
I suspect that to get lap_pw to allow a pin reset, one needs to construct the appropriate "Authentication Event" in HKEY_LOCAL_MACHINE\Comm\Security\LASSD\AE
Anyone know exactly what is required?

vijay555 said:
Check if you have a redirect at:
V
Click to expand...
Click to collapse
Reirect no longer functions under the new LASS architecture. See
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=112815&SiteID=1

DavidIMcIntosh said:
...snip... I think that GoodLink screws up the value
HKLM\Comm\Security\LASSD\LAP\lap_pw\Pin
by setting it to , thus making it impossible to login after switching to lap_pw. Just a guess. Can anyone confirm that this "value" is ordinarily signifigantly different from 0/1/2/3 etc., thus supporting the guess that it stores your Pin in an encrypted form? (Hence setting it to 1 makes lap_pw unuseable unless one can reset the lap_pw pin without knowing the old pin)
Click to expand...
Click to collapse
Actually, it now appears that this value is NOT the encrypted pin. It seems that if it is 1, then lap_pw requests a pin, and if it is anything else, lap_pw does not seem to provide authentication (at which point, GoodLap kicks in, and how that happens is anyone's guess...) In particular, I set the value HKLM\Comm\Security\LASSD\LAP\ActiveLap = "lap_pw", and then if value HKLM\Comm\Security\LASSD\LAP\lap_pw\Pin is 1, the standard lap_pw asks me for my 4 digit pin, but if it is anything other than one, the standard lap_pw does NOT as me for a pin, and instead I get the same dialog as when HKLM\Comm\Security\LASSD\LAP\ActiveLap = "GoodLap", even though HKLM\Comm\Security\LASSD\LAP\ActiveLap = "lap_pw"!

It works, and doesn't work
Well that fixed the Goodlink lock screen, but now that I have the good screen back, the screen has the pad on it asking for the password and by just pressing the IE shortcut button, away it goes without a password. That is no good, how does that get fixed?

matthewpa said:
...the screen has the pad on it asking for the password and by just pressing the IE shortcut button, away it goes without a password...
Click to expand...
Click to collapse
lmao. That is hilarious. Nice tight security again from MS. Well, I will give it another try now that I know how to get past the "PIN" screen. Note that there is functionality to "change" your PIN code, but I can't recall if you first need the old PIN to change it. Did you find, when you got rid of the GOOD pass-protection dialog and returned to the MS PIN pass-protection dialog, that your old PIN had been changed and no longer worked?

Hello,
I will come back to this post.
I am running Goodlink 5.03.23_EN on my Kaiser with the follwing ROM RUU_Kaiser_VF_UK_3.08.161.0_radio_sign_25.74.40.02_1.64.08.21. My company has an ITpolicy which is using:
HCU\ControlPanel\Goodlink\Password\ITLocked=1
HCU\ControlPanel\Goodlink\Password\ITLockedTime=6
etc.
The GoodLink password screen has still a big problem: it does not have the on-screen keypad, so I have to open the keyboard every time. And given the maximum 30-min time-out, that's really annoying.
To be honest, the timeout is fine, but the keyboard login is a pain.
All of the above hacks were not successfull.
- I have tried to change the above seetings, but they were renewed after each sync.
- I have redirect HKLM\ControlPanel\Password\Redirect=\windows\password.cpl with no success
- ....
Any new ideas ?
Regards
kuzco1

Change default keyboard - solution ?
Hi,
cause nobody has a solution for this issue, I will try the following.
I have found the following link (http://forum.xda-developers.com/showthread.php?t=363751) to change the default keyboard.
1. How can I create my own keyboard-layout - just only with numbers ?
Edit: works with http://pocketcm.com/keyboard2.php
2. Is there a way to set a pre-script ? Means, just before the screen is locked by Goodlink I will change the default keyboard to the new keyboard. After unlocking the screen, it should change again the keyboard.
Regards
kuzco1

Related

Totally prevent soft keyboard SIP in landscape mode?

a042349 at HowardForums wrote this post:
OK,
I hate that pop-up KB as well. I tried all the reg hacks and nullkb's I could find and on both my HP6515 and now on my 8125 it would always revert to the software screen KB and pop up at the most annoying times.
Well in doing some poking around I discovered a reg key that COMPLETELY elimnates the soft KB from popping up - great news. The bad news (there's always bad news) is that it completely prevents ANY of the SIP panels from coming up when you want them to, or from working in general.
So if you do this hack you are completely dependent on the 8125/9100 hardware keyboard. Now I've been running like this for over a year on two different devices and it works for me. The one thing I did was extract the "cut, copy and paste" icons out of an old "PHM Keys" I had and put them on the Start Menu so that I can now use those instead of the Ctrl-C, Ctrl-X, Ctrl-P when I need to. Works fine, but takes up three slots on my Start Menu.
You could also create a backup reg file, and one with the setting I'll give you, and then import them and reboot to turn the hack on or off. It does require a reboot so it's not an ideal solution, and I know the key by heart so i do it manually if I ever need it - which I never have:
HKEY_CURRENT_USER\ControlPanel\Sip\AllowChange=1
Change that entry from a 1 to a 0 and reboot. No more KB, Block Recognizer, Transcriber - nothing but the HW keyboard.
Try it you'll like it!
Click to expand...
Click to collapse
From what I know (I didn't try it yet), it totally prevents the SIP from appearing, and that would probably include portrait mode when the hardware keyboard is not available. A soft-reset may be required between changes, too.
Is there a way someone can make a program to prevent the SIP from appearing in landscape mode at all, yet make it available in portrait mode?
I use my device in both modes, so I wouldn't want to lose complete functionality of the SIP.
Any ideas?
Hi everybody!
I may have an alternative to killing SIPs altogether:
All SIP DLLs are registered under HKEY_CLASSES_ROOT\CLSID, each with its unique identifier. The name of the SIP (which you see in the menu is stored in the default value) SIP key has two sub keys: InProcServer which tells the system where to find the DLL and IsSIPInputMethod with it's default value set to one.
One idea is to create a fake SIP key that will point to a non existent DLL and then select that SIP in the menu. The system will try to call up the SIP but it will fail until you select a valid one.
Hope this will help
Hardware Keyboard only in Landscape
On the Universal the combination of PQZ (to assign different SIPs to landscape and portrait, should work on other devices too) and PHMs "NoDoSIP" (registers a SIP that does nothing) works perfectly. Disable all SIPs not needed at all by setting the Reg Value (search for the SIP by name in the registry) Default under IsSIPInputMethod for that method to 0. You can rename your remaining SIPs there as well.
I'm skeptical, but willing to try...
As the originator of the quoted post in this thread I'm skeptical but certainly open minded that this solution would work.
And yes my method does require a reboot to enable/disable, so it's certainly not for the occasional use of the SIP.
In the past I had tried all manner of null kb's, and UID registry string swaps and other things to prevent unwanted SIP pop-ups.
What I would like is to have it ONLY come up when I invoke it - and NEVER on it's own. I wouldn't use it much (and haven't on two HW keyboard devices over the past year) but sure it would be handy for the odd time I need to type in portrait mode.
I may give this a shot after dinner tonight and see how it goes - at the very least I can always go back to my admittedly draconian total elimination of the SIP's that I have now.
I'll post my results later tonight.
-Joel (a042349)
And??
Works like a charm, right?
In landscape it just displays the hardware keyboard icon and the arrow to even allow to manually invoke any other SIP "on the fly".
And in portrait the selected SIP gets activated automatically.
Works flawlessly for me (on my Universal) since month.
Right man, works like a charm! Thanks for this hint!
GREAT
Its the little things that make my tilt a better device to use. I tried phmppcpt.rpr_arm_siponly.cab on my tilt with dutty's pre April 29th cab and it works to eliminate the landscape keyboard in messaging, notes and contacts, however I have a beta version of opera mobile 9.5 and it seems to have mind of its own, doing the exact oposite and making both keyboards nearly unusable. Anyone else experience this?, hopefully Opera will provide users with a choice of hardware keyboard only and not having the SIP popping up. I presume that Opera had a feature to do exactly what .cab does just for that application and now the .cab is reversing it. Seems to do about the same thing in Internet Explorer.
im using opera 9.5 too.. and nothing seems any different after installing the cab... SIP still pops up.. any idea how i could solve it?
Thanks.
the ironic part is that ez imput kb does an automatic switch between keaboards when flipped from portrait to landscape, is there a script or a reg hack edit that does this??? cuz we can use that engine to make the sip automatically change to null kb when switched to landscape, fully eliminating pop ups and soft keyboards when using your querty
no2chem nueslidingkb
i use no2chem's nueslidingkb on my mogul. it allows you to set different SIPs on protrait and landscape as well as customizing the sliding sounds. it works very well, i have intellipad on portrait and nullKB on landpscape.
It however does not work on my Fuze, it doesn't change the SIP to the set one when switched to landscape, maybe needs an update? i hope no2chem checks it out.

Device Lock

Is there any way to get it so that the device lock (pin lock) can be disabled when connected to ActiveSync or a charger? If I have the phone in the car it locks after a time, which is a real bore.
Maybe there is a registry entry for the delay before locking and this can be changed using a program (activated by keystore / button pressing)?
Any ideas most usefull, as I need to have the pin in place as the Prophet is a minefield of information!
same problem !!!!
the device lock it self during when i try to take good shot be camera !!!
so i need to enter the password to i can back again to camera
if only the device lock it self when i turn it off like window 2003
this will be great
Posted from another Pocket PC / Smartphone website, i have applied it to my phone but not been able to test it yet....
1. Get a registry editor (I used minied of sourecforge.net, because its opensource, but there are many others available)
2. Go to the following key:
HKEY_LOCAL_MACHINE\Comm\Security\LASSD\AE\{50C13377-C66D-400C-889E-C316FC4AB374}
- The value called AEFrequencyType will be 1. Change it to 2.
- Ensure the value called AEFrequencyValue is 0
Exit the editor and reset the device.
From now the device should only lock to the password screen when the power shuts off, as per pre-AUK2 behaviour.
Note that if you go in to the lock settings screen, it will try to change the AEFrequencyType value back to 1. Also, this will *not* work if you have an Exchange 2003 enforced policy for this setting active. The policy will overwrite it.
Thanks for that
I will give it a try and see what happens.
Works like a dream!
Brilliant. Thanks for the reg hack. Brilliant and works a treat. Now, whenever the mobile is connected to ActiveSync or charging, no pin lock.
Glad to be of service, thanks for letting me know it works.

registry keys

Hi Everyone:
A small clarification is needed. My device is defaulting to Moscow GMT+3 everytime I restart it. I want to know actually 3 things if possible:
1- What's the registry key that allows you to select the regional settings?
2- How can I know the table code of countries like Moscow is 0x00FFXXX, etc... for the various time zones.
3- I noticed sometimes that whatever registry keys in HKEY_LOCAL_MACHINE -> nls, they are changed everytime the system restarts. I was assuming that nls\overrides is doing that but I altered everyting and yet after restart new values appear in nls keys and even in overrides. Is there any other place in registry that writes values on top of nls upon restart?
appreciate the help,
Cheers
I have a similar problem where the backlight timeout setting (on battery power) resets to 10 seconds everytime I turn my MDA off. Really annoying.
I've tried changing the setting in the registry directly as well, but it still changes back.
Any ideas?
Thanks,
Scott
It is strange that something keeps changing the reg settings.
I had the 10 second thing on my Jamin and it seem to have something to do with the screen lock plugin.
Never did solve it.
Locale settings are in HKLM\nls DefaultLCID (dword) and you can find all possible values here.
But the time zone is set in HKLM\Time\TimeZoneInformation and its a bit complicated (its a whole data structure and not just a value)
I think you need to check your startup programs (HKLM\init and windows\startup).
levenum said:
It is strange that something keeps changing the reg settings.
I had the 10 second thing on my Jamin and it seem to have something to do with the screen lock plugin.
Never did solve it.
Locale settings are in HKLM\nls DefaultLCID (dword) and you can find all possible values here.
But the time zone is set in HKLM\Time\TimeZoneInformation and its a bit complicated (its a whole data structure and not just a value)
I think you need to check your startup programs (HKLM\init and windows\startup).
Click to expand...
Click to collapse
Thank you for your reply and for the great link. I am starting to feel that this problem is related to HTC Home. Appreciate if anyone can comment on this issue.
Requesting Moderators / Admin to move this post to the appropriate board
I've been playing with the new PDAMobiz ROM and discovered that in Settings->Phone there is an option to sync time with the cellular network.
Unfortunately this will also force your time zone in to what ever the network is set to which at least in my case is incorrect because the network operator did not want to bother with DLS settings.
Perhaps you have this setting on as well?

Attention: Found Unusual Registry within T-Mobile USA HD2!

I was just viewing various system registry... and came across some keys that I've never before noticed in the past.
They really aren't too outlandish, but I'm wondering if folks are interested in "testing" what exactly these registry edits "do" in terms of whether or NOT they are enhancements or NOT much of anything.
DO NOT ATTEMPT TO MAKE ALTERATIONS TO THE SYSTEM REGISTRY IF YOU ARE NOT FAMILIAR WITH ADVANCED WINDOWS MOBILE CAPABILITIES!
Now, having said all of that... here are a few of those interesting "tweaks" I've come across:
1.) HKEY_CURRENT_USER\ControlPanel\Keybd: WM7KeybdLayout - "0"
By default this registry value is ZERO... perhaps if "enabled" by using "1" as the replacement value, something "cool" may happen.
2.) HKEY_CURRENT_USER\ControlPanel\Gestures\Touch: Disabled - "0"
By default this registry value is ZERO... and I'm not entirely sure what this COULD allow your system to do, but it may be "cool" also.
3.) HKEY_CURRENT_USER\Performance: Available RAM on boot - "327274496"
By default this registry value is LIST ABOVE, and perhaps editing this value, and making it larger could allow for a more "hasty" booting process.
4.) HKEY_CURRENT_USER\Software\HTC\WebSnapShot: Enabled - "0"
By default this registry value is ZERO... but I'm wondering if this will allow for some kind of built-in screen shot function to "snap" thumbnail images of your online browsing history. Assumed value to "enable" it, should be "1".
5.) HKEY_CURRENT_USER\Software\Microsoft\Shell: AnalogClock - "0"
By default this registry value is ZERO... so I figure changing this value to "1" might "create" some kind of analog clock on for Manila.
6.) HKEY_CURRENT_USER\Software\Microsoft\Shell: HasKeyboard - "0"
By default this registry value is ZERO... and to be quite honest, this seems pretty obvious that it will "allow" or display the keyboard somewhere on the "shell" of your device. Assumed value to "enable" it, should be "1".
7.) HKEY_CURRENT_USER\ControlPanel\BackLight
This ENTIRE key has some pretty interesting settings that can be adjusted for advanced or unseen backlight settings.
8.) HKEY_CURRENT_USER\ControlPanel\AllLEDMgr
Here is the key in which you can adjust the LED settings such as interval.
9.) HKEY_LOCAL_MACHINE\Audio\SoftwareMixer: SampleRate - "268435456"
The default value is listed above, but my query involves whether or not tampering with this could resolve the "audio delay" for some users.
10.) HKEY_LOCAL_MACHINE\ControlPanel\Power
Here is the key in which you can adjust the values to be labeled for battery power settings. HIGH, MEDIUM, and LOW. The percentage before the system provides a warning can be changed.
11.) HKEY_LOCAL_MACHINE\Drivers\Display
Here is the key in which you will find a majority of your advanced display settings for your device.
12.) HKEY_LOCAL_MACHINE\Software\Qualcomm\DSM
Here is the key in which I believe you might find another possible solution for the audio delay, considering one of the string values is "250" as a file queue setting.
13.) HKEY_LOCAL_MACHINE\Software\OEM\USBtoPC
Here is the key in which you'll find the way to REMOVE or otherwise disable the "popup" window that appears whenever you connect your device via USB to a desktop PC.
14.) HKEY_LOCAL_MACHINE\Software\OEM\MASD
THIS KEY, THIS KEY RIGHT HERE FOLKS... this is VERY important for those of you who are trying to figure out what "official" version number of specific services is currently installed on your device.
15.) HKEY_LOCAL_MACHINE\Software\Microsoft\ActiveSync\OEM Links\T-Mobile Help - "0"
Enabling this key by changing the value to "1" should provide for a direct system link to the T-Mobile support network for the HD2. This is very similar to the Microsoft error reporting services.
16.) HKEY_LOCAL_MACHINE\Software\Microsoft\Calendar: ShowLunarCalendar - "0"
By enabling this, you should be able to have the Lunar Calendar displayed within the HTC system calendar... among other things. Assumed value to "activate" this should be "1".
17.) HKEY_LOCAL_MACHINE\Software\Microsoft\CHome
Here is where you'll find a laundry list of options to make changes to the original WM6.5, "Titanium".
18.) HKEY_LOCAL_MACHINE\Software\Microsoft\Pictures\ImageSendSize
Here is where you'll find 3 sub-keys that contain resolution values that can be altered in order to provide a "bigger picture" for MMS or uploads.
19.) HKEY_LOCAL_MACHINE\Software\HTC\Camera\Image
This key will open up a list of options that will allow you to change various settings for image capture and resizing.
20.) HKEY_LOCAL_MACHINE\Software\HTC\PhoneCanvas
In this key you'll find options that will allow you to make changes to the picture size for contacts.
21.) HKEY_LOCAL_MACHINE\Software\HTC\PHONE
Here are more device settings for in-call and beyond.
ENJOY!
Oh, and don't hesitate to leave a bit of feedback. Thanks.
I am patiently waiting for you to try these and update the post.
I sure as heck don't plan to "play" with my registry
As soon as the store calls to tell me that mine is *FINALLY* in, I'll be happy to test some of those out. As long as you back up your registry before you do anything (and aren't afraid of a Hard Reset as a last resort), there shouldn't be any issue trying these...any of the changes you make can be reversed that way.
Snarksneeze said:
I am patiently waiting for you to try these and update the post.
I sure as heck don't plan to "play" with my registry
Click to expand...
Click to collapse
sirphunkee said:
As soon as the store calls to tell me that mine is *FINALLY* in, I'll be happy to test some of those out. As long as you back up your registry before you do anything (and aren't afraid of a Hard Reset as a last resort), there shouldn't be any issue trying these...any of the changes you make can be reversed that way.
Click to expand...
Click to collapse
Agreed fellas. This stuff seems interesting. I haven't played with these listed items just yet. I was so exhausted last night while skimming through tons and tons of registry keys... that I may have gotten a little desperate to post this rather than test each one.
Some are just useful tips, but others I have not before seen on the EURO model of the HD2. For instance, the WM7 keyboard... that's rather curious, huh?
5 - puts tiny analog clock where digi clock is by battery
6 - for phones with hardware keyboards
14 - can change that to fake any system info you like
18 - doesnt necessarily work. best way ive yet to find to fix the small mms size on some networks is the mms userprofile tweak that reports it as a diamond, and the mms useragent as a nokian95. (I can tfind the link, sorry)
3.) HKEY_CURRENT_USER\Performance: Available RAM on boot - "327274496"
By default this registry value is LIST ABOVE, and perhaps editing this value, and making it larger could allow for a more "hasty" booting process.
When I looked I had a lower value, "281640960". I increased it to "327274496" startup seems a bit faster, not much. I'm gonna try increasing it later. On another note, slide to unlock seems to be faster. Of course this could all be in my head.
chrys9989 said:
3.) HKEY_CURRENT_USER\Performance: Available RAM on boot - "327274496"
By default this registry value is LIST ABOVE, and perhaps editing this value, and making it larger could allow for a more "hasty" booting process.
When I looked I had a lower value, "281640960". I increased it to "327274496" startup seems a bit faster, not much. I'm gonna try increasing it later. On another note, slide to unlock seems to be faster. Of course this could all be in my head.
Click to expand...
Click to collapse
This looks suspiciously like overclocking to me. If it is, I doubt that the S2U being faster is in your head...
Are you sure that "on boot" only means during the bootup process and not the original RAM available before the processes kick in?
Snarksneeze said:
This looks suspiciously like overclocking to me. If it is, I doubt that the S2U being faster is in your head...
Are you sure that "on boot" only means during the bootup process and not the original RAM available before the processes kick in?
Click to expand...
Click to collapse
What's weird though is that the value keeps changing, on every boot it's a different value. On the last boot, it was 280760320.
chrys9989 said:
What's weird though is that the value keeps changing, on every boot it's a different value. On the last boot, it was 280760320.
Click to expand...
Click to collapse
Then it just about has to be a record and not reference value. Shoulda known it wouldn't be that easy
samsamuel said:
5 - puts tiny analog clock where digi clock is by battery
6 - for phones with hardware keyboards
14 - can change that to fake any system info you like
18 - doesnt necessarily work. best way ive yet to find to fix the small mms size on some networks is the mms userprofile tweak that reports it as a diamond, and the mms useragent as a nokian95. (I can tfind the link, sorry)
Click to expand...
Click to collapse
chrys9989 said:
What's weird though is that the value keeps changing, on every boot it's a different value. On the last boot, it was 280760320.
Click to expand...
Click to collapse
Thanks for the reports.
And yeah, I noticed that as well... yet my value is always relatively in the same demographic in terms of "high" or "low".
But yes, it is some "lowbrow" version of overclocking, but as far as I know... it only pertains to the RAM available during and shortly thereafter a booting process is complete. It's like tweaking the allocated resources that "HTC Sense" used each time it booted up.
Awesome find. looking forward to what will be unconvered
I have a few friends skimming the registry keys day n' night as well... it's just very, very exhausting to read thousands of lines of coding.
I doubt I'll be updating the OP with tons of additions, but I'll certainly add to it, should something reasonably decent come to my attention.
I would like to add something that also seems interesting
HKLM/System/Autoupdate: 0 <-- I wonder what 1 does.. I just set to 1, will update as i hopefully receive updates
PS: I'm not sure if its this that caused this, but my phone just locks on slide to unlock.. As soon as i try unlocking the screen turns off.
Reignzone said:
I have a few friends skimming the registry keys day n' night as well... it's just very, very exhausting to read thousands of lines of coding.
I doubt I'll be updating the OP with tons of additions, but I'll certainly add to it, should something reasonably decent come to my attention.
Click to expand...
Click to collapse
Bump.
Anyone found any interesting tidbits as of yet?

Have I Completely Screwed Up My Phone?

So I was reading this page on a registry tweak from pocketnow.com that could help reduce the pressure you place on your touchscreen, apparently. It is HKEY_LOCAL_MACHINE\Drivers\TouchPanel Value=PressureThreshold
I changed the number to 34 in decimal, which I think I misread and now should have changed to 240, but what can you do (in case anyone is curious, DON'T try this tweak unless you want to risk losing your phone data. It doesn't take effect until restart, at which point you might be screwed).
So I applied the tweak without restarting, and then at one point my phone froze, so I soft reset it. My phone came up as usual, and because I use Chobit's SmartLock, I think it locks on boot up (Windows Mobile 6.5 doesn't do so by default, does it?).
Herein lies the problem: you need to slide across the screen to unlock, but upon reboot, my touchscreen is basically non-responsive.
I've tried using desktop Windows Mobile registry editors, but they require ActiveSync running, which can't happen on my phone because the touchscreen isn't working for me to select "ActiveSync" rather than "Removable Disk" to which it defaults. I think SmartLock is getting in the way here too, as . I've removed my storage card, but the same prompt still comes up, making me unable to use ActiveSync. Is there some way to force ActiveSync without this prompt? I think then at least I could edit the registry and remove this tweak. I can't even use something like MyMobiler or CERegEditor, because they require, you guessed it...ActiveSync.
Is there any way to save my phone and data other than a hard reset? I do have access to the Storage Card, so is there anyway to run a program from there like people 'unroot' their phones? Is there perhaps a set of soft key presses that can run the screen calibration program?
EDIT: Ended up hard resetting because I couldn't figure out how to get around the lock screen. Oh well!
yummybunny said:
So I was reading this page on a registry tweak from pocketnow.com that could help reduce the pressure you place on your touchscreen, apparently. It is HKEY_LOCAL_MACHINE\Drivers\TouchPanel Value=PressureThreshold
I changed the number to 34 in decimal, which I think I misread and now should have changed to 240, but what can you do (in case anyone is curious, DON'T try this tweak unless you want to risk losing your phone data. It doesn't take effect until restart, at which point you might be screwed).
So I applied the tweak without restarting, and then at one point my phone froze, so I soft reset it. My phone came up as usual, and because I use Chobit's SmartLock, I think it locks on boot up (Windows Mobile 6.5 doesn't do so by default, does it?).
Herein lies the problem: you need to slide across the screen to unlock, but upon reboot, my touchscreen is basically non-responsive.
I've tried using desktop Windows Mobile registry editors, but they require ActiveSync running, which can't happen on my phone because the touchscreen isn't working for me to select "ActiveSync" rather than "Removable Disk" to which it defaults. I think SmartLock is getting in the way here too, as . I've removed my storage card, but the same prompt still comes up, making me unable to use ActiveSync. Is there some way to force ActiveSync without this prompt? I think then at least I could edit the registry and remove this tweak. I can't even use something like MyMobiler or CERegEditor, because they require, you guessed it...ActiveSync.
Is there any way to save my phone and data other than a hard reset? I do have access to the Storage Card, so is there anyway to run a program from there like people 'unroot' their phones? Is there perhaps a set of soft key presses that can run the screen calibration program?
EDIT: Ended up hard resetting because I couldn't figure out how to get around the lock screen. Oh well!
Click to expand...
Click to collapse
You could have used the d-pad to scroll to AS from Storage and then press the center button "enter".
for next time... search for "i-tweak sensitivity"
it has two registry edits... the difference is amazing! Its a must do for me no matter what phone i use.

Categories

Resources