PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Windows Phone 7 Hacks/Tweaks (http://forum.ppcgeeks.com/forumdisplay.php?f=266)
-   -   Edit Registry Keys on HTC Devices (http://forum.ppcgeeks.com/showthread.php?t=139560)

mindfrost82 01-12-2011 11:02 AM

Edit Registry Keys on HTC Devices
 
1 Attachment(s)
xboxmod over at XDA has released a way to edit registry keys on HTC WP7 devices! Its not really simple like it was on WM, but it gives us more power over our phones.

You need:
-An HTC Device Chevron unlocked (see here: http://forum.ppcgeeks.com/windows-ph...-unlocker.html)
-HTC Connection Setup (found in the Marketplace under HTC Apps)
-TouchXplorer (you can download it from here: TouchXperience • View topic - TouchXplorer for Windows Phone 7 Beta Testing)
-the tools into WP7 REG.rar attached

1-Create an rgu file with your registry keys like in this exemple:
(this key add more option in ease of access)
Code:

REGEDIT4

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

2-Convert this rgu in provxml with the attached tool rgu-2-xml..exe

3-Rename this file CustClear.provxml

4-Create an XAP with it using XBMOD.Files.Deployer.exe

5-Deploy the XAP on your device, this extract the provxml into /My Documents/My Ringtones/.

6-Using TouchXplorer copy this file into /Windows/ Folder, overwrite if asked.

7-Run HTC ConnectionSetup and set your connection.
this will install your provxml

For more information, see this thread at XDA: Edit registry keys on HTC Devices. - xda-developers

For some registry tweaks, see this thread: http://forum.xda-developers.com/showthread.php?t=907971

GirlGoneGeek 01-17-2011 11:05 PM

***Windows Phone 7 Registry Tweaks***
 
Hi Geeks, xboxmod from over at XDA has given us permission to share this information here.

xboxmod and several other users have found a way to tweak the registry in wp7 and shared some of the tweaks.

__________________________________________________ _________________

They say:

The only way to edit HTC WP7 registry is by provxml method.
Registry editor doesn't see all keys mentioned here.


Download the registry viewer app here
__________________________________________________ ______________
[/SIZE][/B]

0-max number of unsignd apps
Code:

[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg\Install]
    "MaxUnsignedApp"=dword:7fffffff ; Allow max number of unsignd apps


0-Enable Wifi 11n

Code:

[HKEY_LOCAL_MACHINE\Comm\BCMSDDHD1\Parms]
    "11nModeDisable"=dword:0

0-Caller ID issue fix
Code:

[HKEY_CURRENT_USER\ControlPanel\Phone]
"CallIDMatch"=dword:7


1-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


2-Set AutoData

Code:

[HKEY_LOCAL_MACHINE\System\AutoDataConfig]
"RunADC"=dword:1
"ConfigurationStatus"=dword:0
"Attempt"=dword:0
"MaxAttemptsAllowed"=dword:3


3-Prevent Relock for ChevronWP7 unlocked device
Code:

[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
    "PortalUrlProd"=""
    "PortalUrlInt"=""


-4 this keys Disable System LogsFor best performance (usefull on HD2)

Code:

[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Application]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Security]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\System]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Microsoft-WindowsMobile-CellularLogPublisher-Channel]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Microsoft-WindowsMobile-Dtpt-Channel]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Microsoft-WindowsMobile-FacebookStatusEvent-Channel]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Microsoft-WindowsMobile-Mtp-Channel]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Microsoft-WindowsMobile-SharePoint-Notification-Channel]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Microsoft-WindowsMobile-ShortMsgEtw-Channel]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Microsoft-WindowsMobile-SNTransports-Channel]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Microsoft-WindowsMobile-Commsync-Channel]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Microsoft-WindowsMobile-SyncStatusEvent-Channel]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\EventLog\Channel\Microsoft-WindowsMobile-TelShell-ShellHistoryChannel]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Microsoft-WindowsMobile-UnifiedStorePublisher-Channel]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Microsoft-WindowsMobile-RilDrvLogChannel-Channel]
"DefaultEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\System\EventLog\Channel\Microsoft-WindowsMobile-ZTraceChannel]
"DefaultEnable"=dword:00000000

-7 Cleartype settingsThis is the original state

Code:

[HKEY_LOCAL_MACHINE\System\GDI\ClearTypeSettings\0409]
"ForceOff"=dword:1
"Enabled"=dword:0
"Quality"=dword:0
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\0409]
"ClearTypeText"=dword:1




-8 Famous on WM6 glyph cache entryThis is the original state
Code:

[HKEY_LOCAL_MACHINE\SYSTEM\GDI\GLYPHCACHE\0409]
    "limit"=dword:4000


-9 Notification & sound volumeThis is the original state

Code:

[HKEY_CURRENT_USER\ControlPanel\Notifications\Vibrate]
"Enabled"=dword:0
[HKEY_CURRENT_USER\ControlPanel\Notifications\Message]
"Enabled"=dword:1
[HKEY_CURRENT_USER\ControlPanel\Notifications\Led]
"Enabled"=dword:1
"TimeOut"=dword:1e
[HKEY_CURRENT_USER\ControlPanel\Notifications\Sounds]
"Enabled"=dword:1
"Repeat"=dword:0
"Wave"="Alarm1"
[HKEY_CURRENT_USER\ControlPanel\Notifications\Default]
"LedRefCount"=dword:0
[HKEY_LOCAL_MACHINE\ControlPanel\Volume]
[HKEY_CURRENT_USER\ControlPanel\Volume]
"Key"=dword:2
"Screen"=dword:2
"Mute"=dword:7
"Volume"=dword:C666C666
"MaxSystemUIVolume"=dword:1E
"MaxInCallUIVolume"=dword:A
"MaxdBAtten"=dword:2D
"MinInCallVolume"=dword:1111

-11 not indentified

Code:


[HKEY_LOCAL_MACHINE\Software\Qualcomm\QosLib]
  "Enabled"=dword:0

[HKEY_LOCAL_MACHINE\Software\Microsoft\Camera\Settings]
  "ScreenOrientation"=dword:0


[HKEY_LOCAL_MACHINE\Software\Qualcomm\RIL\Options]
  "ExtendedSSInfo"=dword:0

[HKEY_LOCAL_MACHINE\Software\Microsoft\Connectivity\CellularCPL]
  "MakeDataConnectionExclusive"=dword:1

  "Show3GToggle"=dword:1

  "AutoNetwork"=dword:1

  "Roaming"=dword:0

  "CellDataOn"=dword:1



[HKEY_CURRENT_USER\ControlPanel\PhoneNetSelMode]
  "AlwaysShowGSMOperationModes"=dword:1

  "Option"=dword:0



-12 Registry Policies not yet identified:
Code:

[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000100c"=dword:800
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000100d"=dword:c00
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000101f"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001028"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001029"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102A"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102B"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102C"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001030"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001007"=dword:40
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001008"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001009"=dword:3
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000100e"=dword:40
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000100f"=dword:e94
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001011"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001017"=dword:8
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001018"=dword:10
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001019"=dword:8c
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001024"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102d"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102e"=dword:f80
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102f"=dword:f80

maybe the security policy has not changed from WM
you can find policies info here:http://msdn.microsoft.com/.........


Big thanks to xboxmod!!

HBOOT 04-01-2011 10:18 AM

Re: Edit Registry Keys on HTC Devices
 
Frost,
Gr8 job on the site as usual man, it wouldn't be where it is at without you, that i know for a fact.
I am watching closely now how Win7 is progressing....thxx to ur interest.:notworthy:
Did u just implement the icons on the browser's side, cool deal


[QUOTE=mindfrost82;2035188]xboxmod over at XDA has released a way to edit registry keys on HTC WP7 devices! Its not really simple like it was on WM, but it gives us more power over our phones.


All times are GMT -4. The time now is 10:40 PM.

Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0