[REF] WP7 Registry tweak (Updated 07/01/12)

xboxmod

Senior Recognized Developer
May 20, 2007
994
2,009
0
39
Gap


Registry editors doesn't see all keys mentionned here (security restriction)!
i recommand provxml method to edit registry keys.


The purpose of this thread is to collate all WP7 interesting Registry Entries &
Tweaks we found and have them in the first page to don't having to search in many pages.


Majority of this registry tweak work on all WP7 Device.
______________________________________________________

Enable instant resuming(JaxBot' Dehydrate hack)
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\TaskHost]
"DehydrateOnPause"=dword:0
Nodo fix 16 bit colour banding
Code:
HKEY_LOCAL_MACHINE\Drivers\Display\Primary]
"PrimBPP"=dword:32 
HKEY_LOCAL_MACHINE\Drivers\Display\Primary]
"bpp"=dword:32 
HKEY_LOCAL_MACHINE\Drivers\Display\Primary]
"PanelBPP"=dword:32
-Allow max number of unsignd apps
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg\Install]
    "MaxUnsignedApp"=dword:7fffffff
-Prevent Relock for ChevronWP7 unlocked device
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
    "PortalUrlProd"=""
    "PortalUrlInt"=""
Live ID Activation Code
(Usefull on HD2 to bypass boring serial number step, need a valid serial!)
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\GwpCPC]
  "ActivationCode"="*****-*****-*****-*****-*****"
Developer Unlock the device(this is what chevron apply)
Code:
[HKEY_LOCAL_MACHINE\Comm\Security\LVMod]
    "DeveloperUnlockState"=dword:1
-Enable Dolby Mobile in HTC Sound
Code:
[HKEY_LOCAL_MACHINE/Software/HTC/APP_CUST/SoundEnhancer/IsDolbyDisabled]
-prevent taskhost kill ( fix vs 2010 deployement issue)
Code:
[HKEY_LOCAL_MACHINE\System\OOM\DoNotKillApps]
"\\Application Data\\Phone Tools\\10.0\\CoreCon\\bin\\ConmanClient3.exe"=""
"\\Application Data\\Phone Tools\\10.0\\CoreCon\\bin\\edm3.exe"=""
shutter sound will be disabled when master volume is 0
Code:
[HKEY_LOCAL_MACHINE\Audio\StreamClass\Output\10]
"BypassDeviceGain"=dword:0
Permanently disable shutter sound
Code:
[HKEY_LOCAL_MACHINE\Audio\StreamClass\Output\10]
"ClassGain"=dword:0
change alert sound path
Code:
[HKEY_current_user\ControlPanel\Sounds\SMS]
"Sound" = \My Documents\My Ringtones\whatever.wma
Disables the lockscreen
Code:
[HKEY_LOCAL_MACHINE\System\State]
"Lock"=dword:1
-Bluetooth A2DP settings
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A2DP\Settings]
    "UseJointStereo"=dword:1    ;For A2DP audio quality in AKU2.3 and above.
    "BitPool"=dword:1E          ;By default, A2DP uses a bitpool of 0x30. 0x40 - Better than Excellent audio quality 0x3A.
    "MaxSupportedBitPool"=dword:50 ; PTS 3.0.1 requests Max Bit Pool is 0x35.
-Enable A2DP Playback
Code:
HKLM\Software\Microsoft\Zune\Playback\Video\A2DP\CapsSet1]
"DisableA2DPPLayback"= dword:1
-Change ie 1st run page
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\First Run]
 "Url"="http://www.google.com"
Disable time synchronization
Code:
[HKEY_LOCAL_MACHINE\System\State\DateTime]
 "NetworkTime Sync"=dword:0
-Enable Disable delivery notification
Code:
"DeliveryNotifySupported"=dword:1 
"SMSDeliveryNotify"=dword:1
Battery saving settings:
Code:
[HKEY_LOCAL_MACHINE\System\State\Battery\Savings]
 "BatterySavingsAutoTrigger"=dword:1
 "SavingsModeState"=dword:0
Add Soft Shutter Button (Camera):
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Camera\Settings]
"SoftShutterButton"=dword:1
Show 3G Toogle
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Connectivity\CellularCPL]
 "Show3GToggle"=dword:1
-add "never" option to Lockscreen screen time-out
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Lock]
"DisableNever"=dword:0
-system & Home Background color to grey (replace dark theme background color)
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\1]
    "PageBackgroundColor"="#FF818181"
    "SysTrayBackgroundColor"="#FF818181"
-keypad,keyboard background & menu color black (Restart needed to apply)
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\1]
 "ChromeColor" value="#FF000000"

-Enable Wifi 11n ??
Code:
[HKEY_LOCAL_MACHINE\Comm\BCMSDDHD1\Parms]
    "11nModeDisable"=dword:0
-Caller ID issue fix
Code:
[HKEY_CURRENT_USER\ControlPanel\Phone]
"CallIDMatch"=dword:7

-Unlock Hidden option in ease of access settings.

Code:
[HKEY_LOCAL_MACHINE\System\Accessibility]
    "CompactMode"=dword:0
    "TTY"=dword:1
    "telecoil_UI"=dword:1
    "telecoil"=dword:1

-Set AutoData

Code:
[HKEY_LOCAL_MACHINE\System\AutoDataConfig]
"RunADC"=dword:1
"ConfigurationStatus"=dword:0
"Attempt"=dword:0
"MaxAttemptsAllowed"=dword:3
-Change default IE search engine
Bing
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
    "DefaultScope"="Bing"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\Bing]
"URL"="http://m.bing.com/search/search.aspx?mid=8015&LC=en-us"
Google
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
    "DefaultScope"="Google"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\Google]
"URL"="http://www.google.com/m?hl=en&gl=us&client=ms-hms-tmobile-us&q={searchTerms}"
Yahoo
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
    "DefaultScope"="Yahoo"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\Yahoo]
"URL"="http://de.search.yahoo.com/search?p={searchTerms}"
-Add url to IE new Tabs.
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\AboutURLs]
"tabs"="http://www.google.fr"

How to change primary LiveID email without resetting WP7 (by sensboston)

On the desktop:
1) Go to http://account.live.com and sign in with your old account;
2) Change your LiveID email (use existing email or get new one from @hotmail.com);
3) Save your changes and re-login with new ID.

On the handset:
1) Using registry editor or provisioning file, change these values:

Code:
[HKCU\Software\Microsoft\ActiveSync\Partners\{B2830118-7BC6-4A74-8C9A-3D8B9CEF88E0}]
"Email"=[B][email protected][/B]
"User"=[B][email protected][/B]

[HKCU\Software\Microsoft\IdentityCRL\Environment\Production]
"DefaultID"=[B][email protected][/B]
Provisioning file:
Code:
<wap-provisioningdoc>
   <characteristic type="Registry">
      <characteristic type="HKCU\Software\Microsoft\ActiveSync\Partners\{B2830118-7BC6-4A74-8C9A-3D8B9CEF88E0}">
         <parm name="Email" value="[email protected]" />
         <parm name="User" value="[email protected]" />
      </characteristic>
      <characteristic type="HKCU\Software\Microsoft\IdentityCRL\Environment\Production">
         <parm name="DefaultID" value="[email protected]" />
      </characteristic>
   </characteristic>
</wap-provisioningdoc>
2) Reboot phone.

Now you on new LiveID email without factory reset!


this thread will be updated as soon as we have identify or found new entries.


Please submit any Registry Tweak you have and I will update this post.
thanks

 

Attachments

Last edited:

domineus

Senior Member
Jun 16, 2007
2,070
139
0
holy crap! good game xbox
I have to say in combination with ansar's work, we could have a public kitchen for htc devices. I am impressed
 

lyriquidperfection

Inactive Recognized Developer
Jun 14, 2009
2,571
2,969
0
Nottingham
maybe you know how to disable that "auto prediction/writing" thing on the Soft keyboard ?



the problem is that if your phone is in English and you want to write some Dutch words it makes his own words :(

Go into settings > Keyboard then clear the checkbox: "Correct mispelt words"

This annoys me to when shortening words so I disabled it! :)

Sent from my OMNIA7 using Board Express
 

pth6

Senior Member
Feb 23, 2009
128
27
0
durieux.me
For hub color:
Code:
HKEY_LOCAL_MACHINE\ControlPanel\Themes\AccentsDisp layName\0409]
"0"="Green" ; 
"1"="Red" ;
"2"="Blue" ;
"3"="Orange" ; 
"5"="Pink" ; 
"6"="Brown" ; 
"7"="Lime" ; 
"8"="Teal" ; 
"9"="Purple" ; 
"10"="Magenta" ;
Light:
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\0\Accents]
"0"=dword:FF339933 
"1"=dword:FFE51400 
"2"=dword:FF1BA1E2 
"3"=dword:FFF09609 
"5"=dword:FFE671B8 
"6"=dword:FFA05000 
"7"=dword:FF8CBF26 
"8"=dword:FF00ABA9 
"9"=dword:FFA200FF 
"10"=dword:FFFF0097
Dark:
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\1\Accents]
"0"=dword:FF339933 
"1"=dword:FFE51400 
"2"=dword:FF1BA1E2 
"3"=dword:FFF09609 
"5"=dword:FFE671B8 
"6"=dword:FFA05000 
"7"=dword:FF8CBF26 
"8"=dword:FF00ABA9 
"9"=dword:FFA200FF 
"10"=dword:FFFF0097
 

hdubli

Senior Member
Dec 31, 2004
1,137
12
0
can we get some hint from this entry about Multitasking ?


[HKEY_LOCAL_MACHINE\System\OOM]
"RecentlyUsedAppsToSave"=dword:2
"RebootOnFailedOOM"=dword:1
"CleanupPropogationTimeout"=dword:7d0
"InactiveAppTimeout"=dword:927c0
[HKEY_LOCAL_MACHINE\System\OOM\DoNotKillApps]
"\\windows\\nk.exe"=""
"\\windows\\udevice.exe"=""
"\\windows\\servicesd.exe"=""
"\\windows\\ssupdate.exe"=""
"\\windows\\updatexip.exe"=""
"\\windows\\telshell.exe"=""
"\\windows\\cprog.exe"=""
"\\windows\\EmulatorStub.exe"=""
"\\windows\\imjp31m.exe"=""
"\\windows\\Dw.exe"=""
"\\windows\\oobe.exe"=""
 

hdubli

Senior Member
Dec 31, 2004
1,137
12
0
Bluetooth File transfer

Pls try this

[HKEY_LOCAL_MACHINE\Services\OBEX]
"FriendlyName"="OBEX"
"DLL"="OBEXSrVr.dll"
"Keep"=dword:1
"Order"=dword:12
"Prefix"="OBX"
"Index"=dword:0
"UserProcGroup"=dword:2 ;PROCGROUP_SERVICE_MSFT_DEFAULT
"Flags"=dword:2 ;DEVFLAGS_LOADLIBRARY
[HKEY_LOCAL_MACHINE\Software\Microsoft\Obex]
"LogSize"=dword:10
"DebugOutputMask"=dword:0
"DebugOutputChannels"=dword:4
"protocols"="bth"
"IsEnabled"=dword:1
 

thesecondsfade

Retired Recognized Developer
Jul 30, 2009
1,037
119
0
Anyone come across a reg entry that specifies the default SMS or Dialer app? I want it to bring up GoVoice when tapping 'Call Mobile' or 'Text Mobile' from within the People Hub.
 

eeeeeh

Member
Mar 31, 2007
41
2
0
does anyone know what is the default value of the in-call volume, and how can we increase the volume level on HD7? I'm on the road all the time and the level is too soft (I used to use Dual Touch with custom 6.5, and it was pretty darn loud). :)
 
  • Like
Reactions: duttarocky01

xboxmod

Senior Recognized Developer
May 20, 2007
994
2,009
0
39
Gap

eeeeeh

Member
Mar 31, 2007
41
2
0
Look this thread
http://forum.xda-developers.com/showthread.php?t=907971

Section 9
try to change some value.
Tell us if that work!
thanks xboxmod. my oversight... :(

By reading the value names, I'm guessing I should be adjusting the first one?

"Volume" - the "possible" maximum volume?!???!?
"MaxSystemUIVolume" - the max UI display value?
"MaxInCallUIVolume" - the in-call display max value?
"MaxdBAtten" - no idea
"MinInCallVolume" - minimum in-call volume?
 
  • Like
Reactions: sandrobber

mindfrost82

Retired Senior Moderator
Apr 4, 2007
1,306
10
0
Illinois
www.tecklyfe.com
I posted this in the thread about how to edit the registry, but its probably better here.

On my HTC Surround, there's no 3G Toggle under the Cellular menu, only Data Connection, which either turns it on or off.

In section 12, I noticed there's one for Show3GToggle, I tried setting that to 1 and I still don't have that toggle.

Do you have any idea how to get this to show up? I think its hidden on all of the At&t WP7 phones.
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone