10th January 2011, 08:29 PM
(Last edited by xboxmod; 7th January 2012 at 08:53 PM .)
Elite Recognized Developer -
OP
Thanks Meter
1897
Posts: 954
Join Date: May 2007
Location: Gap
DONATE TO ME
[REF] WP7 Registry tweak (Updated 07/01/12)
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"=your_new_id@hotmail.com
"User"=your_new_id@hotmail.com
[HKCU\Software\Microsoft\IdentityCRL\Environment\Production]
"DefaultID"=your_new_id@hotmail.com
Provisioning file:
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKCU\Software\Microsoft\ActiveSync\Partners\{B2830118-7BC6-4A74-8C9A-3D8B9CEF88E0}">
<parm name="Email" value="your_new_id@hotmail.com" />
<parm name="User" value="your_new_id@hotmail.com" />
</characteristic>
<characteristic type="HKCU\Software\Microsoft\IdentityCRL\Environment\Production">
<parm name="DefaultID" value="your_new_id@hotmail.com" />
</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
The Following 63 Users Say Thank You to xboxmod For This Useful Post: [ Click to Expand ]
aditya_r12 (1st February 2011),
agarp (18th January 2011),
akbisw (15th January 2011),
bleh815 (4th June 2012),
ceesheim (10th January 2011),
cemtex (17th May 2011),
ConEstilo (27th February 2011),
cPT.cAPSLOCK (17th January 2011),
DaveShaw (17th January 2011),
dblock3nine (21st March 2011),
Deeco7 (15th July 2012),
destrix (4th May 2011),
drmodify (5th September 2012),
Eagledig (16th March 2011),
erebusting (22nd May 2011),
evolutionqy7 (21st February 2011),
falconnw (30th January 2011),
fb401 (10th January 2011),
Freeboss (3rd April 2011),
Funkadube (12th June 2011),
G-ThGraf (19th January 2011),
Hatef.PR (2nd May 2011),
iBuzman (31st March 2011),
indiekiduk (12th January 2011),
jaka.erc (17th January 2011),
jianototi (10th February 2011),
Jrmwijnen (21st January 2011),
jul644 (4th May 2011),
kevindog01 (29th April 2011),
Laynee1 (17th January 2011),
lesscro (24th January 2011),
lsab4007 (3rd February 2012),
Marvlesz (21st June 2011),
mastmnmn (31st July 2012),
Mattemoller90 (7th May 2011),
mikaelel (29th October 2012),
mittadam (19th January 2011),
mofotrucker (3rd March 2011),
nemo0405 (10th February 2011),
NFRCER (1st February 2011),
pdaimatejam (2nd February 2012),
piaqt (25th January 2011),
pth6 (10th January 2011),
purian23 (15th May 2011),
RapDj93 (9th February 2012),
ricola7 (18th January 2011),
robhawk (6th April 2011),
rsweb1993 (19th January 2011),
rubbish (30th January 2012),
Ruzzichella (7th June 2012),
Sakem (2nd February 2011),
sathara (9th February 2012),
scruffy_joe (21st January 2011),
seizitp (16th February 2011),
spikeymouse (16th May 2011),
strboy (6th March 2011),
Strikers (17th February 2011),
tchitchicruise (15th January 2011),
TheXev (15th April 2012),
vua777 (25th January 2011),
W.P.7 (11th January 2011),
wavezero (18th March 2011),
youkid90 (26th March 2012)
10th January 2011, 08:43 PM
Forum Moderator
Thanks Meter
1584
Posts: 2,867
Join Date: Jun 2009
Location: Germany
DONATE TO ME
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
the hottest geek girl in the world SassiBoB, SassyBoB, Sassy BoB, sassibob
Iron Fist !!!
XDA-Developers is all about Developers
The Following User Says Thank You to ceesheim For This Useful Post: [ Click to Expand ]
10th January 2011, 08:53 PM
Senior Member
Thanks Meter
97
Posts: 1,869
Join Date: Jun 2007
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
DVP USERS! DONATE TO GET CHRIS WALSH A DVP SO WE CAN FINALLY GO NATIVE!!! GO HERE AND DONATE!!!!!!
10th January 2011, 09:06 PM
Elite Recognized Developer -
OP
Thanks Meter
1897
Posts: 954
Join Date: May 2007
Location: Gap
DONATE TO ME
Quote:
Originally Posted by
domineus
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
unfortunately Ansar doesn't share what he found.
i'm waiting news from im.
10th January 2011, 09:12 PM
Recognized Developer / Retired Forum Moderator
Thanks Meter
1882
Posts: 2,087
Join Date: Jun 2009
Location: Nottingham
DONATE TO ME
Quote:
Originally Posted by
ceesheim
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
My Applications
------------------------------------------------------------------------------------
If you like my hard work, please buy me a coffee and a pack of nappies for my little daughter!
The Following 2 Users Say Thank You to lyriquidperfection For This Useful Post: [ Click to Expand ]
10th January 2011, 09:44 PM
Forum Moderator
Thanks Meter
1584
Posts: 2,867
Join Date: Jun 2009
Location: Germany
DONATE TO ME
Quote:
Originally Posted by
lyriquidperfection
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
thanks , I didn't find that one
the hottest geek girl in the world SassiBoB, SassyBoB, Sassy BoB, sassibob
Iron Fist !!!
XDA-Developers is all about Developers
The Following User Says Thank You to ceesheim For This Useful Post: [ Click to Expand ]
11th January 2011, 06:25 AM
Senior Member
Thanks Meter
26
Posts: 121
Join Date: Feb 2009
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
The Following 3 Users Say Thank You to pth6 For This Useful Post: [ Click to Expand ]
14th January 2011, 01:51 PM
Member
Thanks Meter
7
Posts: 72
Join Date: Nov 2006
Warning ...
Quote:
Originally Posted by
pth6
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" ;
There seems to be three kind-of special AccentDisplayNames:
4: Not present (but hex value is present, mostly black)
11: light blue.
12: dark blue.
The 11 and 12 AccentdisplayNames are kind of special, using the very same localized string across all supported device languages, i.e.:
[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"
"11"="azul claro" <- Spanish
"12"="azul oscuro" <- Spanish
If you change those values, the "theme-ing" gets broken for that language until you fix it back. However, you can add other colors from 13 and up, such as:
Code:
; =================================================
; Adding custom colors
; =================================================
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\AccentsDisplayName\0409]
"13"="Grey"
"14"="Light grey"
"15"="Black"
"16"="White"
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\AccentsDisplayName\0c0a]
"13"="Gris"
"14"="Gris claro"
"15"="Negro"
"16"="Blanco"
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\0\Accents]
"13"=dword:FF808080
"14"=dword:FFC0C0C0
"15"=dword:FF000000
"16"=dword:FFFFFFFF
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\1\Accents]
"13"=dword:FF808080
"14"=dword:FFC0C0C0
"15"=dword:FF000000
"16"=dword:FFFFFFFF
Regards.
14th January 2011, 02:16 PM
Member
Thanks Meter
5
Posts: 58
Join Date: Mar 2010
It must be a special case; I don't have values 11 or 12 specified on my unbranded Optimus 7. Cool that it works to add more colors above 10 though, thanks for the report.
14th January 2011, 02:27 PM
Member
Thanks Meter
7
Posts: 72
Join Date: Nov 2006
Mine es a branded LG Optimus E900.
BTW... how can I remove the OEM splash?
Most Thanked In This Thread
8 To turn off vibrate the
Back & Start & … 6 How to change primary
LiveID email … 5 (quote)
Let's begin with
the fact that … 5 Magpir, very useful tweak.
Especially … 5 Use each music and each audio format with each size as Ringtone , Alert , Alarm