PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Vogue (http://forum.ppcgeeks.com/forumdisplay.php?f=48)
-   -   XML Help (http://forum.ppcgeeks.com/showthread.php?t=52915)

Peteman100 01-12-2009 08:05 PM

XML Help
 
I need some help debugging my XML file. The file operation portion works flawlessly when alone, but when I try to add in the registry edits, the xml file fails completely and none of the changes are made. Any idea what might be going on? Did i make a mistake somewhere in the registry portion? Thanks in advance!

Code:

Quote:

<wap-provisioningdoc>

<!-- Registry Edits -->

<characteristic type="Registry">
<!-- Keyboard Sound -->
<characteristic type="HKEY_CURRENT_USER\ControlPanel\Sounds\Keypre ss">
<parm name="BeepMode" value="0" datatype="integer"/>
</characteristic>

<!-- SIPChange -->
<characteristic type="HKEY_CURRENT_USER\Software\The Paradigm Group\sipchange\Parameters">
<parm name="DefaultSIP" value="TouchPal" datatype="string"/>
<parm name="Delay" value="10" datatype="integer"/>
</characteristic>
</characteristic>

<!-- File Operations -->
<characteristic type="FileOperation">
<!--Startup Folder-->
<characteristic type="%CE4%" translation="install">
<characteristic type="MakeDir" />

<characteristic type="Instant Messaging.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete" value="%CE4%" translation="install" />
</characteristic>
</characteristic>

<characteristic type="StartClean.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete" value="%CE4%" translation="install" />
</characteristic>
</characteristic>

<characteristic type="Voice Command.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete" value="%CE4%" translation="install" />
</characteristic>
</characteristic>

<characteristic type="QuickMenu.lnk" translation="install">
<characteristic type="Shortcut">
<parm name="Source" value="%CE1%\Quick Menu\QuickMenu.exe" translation="install"/>
</characteristic>
</characteristic>
</characteristic>

<!--Dictionary-->
<characteristic type="%CE1%\TouchPal\Surfaces\english" translation="install">
<characteristic type="MakeDir" />

<characteristic type="user_dic.txt" translation="install">
<characteristic type="Copy">
<parm name="Source" value="\Storage Card\Cabs\user_dic.txt" translation="install" />
</characteristic>
</characteristic>
</characteristic>

</characteristic>

</wap-provisioningdoc>
Peter

rstoyguy 01-12-2009 08:11 PM

Re: XML Help
 
Quote:

<!-- Registry Edits -->

<characteristic type="Registry">
<!-- Keyboard Sound -->
<characteristic type="HKCU\ControlPanel\Sounds\Keypre ss" translation="filesystem">
<parm name="BeepMode" datatype="integer" value="0"/>
</characteristic>

<!-- SIPChange -->
<characteristic type="HKCU\Software\The Paradigm Group\sipchange\Parameters" translation="filesystem">
<parm name="DefaultSIP" datatype="string" value="TouchPal"/>
<parm name="Delay" datatype="integer" value="10" />
</characteristic>
</characteristic>
Try making the changes in yellow and see what happens....

rstoyguy 01-12-2009 08:28 PM

Re: XML Help
 
Here is a link to rgu-2-xml , when you open this single file, you point it to a RGU or REG file and it translates it to xml for you. And how ya doing peteman? Haven't seen ya in a bit. :)

Peteman100 01-12-2009 09:15 PM

Re: XML Help
 
Quote:

Originally Posted by rstoyguy (Post 635712)
Try making the changes in yellow and see what happens....

Worked like a charm! Somehow I knew you would have the answer to my problems. :mrgreen: I finally decided to give the M2D scene a try, so I'm back to customizing! As usual, I appreciate all your help!

Peteman100 01-12-2009 09:31 PM

Re: XML Help
 
So while the XML now seems to be working, the regedit I'm using to silence the keypad sound isn't. The registry change doesn't seem to stick, and it is back to the original setting after a hard reset. Any ideas?


All times are GMT -4. The time now is 04:03 AM.

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


Content Relevant URLs by vBSEO 3.6.0