View Single Post
  #351 (permalink)  
Old 10-28-2009, 02:09 AM
sc00b4s7eve's Avatar
sc00b4s7eve
VIP Member
Offline
Location: NorthEast, US
 
Join Date: Apr 2008
Posts: 863
Reputation: 2080
sc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by kernel610 View Post
I can't seem to get my provisioning.xml file to work. Any suggestions? Also, what is the difference from doing the changes in a .reg file?

Also, I have it entered into my SDConfig file as "XML:\Storage Card\Install\Start\provisioning.xml"

EDIT: The random spaces in xml file are not in the original. I think it has something to do with it being in the QUOTES command



When I try opening the file with IE I get this error
"A name contained an invalid character. Error processing resource 'file:///C:/Documents and Settings/ksa/Desktop/provis...<characteristictype="HKLM\Software\HTC\Manila\Prog ramLauncher\0">"
-------------------^"
Then you gotta know IE is pointing you to your error, right? looks like you threw in that > too early so your formatting is off.
Try something like this. I put in one Reg Key, one String, and one # so you can see the difference. Hope this helps.
Code:
<wap-provisioningdoc>
<!-- *** COMMENTS *** -->
   <characteristic type="Registry">
      <characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\0" translation="filesystem">
         <parm name="Path" datatype="string" value="\Program Files\Resco\Resco Explorer.lnk" />
         <parm name="IsReadOnly" datatype="integer" value="0"/>
      </characteristic>
   </characteristic>
</wap-provisioningdoc>
__________________
Kitchen:Calkulin's VK for WVGA (Updated with Touch Pro 2 Collaboration)
ROM:Custom6.5.x(ScubaGear)
When it's deserved, click

Last edited by sc00b4s7eve; 10-28-2009 at 02:14 AM.
Reply With Quote