Quote:
Originally Posted by boggsie
Paging: rstoyguy
A little bit off topic, but this is the closest (on topic) thread of yours.
I used CeRegistryEditor to extract the values in question.
Code:
[HKEY_CURRENT_USER\Software\TodayAgenda]
"FontSize"=dword:FFFFFFFF
I run that through the rgu to xml application:
Code:
<?xml version="1.0" encoding="utf-8"?>
<wap-provisioningdoc>
<!--
Today Agenda
-->
<characteristic type="Registry">
<characteristic type="HKCU\Software\TodayAgenda" translation="filesystem">
<parm name="FontSize" datatype="integer" value="4294967295" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
There are a number of other settings that are in the xml, too - but this is the one that is preventing the cab from installing properly.
Any thoughts that you might have are certainly welcome and appreciated.
Best regards,
-boggsie
|
And this is well out of the range of the integer value...2147483647
You need to use base64 for this and xml. I'm trying to finger it out now. (learning/googling) A quick call to the colonel may help as he uses the same method when defining binary data in his themes...
Example: the "Manilla Theme" in ppcgeek_oem.rar