View Single Post
  #1 (permalink)  
Old 07-31-2008, 07:51 PM
ryano2121's Avatar
ryano2121
Lurker
Offline
 
Join Date: Jul 2008
Posts: 1
Reputation: 0
ryano2121 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Need help with xml provisioning

I am trying to figure out this provisioning stuff. I have read everything I can find, but I can't get it to work. I was able to get my sdconfig.txt file working with a hard reset, but I want to do more customization.

I tried a simple one, but it doesn't work. If someone could help make this work, I can probably figure out how to do the rest of the things I want to do.

I created an .xml file called _setupxml.xml
This is what I have:

<wap-provisioningdoc>

<!-- Voicemail Settings-->

<characteristic type="Registry">
<characteristic type="HKCU\Software\Microsoft\Vmail">
<parm name="UserProvidedNumber1" value="*86p#2121" datatype="string"/>
</characteristic>
</characteristic>

</wap-provisioningdoc>

I created cab files using both the command prompt and WinCE Cab Manager. I run the cab on my phone and it doesn't change the registry value. If I change the voicemail number in the phone settings, it does show up as changed in the registry.

What am I doing wrong?