Quote:
Originally Posted by zikronix
i couldnt figure out how to use it...so what i did is made a registry image of all my changes then i stripped all hex info then uses an rgu to xml converter then used a hex to base 64 converter to do the account information...at this point in time im not even worried about that. Ill pm you...i just noticed that i think the converter built the xml wrong...we will findout.
|
That post tells you how you can pull out all of your information. If you use the one with the "EMAIL2" query but change it to "Sync" like this:
Code:
<wap-provisioningdoc>
<characteristic-query type="Sync" recursive="true"/>
</wap-provisioningdoc>
Then it will give you an XML output with all of your Microsoft Server Sync settings. The "EMAIL2" will pull out POP3 settings.
It will already be in the format needed (base64). It will also have folder hierarchies and sync settings.
Using the first query, you can pull out sets of registry settings, such as the "HKCU\ControlPanel\Notifications" or "HKLM\Software\HTC\Manila\ProgramLauncher" to pull out all of the program bookmarks on the TF3d Programs tab. There a number of things to do. I am still putting together my provisioning files right now.