False Registry changes not saved Registry - MDA III, XDA III, PDA2k, 9090 General

Hello,
I did something stupid I changed my registry without saving it before!
Now I have the problem I can not change it back... I
Have the
XDA3 PH20B
ROM 1.42.01 GER
RADIO 1.13.00
WDM2003SE
I already reinstalled the ROM and Radio.
I also checked the tread I got all the changes from but the right ones were not in!
I Changed the following Registry entry's:
Code:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Power\State\Suspend]
@=dword:00000003
"Flags"=dword:00100000
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Power\State\Unattended]
@=dword:00000000
"Flags"=dword:00100000
"WAV1:"=dword:00000000
[HKEY_LOCAL_MACHINE\Comm\L2TP1\Parms]
"DisablePowerManagement"=dword:00000000
[HKEY_LOCAL_MACHINE\Comm\Parms]
"AllowSuspend"=dword:00000000
[HKEY_LOCAL_MACHINE\Comm\AsyncMac1\Parms]
"RebindOnResume"=dword:00000001
"DisablePowerManagement"=dword:00000000
[HKEY_LOCAL_MACHINE\Comm\PPTP1\Parms]
"DisablePowerManagement"=dword:00000000
[HKEY_LOCAL_MACHINE\Comm\tiacxwln1\Parms]
"ResetOnResume"=dword:00000001
So please if someone has got the normal Settings for these entry's write me!!!!
Because the switching of the Energy modes does not work properly
The worst problem is that I can not set my xda in the standby mode (display off, key logger on) When I press the button only the light switches off
Thanks for your help
PROBLEM FIXED​

Related

keyboard error ?

after i uprom for my x01ht (schaps 4.0), the keyboard (hardware) was very stupid. some letter is wrong. when i typed "j", display appear "qwerghik";
"n" => " asdfvbnn"
"u'' => "tyui"
down => left softkey
"p" => start
....
who can hepl me to fix that ?
You need to create Registry value of name "Locale" and type of "String" and data of "Localization ID" within
[HKEY_CURRENT_USER\ControlPanel\Keybd]
Localization IDs:
French = 040c
German = 0407
Italian = 0410
Japanese = 0411
Spanish = 040a
Kazakh = 043f
Russian = 0419
For Swedish (scandinavian) use 0414 (not 041d)
Other IDs can be found here: http://www.microsoft.com/globaldev/reference/winxp/xp-lcid.mspx.
Some versions of the OS seem to be case sensitive on this value, and if it does not work, try upper case letters.
Registry example for say Japanese keyboard:
[HKEY_CURRENT_USER\ControlPanel\Keybd]
"Locale"="0411"
i tried this way or hardreset but not change.
Or you could download advancedcofig 1.1 or htcustom and change keyboard settings to cingular
no way. i hardreset but still the same. i think the hardware error
noone fix that ?
Hello ....
Layout keyboard
HI,
someone has any idea where I can find the registry key for the layout keyboard and value do I have to put to get it in french??
same error :
http://forum.xda-developers.com/showthread.php?t=312532
waiting...
X01HT Keyboard Fix
Try this one to see if it works.
Quakie
oh no. All body didn't understand me.
my X01ht was very well 2 weeks ago, but now, it is ....
i think the hardware of keyboard error (may be). not software.

Security Warning disabled - but message is still

Hi,
the problem:
Security Warning when running unsigned programes
the solution:
install security warning.cab and SDKCerts.cab
modified registry entries
Code:
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
"0000101a"=dword:1
"0000101b"=dword:1
"00001001"=dword:1
The security warning appears still. What can I do to the security warning off?
wfg
starbase64
Some other wm6 users have mentioned changing the following as well
HKLM>Security>Policies>Policies
value = 0000101B DWORD = 1
value = 00001001 DWORD = 1
Not sure if those will help.
use schaps advanced config to disable it
Stickster42 said:
Some other wm6 users have mentioned changing the following as well
HKLM>Security>Policies>Policies
value = 0000101B DWORD = 1
value = 00001001 DWORD = 1
Not sure if those will help.
Click to expand...
Click to collapse
has not helped
kingsizeriz said:
use schaps advanced config to disable it
Click to expand...
Click to collapse
has not helped
The following links may help
http://www.modaco.com/content/htc-monet-monet-modaco-com/251706/application-unlock-for-monet/
These are for the wm5 security power toy which does also work on wm6 it can at least show you which policies are in place
http://blogs.msdn.com/windowsmobile/archive/2007/05/30/all-about-application-locked.aspx
http://www.sems.org/entry.asp?ENTRY_ID=157
http://www.microsoft.com/downloads/details.aspx?FamilyID=7e92628c-d587-47e0-908b-09fee6ea517a&DisplayLang=en
Stickster42 said:
The following links may help
http://www.modaco.com/content/htc-monet-monet-modaco-com/251706/application-unlock-for-monet/
These are for the wm5 security power toy which does also work on wm6 it can at least show you which policies are in place
http://blogs.msdn.com/windowsmobile/archive/2007/05/30/all-about-application-locked.aspx
http://www.sems.org/entry.asp?ENTRY_ID=157
http://www.microsoft.com/downloads/details.aspx?FamilyID=7e92628c-d587-47e0-908b-09fee6ea517a&DisplayLang=en
Click to expand...
Click to collapse
has not helped. another solution?

How to remove SQM (System Quality Metrics)

A few people have been trying to figure out how to get rid of SQM, and custsat.dll was causing most of the errors. I posted a few weeks ago in the kaiser forum the I was going to post how to do it, but forgot. Anyway, removing SQM is now simple (for ROM cooks):
1. Delete SQM package from SYS
2. Place my dummy custsat.dll (attatched).
...dummy custsat is a dummy custsat.dll that exports all correct ordinals, and simply returns zero for all functions. SQM is a reporting library that apparently sends non-personal information to microsoft about your pocketpc's performance. note this is for wm6.1, wm6 you can just delete sqm.
no2chem said:
A few people have been trying to figure out how to get rid of SQM, and custsat.dll was causing most of the errors. I posted a few weeks ago in the kaiser forum the I was going to post how to do it, but forgot. Anyway, removing SQM is now simple (for ROM cooks):
1. Delete SQM package from SYS
2. Place my dummy custsat.dll (attatched).
...dummy custsat is a dummy custsat.dll that exports all correct ordinals, and simply returns zero for all functions. SQM is a reporting library that apparently sends non-personal information to microsoft about your pocketpc's performance.
Click to expand...
Click to collapse
Wouldn't it be easier to remove the whole SQM package:
-custsat.dll
sqmce.dll
sqmconn.dll
sqmdata.dll
sqmevent.exe
sqmsvc.dll
uptime.dll
uptimesqm.exe
AND remove the RGU entries from the Hive?
Then the whole package wouldn't be called upon anymore, so no errors with custsat.dll etc.
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\System\SQM]
"Enabled"=dword:1 ; Device-wide SQM enabled state
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SqmEngine]
"Dll"="sqmce.dll"
"Prefix"="SQM"
"Index"=dword:1
"Order"=dword:1
"IClass"=multi_sz:"{A32942B7-920C-486b-B0E6-92A702A99B35}"
"Flags"=dword:2
[HKEY_LOCAL_MACHINE\System\SQM\Engine]
"MachineId"="{00000000-0000-0000-0000-000000000000}"
"UserId"="{00000000-0000-0000-0000-000000000000}"
"MaximumSessionSize"=dword:FFFF ; Default: 64 KB
"MaximumPacketPoolSize"=dword:FF ; Default: 255
"MaximumFileQueueSize"=dword:20 ; Default: 32
"MaximumUploadFolderSize"=dword:40000 ; Default: 256 KB
"PacketProcessorThreadPriority"=dword:FB ; Default: THREAD_PRIORITY_NORMAL (251)
"UploadFolderFilePattern"="_%d.dat"
"PersistentSessionFolder"="\\Windows\\System\\SQM\\Sessions\\"
[HKEY_LOCAL_MACHINE\System\SQM\Sessions\Global]
"MaxSize"=dword:FA0
"Timeout"=dword:15180 ; one day in milliseconds
"Persistent"=dword:1
[HKEY_LOCAL_MACHINE\System\SQM\Sessions\PMWeek]
"MaxSize"=dword:FA0
"Timeout"=dword:93A80 ; one week in milliseconds
"Persistent"=dword:1
[HKEY_LOCAL_MACHINE\System\SQM\UploadSettings]
"UploadFolder"="\\Windows\\System\\SQM\\Files"
"UploadEvent"="System/SqmUploadReady"
"UploadRetryInterval"=dword:5265C00
"ThrottleInterval"=dword:48190800
"ConnectionFlags"=dword:1
[HKEY_LOCAL_MACHINE\Services\SqmUpload]
"Context"=dword:0
"Dll"="sqmsvc.dll"
"Order"=dword:99
"Keep"=dword:1
"Prefix"="SQM"
"Index"=dword:0
"DelayLoadOnEvents"="SDP_DATA_AVAILABLE"
[HKEY_LOCAL_MACHINE\System\SQM]
"Enabled"=dword:0 ; Device-wide SQM enabled state
"EnableUI"=dword:1 ; Show event-triggered prompt to join and control panel applet
"PromptDelayMin"=dword:F ; Number of minutes (in hex) to delay before displaying prompt after receiving initial event notification
[HKEY_LOCAL_MACHINE\System\SQM\Sessions]
"MaxTransient"=dword:100
"TransientSignature"="sqmdata%02d.sqm"
"TransientDir"="\\windows\\SqmTempFiles"
"TransientFlags"=dword:0
"FlushInterval"=dword:0
[HKEY_LOCAL_MACHINE\System\SQM\Sessions\Global]
"MaxSize"=dword:5000
"Timeout"=dword:15180
"Persistent"=dword:1
"Flush"=dword:1
"SessionCount"=dword:0
[HKEY_LOCAL_MACHINE\System\SQM\Sessions\BiWeekly]
"MaxSize"=dword:FA0
"Timeout"=dword:127500
"Persistent"=dword:1
"Flush"=dword:1
"SessionCount"=dword:0
[HKEY_LOCAL_MACHINE\System\SQM\UploadSettings]
"ConnectionDll"="sqmconn.dll"
"ConnectionFlags"=dword:0
[HKEY_LOCAL_MACHINE\System\Uptime]
"Interval"=dword:258
"UserFix"=dword:B4
[HKEY_LOCAL_MACHINE\init]
"Launch100"="uptimesqm.exe"
"Depend100"=hex:3c,00 ; services(=0x3c)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\State\ScreenOff]
"upt1:"=dword:1 ; D1
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\State\Unattended]
"upt1:"=dword:1 ; D1
Regards,
EqX
the-equinoxe said:
Wouldn't it be easier to remove the whole SQM package:
-custsat.dll
sqmce.dll
sqmconn.dll
sqmdata.dll
sqmevent.exe
sqmsvc.dll
uptime.dll
uptimesqm.exe
AND remove the RGU entries from the Hive?
Then the whole package wouldn't be called upon anymore, so no errors with custsat.dll etc.
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\System\SQM]
"Enabled"=dword:1 ; Device-wide SQM enabled state
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SqmEngine]
"Dll"="sqmce.dll"
"Prefix"="SQM"
"Index"=dword:1
"Order"=dword:1
"IClass"=multi_sz:"{A32942B7-920C-486b-B0E6-92A702A99B35}"
"Flags"=dword:2
[HKEY_LOCAL_MACHINE\System\SQM\Engine]
"MachineId"="{00000000-0000-0000-0000-000000000000}"
"UserId"="{00000000-0000-0000-0000-000000000000}"
"MaximumSessionSize"=dword:FFFF ; Default: 64 KB
"MaximumPacketPoolSize"=dword:FF ; Default: 255
"MaximumFileQueueSize"=dword:20 ; Default: 32
"MaximumUploadFolderSize"=dword:40000 ; Default: 256 KB
"PacketProcessorThreadPriority"=dword:FB ; Default: THREAD_PRIORITY_NORMAL (251)
"UploadFolderFilePattern"="_%d.dat"
"PersistentSessionFolder"="\\Windows\\System\\SQM\\Sessions\\"
[HKEY_LOCAL_MACHINE\System\SQM\Sessions\Global]
"MaxSize"=dword:FA0
"Timeout"=dword:15180 ; one day in milliseconds
"Persistent"=dword:1
[HKEY_LOCAL_MACHINE\System\SQM\Sessions\PMWeek]
"MaxSize"=dword:FA0
"Timeout"=dword:93A80 ; one week in milliseconds
"Persistent"=dword:1
[HKEY_LOCAL_MACHINE\System\SQM\UploadSettings]
"UploadFolder"="\\Windows\\System\\SQM\\Files"
"UploadEvent"="System/SqmUploadReady"
"UploadRetryInterval"=dword:5265C00
"ThrottleInterval"=dword:48190800
"ConnectionFlags"=dword:1
[HKEY_LOCAL_MACHINE\Services\SqmUpload]
"Context"=dword:0
"Dll"="sqmsvc.dll"
"Order"=dword:99
"Keep"=dword:1
"Prefix"="SQM"
"Index"=dword:0
"DelayLoadOnEvents"="SDP_DATA_AVAILABLE"
[HKEY_LOCAL_MACHINE\System\SQM]
"Enabled"=dword:0 ; Device-wide SQM enabled state
"EnableUI"=dword:1 ; Show event-triggered prompt to join and control panel applet
"PromptDelayMin"=dword:F ; Number of minutes (in hex) to delay before displaying prompt after receiving initial event notification
[HKEY_LOCAL_MACHINE\System\SQM\Sessions]
"MaxTransient"=dword:100
"TransientSignature"="sqmdata%02d.sqm"
"TransientDir"="\\windows\\SqmTempFiles"
"TransientFlags"=dword:0
"FlushInterval"=dword:0
[HKEY_LOCAL_MACHINE\System\SQM\Sessions\Global]
"MaxSize"=dword:5000
"Timeout"=dword:15180
"Persistent"=dword:1
"Flush"=dword:1
"SessionCount"=dword:0
[HKEY_LOCAL_MACHINE\System\SQM\Sessions\BiWeekly]
"MaxSize"=dword:FA0
"Timeout"=dword:127500
"Persistent"=dword:1
"Flush"=dword:1
"SessionCount"=dword:0
[HKEY_LOCAL_MACHINE\System\SQM\UploadSettings]
"ConnectionDll"="sqmconn.dll"
"ConnectionFlags"=dword:0
[HKEY_LOCAL_MACHINE\System\Uptime]
"Interval"=dword:258
"UserFix"=dword:B4
[HKEY_LOCAL_MACHINE\init]
"Launch100"="uptimesqm.exe"
"Depend100"=hex:3c,00 ; services(=0x3c)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\State\ScreenOff]
"upt1:"=dword:1 ; D1
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\State\Unattended]
"upt1:"=dword:1 ; D1
Regards,
EqX
Click to expand...
Click to collapse
if you tried that in wm6.1, you would quickly discover that unresolved imports will cause everything from tmail.exe to cprog.exe not to execute.
no2chem said:
2. Place my dummy custsat.dll (attatched)
Click to expand...
Click to collapse
hey no2chem.. will try this out, but where should i place this file? in windows? i mean is it ok if i just place this file of urs in oemapps (it will automatically get stored in windows, rite?)
EDIT: sorry.. posted too early b4 i saw what was nside sorry again.. please ignore my question
Hi,
good work, i have cooked in my new Rom.
with friendly greet
starbase64
no2chem said:
if you tried that in wm6.1, you would quickly discover that unresolved imports will cause everything from tmail.exe to cprog.exe not to execute.
Click to expand...
Click to collapse
Ahh, I (obviously) haven't tried that in WM6.1 (haven't cooked a WM 6.1 ROM yet).
Well done, I'll going to use your dll when I decide to cook me a WM6.1 ROM.
ok i will try in my new rom! thanks!
Very useful
I 'll use your SQM in my next ROM. Thanks.
OK cooked in and NO problems at all. Thnaks for sharing!!!
What i didn't post thanks for this...
Dammit, muchos gracias great job testing now.
I wnet almost insane trying to get rid of SQM in WM 6.1
Worked on this side of the coin!
Thanks a lot!
I used this with WM 6.1 Classic edition for Hx4700( remove Phone and related phone folder in SYS) , returned error.
I deleted all except original custsat and rgu and dsm , no error.
I used with ASUS P525 and hTC Cruise , all's OK.
Thanks.
vivi
no2chem said:
A few people have been trying to figure out how to get rid of SQM, and custsat.dll was causing most of the errors. I posted a few weeks ago in the kaiser forum the I was going to post how to do it, but forgot. Anyway, removing SQM is now simple (for ROM cooks):
1. Delete SQM package from SYS
2. Place my dummy custsat.dll (attatched).
...dummy custsat is a dummy custsat.dll that exports all correct ordinals, and simply returns zero for all functions. SQM is a reporting library that apparently sends non-personal information to microsoft about your pocketpc's performance. note this is for wm6.1, wm6 you can just delete sqm.
Click to expand...
Click to collapse
Thanks for this
I'll try in my Spanish Lite ROM for Kaiser...
One question, may i delete ceipui.exe too or this is not related to this? I have tryied a WM5 mxip_notify.vol that does not include the two ceipui.exe notifications, but the ROM don't boot...
CHeers
Cheers
jcespi2005 said:
Thanks for this
I'll try in my Spanish Lite ROM for Kaiser...
One question, may i delete ceipui.exe too or this is not related to this? I have tryied a WM5 mxip_notify.vol that does not include the two ceipui.exe notifications, but the ROM don't boot...
CHeers
Cheers
Click to expand...
Click to collapse
Since noone responded to that I am gonna answer to cut other peoples problems away. If you try the other way incl. deleting ceipui.exe you will have seriouse activesync issues. People on vista (some, specialy those who havent updated theyre computer) wount be saved by sktools for cleaning up and make a new repllog session. So my experience is that deleting ceipui.exe is not a smart move
raiisak said:
Since noone responded to that I am gonna answer to cut other peoples problems away. If you try the other way incl. deleting ceipui.exe you will have seriouse activesync issues. People on vista (some, specialy those who havent updated theyre computer) wount be saved by sktools for cleaning up and make a new repllog session. So my experience is that deleting ceipui.exe is not a smart move
Click to expand...
Click to collapse
Thanks for your answer...
Finally found a MIX_NOTIFY.VOL without ceipui notifications that works for me in my lite spanish ROM
Cheers.
one question... where i have to place this dll?
Activating this thread again, hopeing to get an answer...
From what I can understand, SQM (System Quality Metrics) is a service running in winmo 6 and ff. Services are always manageable in the way that they can be disabled and/or stopped. Shouldnt it be possible to get rid of ceipui.exe making its "call home" to redmond by just disabling the SQM-service (and possibly a few others that might be depending on it)?
I had a quick look in the registry and found what I think is the service in question, sqmupload (sqmsvc.dll). Easy to set it to manual start and easy to "disable" it (just move it to another location in the registry for safety, dont delete it).
I'll hardreset my device and test it, will post results here later on.
[Edit]
Btw, I am not a cook, therefor I'm trying to find another way to solve this
Ok, I should clarify that what I wanted to do was to remove the annoying popup dialog about participating in the Customer Feedback and this registry tweak has done just that.
Its workning perfectly on an Athena 7500 with a wm 6.1 ROM.
The registryentry this regards is:
[HKEY_LOCAL_MACHINE\Services\SqmUpload]
Should look something like this:
"Context"=dword:00000000
"Dll"="sqmsvc.dll"
"Order"=dword:00000099
"Keep"=dword:00000000
"Prefix"="SQM"
"Index"=dword:00000000
"DelayLoadOnEvents"="SDP_DATA_AVAILABLE"
"Flags"=dword:00000004
Create a key in HKCU\Software, name it whatever you like (f.ex. Backup) and move this key to that location. The service is now "disabled", and it doesnt look like its calling ceipui.exe, nor does it call on uptimesqm.exe as far as I have been able to spy on the system.
If anyone experiences any problems, please tell me. I'd really like to know
//Anders
what about 6.5?
isn't it enough to delete all files from SQM package excluding dsm and custsat.dll? what is the difference between using dummy custsat?
Any experience with these with latest builds (6.5.3)?
- Remove customer feedback
- remove error reporting
- etc etc...
Thanks.

Registry edit queries

Hi, i was going thorugh this forum and come across some registry twicks.
like below
Show Network Operator Name in today screen
Restoring Today Item: WiFi, BT and Phone Connection Status
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Today\Items]
Create "Wireless" use Key
"Flags"=dword:00000000
"Options"=dword:00000000
"DLL"="netui.dll"
"Order"=dword:00000000
"Enabled"=dword:00000001
"Type"=dword:00000004
I downloaded and installed Kilmist Registry Editor V2.5 on my htcp3300
but could not get how to add above entries in registry.. can someone address my query
Thanks
any clue guys.... i need to apply some tweaks by editing registry

[TIP] Gyrator2 - Taskmanager and Start at Boot on NLD ROM

Ok I installed Gyrator2 on the TP2 with my T-mobile NLD rom.
First thing I needed to fix was that the software does not run at boot, this because the path in the Registry was not translated to the Dutch ROM.
HKEY_CURRENT_USER\Software\HTC\BootLauncher\Apps\Gyrator2
And I changed the value of Module String from:
Code:
\Program Files\Gyrator2\Gyrator2.exe
to:
Code:
\Programmabestanden\Gyrator2\Gyrator2.exe
Secondly I was annoyed by the Gyrator 2 showing up in my Task manager all the time.
So I did add a Dword in
Code:
HKCU\Software\HTC\TaskManager\ExclusiveList\System\
With the name "Gyrator2.exe" As a DWORD with value 0
I am happy with the results, so I think it would be valuable to share it with you all...
Cheers.
Hi Zaleo,
i have done the same in my HTC TP2 some days ago.
Sometimes i think we have to change to global tougths
here in NLD ;-)

Categories

Resources