View Single Post
  #271 (permalink)  
Old 03-30-2009, 11:48 PM
dave01978's Avatar
dave01978
PPCGeeks Regular
Offline
Location: IL
 
Join Date: Mar 2008
Posts: 242
Reputation: 150
dave01978 is keeping up the good workdave01978 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by LunaticSerenade View Post
Okay, so I tried the weather config (I'm importing with Advanced Config, and maybe that is the issue, but I just don't want to hard reset right now, I took my a while to get my SDConfig working), and it keeps kicking out an error.

Here is the code:

Code:
<wap-provisioningdoc>
<!-- *** COMMENTO *** -->
   <characteristic type="Registry">
      <characteristic type="HKCU\Software\HTC\Manila" translation="filesystem">
         <parm name="CachedBackgroundPath" datatype="string" value="\My Documents\My Pictures\18501Storm Dragon.jpg"/>
         <parm name="HomeBackgroundPath" datatype="string" value="\My Documents\My Pictures\18501Storm Dragon.jpg"/>
         <parm name="Weather.Fahrenheit" datatype="integer" value="1"/>
         <parm name="ActiveSyncConfigured" datatype="integer" value="0"/>
         <parm name="PushMailOn" datatype="integer" value="0"/>
         <parm name="LaunchCounter" datatype="integer" value="1"/>
         <parm name="Weather.CityList" datatype="string" value="NAM|US|OH|COLUMBUS"/>
         <parm name="LastLaunch" datatype="binary" value="00,cf,14,16,40,af,c9,01"/>
         <parm name="EnableLandscape" datatype="string" value="true"/>
         <parm name="Landscape.WebSearchURL" datatype="string" value=">
         <parm name="EnableCrashDumps" datatype="integer" value="0"/>
         <parm name="Weather.PostFirstRun" datatype="integer" value="1"/>
         <parm name="ShowLogo" datatype="integer" value="1"/>
         <parm name="Locale" datatype="string" value="en-us"/>
         <parm name="Weather_Focus" datatype="string" value="Canada"/>
         <parm name="Weather.ServerURLOverride" datatype="string" value="http://weather.not2advanced.com/htcweather/forecastdata.php?ac=XDADevs&locCode=%25ls&version= 1&device=innovation"/>
         <parm name="Weather.CurrentCity" datatype="integer" value="1"/>
         <parm name="Data.DownloadWhenRoaming" datatype="integer" value="1"/>
         <parm name="Data.AutoDownloadOff" datatype="integer" value="0"/>
      </characteristic>
   </characteristic>
</wap-provisioningdoc>
Also, while I'm asking questions, anyone have any idea how to have it set up multiple email addresses from the same provider (i.e. gmail)?
basically the same as the first one, except you need a different guid get one here http://www.guidgen.com/ and replace the string with that but i belive you need to keep the "
__________________
Dave


Reply With Quote