PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Phone 7 > Windows Phone 7 Hacks/Tweaks

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-12-2011, 11:02 AM
mindfrost82's Avatar
Retired Staff
Offline
Pocket PC: Apple iPhone 8 Plus
Carrier: At&t
Location: Illinois
 
Join Date: Sep 2006
Posts: 4,474
Reputation: 42486
mindfrost82 can't get a higher reputation levelmindfrost82 can't get a higher reputation levelmindfrost82 can't get a higher reputation levelmindfrost82 can't get a higher reputation levelmindfrost82 can't get a higher reputation levelmindfrost82 can't get a higher reputation levelmindfrost82 can't get a higher reputation levelmindfrost82 can't get a higher reputation levelmindfrost82 can't get a higher reputation levelmindfrost82 can't get a higher reputation levelmindfrost82 can't get a higher reputation level
Mentioned: 7 Post(s)
Tagged: 1 Thread(s)
Send a message via Skype™ to mindfrost82
Edit Registry Keys on HTC Devices

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
Attached Files
File Type: rar WP7REG.rar (200.1 KB, 98 views) Click for barcode!
__________________
TeckLyfe.com
At&t iPhone 8 Plus
This post has been thanked 5 times.
  #2 (permalink)  
Old 01-17-2011, 11:05 PM
GirlGoneGeek's Avatar
Chillin' with my Geeks!
Offline
Pocket PC: Epic 4G & Iphone is my toy :)
Carrier: Sprint/PPCGeeks
Location: North Carolina
 
Join Date: Jul 2006
Posts: 6,930
Reputation: 4302
GirlGoneGeek should be added to the payroll for their contributionsGirlGoneGeek should be added to the payroll for their contributionsGirlGoneGeek should be added to the payroll for their contributionsGirlGoneGeek should be added to the payroll for their contributionsGirlGoneGeek should be added to the payroll for their contributionsGirlGoneGeek should be added to the payroll for their contributionsGirlGoneGeek should be added to the payroll for their contributionsGirlGoneGeek should be added to the payroll for their contributionsGirlGoneGeek should be added to the payroll for their contributionsGirlGoneGeek should be added to the payroll for their contributionsGirlGoneGeek should be added to the payroll for their contributions
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
***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!!
__________________
DID YOU SEE A TUTORIAL ONLINE OR MAKE ONE YOURSELF? IF SO, SHARE IT HERE AT PPCGEEKS!



If you wanna make the world a better place take a look at yourself and then make a change ~Michael Jackson

Last edited by GirlGoneGeek; 01-17-2011 at 11:11 PM.
This post has been thanked 2 times.
  #3 (permalink)  
Old 04-01-2011, 10:18 AM
HBOOT's Avatar
DaFlowMaster
Offline
Pocket PC: TP2 IPHONE 3GS 5.1.1
Carrier: GSM...
Location: ..On the go mutter phuka...
 
Join Date: Jan 2008
Posts: 4,682
Reputation: 4935
HBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to HBOOT
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.
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.
__________________
Da Believer....
Closed Thread

  PPCGeeks > Windows Phone 7 > Windows Phone 7 Hacks/Tweaks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 05:32 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com