View Single Post
  #352 (permalink)  
Old 10-31-2009, 11:59 PM
Tannerj's Avatar
Tannerj
PPCGeeks Regular
Offline
Location: Wichita, Kansas
 
Join Date: Sep 2007
Posts: 186
Reputation: 60
Tannerj is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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
Reply With Quote