Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
I have been working on this for a while now and I unable to figure out what I am doing wrong with my xml file.
XML File:
<wap-provisioningdoc>
<characteristic type="Registry">
<!-- Phone stay on when AC Power is applied -->
<characteristic type="HKLM\System\CurrentControlSet\Control\Power\ Timeouts">
<parm name="ACSuspendTimeout" value="0" datatype="Integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Backlight">
<parm name="ACTimeout" value="0" datatype="Integer" />
<parm name="ACTimeoutUnchecked" value="60" datatype="Integer" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
I have looked and looked but must be missing something. I am trying to disable the backlight when AC Power is applied.
any help would be greatly appreciated.
thanks... tannerj
|