Installing Personal Color Themes in Mobile HTC WP7

Xda-Developers forum has managed to Install a personal themes in Windows mobile Phone 7 (WP7) HTC. The method is easy, by editing the registry on the part of certain pre-config, in this case color.

Experiments they've done is change the color themes based on the will of the user, outside of the default colors. The following registry editing tricks presented by one member named 'Xboxmod'. But everything has been done, the risk borne by the user.

As quoted from XDA-developers forum on Wednesday (01/12/2011), here are the steps:

1. To begin, make sure the HTC Connection Setup has been installed first. This application can be searched on 'HTC Apps' in the Marketplace. For those not able to unlock, you must need a developer to do so. Use only ChevronWP7. If you have, install TouchXplorer to phone WP7.


2. Make three kinds of registry edit as below. Here is a sample to change color from pink to blue theme.


First file:

    REGEDIT4
    
    [HKEY_LOCAL_MACHINE \ control panel \ Themes \ 0 \ Accents]
    
"0" = dword: FF339933
    "1" = dword: FFE51400
    "2" = dword: FF1BA1E2
    "3" = dword: FFF09609
    "5" = dword: FF0066FF
    "6" = dword: FF292a30
    "7" = dword: FF8CBF26
    "8" = dword: FF00ABA9
    "9" = dword: FFA200FF
    "10" = dword: FFFF0097

Second file:

    REGEDIT4
    
    [HKEY_LOCAL_MACHINE \ control panel \ Themes \ 1 \ Accents]
    
"0" = dword: FF339933
    "1" = dword: FFE51400
    "2" = dword: FF1BA1E2
    "3" = dword: FFF09609
    "5" = dword: FF0066FF
    "6" = dword: FF292a30
    "7" = dword: FF8CBF26
    "8" = dword: FF00ABA9
    "9" = dword: FFA200FF
    "10" = dword: FFFF0097

Third file:

    [HKEY_LOCAL_MACHINE \ control panel \ Themes \ AccentsDisp layName \ 0409]
    
"0" = "Green";
    "1" = "Red";
    
"2" = "Blue";
    "3" = "Orange";
    "5" = "Pink";
    "6" = "Brown";
    "7" = "Lime";
    "8" = "Teal";
    "9" = "Purple";
    "10" = "Magenta";

3. Save the above three notepad with the extension '. Rgu'

4. Use the tools in the following RAR named 'rgu 2-xml.exe' to convert one file.

5. Change the file name to 'CustClear.provxml'

6. Use a second tool in the RAR named 'XBMOD.Files.Deployer.exe' to make the XAP file in the phone.

7. Run the XAP file in the phone, using the developer tools.

8. Run the application, then open TouchXplorer and look 'MyRingtones' in 'My Document'. Copy the file there.

9. Paste the files into the directory \ Windows

10. Start the HTC Connection setup. Themes now been added.

Good luck!

0 comments:

Post a Comment