PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA TP Development (http://forum.ppcgeeks.com/forumdisplay.php?f=68)
-   -   Post Your SDconfig.txt, provisioning.xml, etc. Files Here! (http://forum.ppcgeeks.com/showthread.php?t=59566)

dave01978 03-30-2009 11:48 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Quote:

Originally Posted by LunaticSerenade (Post 812130)
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 "

LunaticSerenade 03-30-2009 11:55 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
ha, I figured it out. For the emails anyway.

any thoughts on the weather thing?

dave01978 03-31-2009 07:33 AM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Quote:

Originally Posted by LunaticSerenade (Post 812156)
ha, I figured it out. For the emails anyway.

any thoughts on the weather thing?

Here is what i have for the weather, also make sure you install the all city cab in the sd config file, unless your city is there by default (not sure if it matters or not) but make sure the xml file for weather is after the cab for it
here is the file i used, cleaned up some stuff that was from an above post

<characteristic type="Registry">
<!-- *** Start Configuring Weather Locations *** -->
<characteristic type="HKCU\Software\HTC\Manila" translation="filesystem">
<parm name="Weather_Focus" datatype="string" value="United States"/>
<parm name="Weather.Fahrenheit" datatype="integer" value="1"/>
<parm name="Weather.CityList" datatype="string" value="NAM|US|IL|ROMEOVILLE"/>
<parm name="Weather.PostFirstRun" datatype="integer" value="1"/>
<parm name="Locale" datatype="string" value="en-us"/>
<parm name="Weather.CurrentCity" datatype="integer" value="1"/>
<parm name="Data.DownloadWhenRoaming" datatype="integer" value="0"/>
<parm name="Data.AutoDownloadOff" datatype="integer" value="0"/>
</characteristic>
<!-- *** End Configuring Weather Locations *** -->
</characteristic>

DomSim 03-31-2009 10:52 AM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Quote:

Originally Posted by LunaticSerenade (Post 812130)
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)?

i had the exact same problem, but your in luck cause i figured it out. the problem is due to the ampersand in the address for custom weather. try opening the xml by double clicking it and ie will give the error that a semi colon was expected and thats because anytime it reads an ampersand it is expecting html code or something which always ends with a semi colon. the solution is to replace the ampersand in the address (ibolded it in your quote) with &amp; like this
"http://weather.not2advanced.com/htcweather/forecastdata.php?ac=XDADevs&amp;locCode=%25ls&amp;version= 1&amp;device=innovation"

then all should be well my friend

Maverick0984 03-31-2009 04:48 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
I'm trying to get an Exchange server link setup via active sync with the following XML. It basically just locks up that email account and I can't do anything with it. Can't edit it, delete it, or recieve anything. I have to hard-reset to remove the settings and manually add it.

Code:

<wap-provisioningdoc>
<!--  ActiveSync Settings -->
    <characteristic type="Sync">
        <characteristic type="Connection">
            <parm name="Server" value="my.server.ip" />
            <parm name="AllowSSLOption" value="0" />
            <parm name="User" value="email@address.com" />
            <parm name="Domain" value="actualdomain" />
            <parm name="Password" value="supersecretpassword" />
            <parm name="SavePassword" value="1" />
        </characteristic>
        <characteristic type="Settings">
            <parm name="PeakStartTime" value="0000" />
            <parm name="PeakEndTime" value="2400" />
            <parm name="PeakFrequency" value="-1" />
            <parm name="BodyTruncation" value="-1" />
            <characteristic type="PeakDays">
                <parm name="Sun" value="1" />
                <parm name="Mon" value="1" />
                <parm name="Tue" value="1" />
                <parm name="Wed" value="1" />
                <parm name="Thr" value="1" />
                <parm name="Fri" value="1" />
                <parm name="Sat" value="1" />
            </characteristic>
        </characteristic>
        <characteristic type="Mail">
            <parm name="Enabled" value="1" />
            <parm name="MailBodyTruncation" value="0" />
            <parm name="MailFileAttachments" value="-1" />
        </characteristic>
        <characteristic type="Calendar">
            <parm name="Enabled" value="1" />
        </characteristic>
        <characteristic type="Contacts">
            <parm name="Enabled" value="0" />
        </characteristic>
        <characteristic type="Tasks">
          <parm name="Enabled" value="1" />
        </characteristic>
    </characteristic>
</wap-provisioningdoc>


elephant007 03-31-2009 04:54 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Quote:

Originally Posted by mightymike (Post 811936)
I, for the life of me can't get exchange.xml to setup my exchange AT ALL.



Here is a a sample of my sdconfig. I'm using the exchange xml posted on the 1st or second page of this thread.

LOCK:Enabled
XML: \Internal Storage\SDConfiguration\Exchange.xml
CAB: \Internal Storage\SDConfiguration\Personalizer_3.1.cab
CPY1:\Internal Storage\OCN8\OCN8.lnk
CPY2:\Windows\Start Menu\Programs\OCN8.lnk
CPY1:\Internal Storage\Program Files\Astraware\Text Twist\TextTwist.lnk
CPY2:\Windows\Start Menu\Programs\Games\TextTwist.lnk
LOCK:Disabled
RST: Reset


I noticed on the code I posed that I had a minus (-) sign at the very start of the code, if that's in your XML it will fail, this is how it needs to be
Code:

<wap-provisioningdoc>
<!--  ActiveSync Settings -->
<characteristic type="Sync">
<characteristic type="Connection">
  <parm name="Server" value="mailserver" />
  <parm name="AllowSSLOption" value="1" />
  <parm name="User" value="entire email address@place you work.com" />
  <parm name="Domain" value="" />
  <parm name="Password" value="YourPassword" />
  <parm name="SavePassword" value="1" />
  </characteristic>
<characteristic type="Settings">
  <parm name="PeakStartTime" value="0800" />
  <parm name="PeakEndTime" value="1700" />
  <parm name="PeakFrequency" value="-1" />
  <parm name="BodyTruncation" value="-1" />
<characteristic type="PeakDays">
  <parm name="Sun" value="0" />
  <parm name="Mon" value="1" />
  <parm name="Tue" value="1" />
  <parm name="Wed" value="1" />
  <parm name="Thr" value="1" />
  <parm name="Fri" value="1" />
  <parm name="Sat" value="0" />
  </characteristic>
  </characteristic>
<characteristic type="Mail">
  <parm name="Enabled" value="1" />
  <parm name="MailBodyTruncation" value="-1" />
  <parm name="MailFileAttachments" value="-1" />
  </characteristic>
<characteristic type="Calendar">
  <parm name="Enabled" value="1" />
  </characteristic>
<characteristic type="Contacts">
  <parm name="Enabled" value="1" />
  </characteristic>
<characteristic type="Tasks">
  <parm name="Enabled" value="0" />
  </characteristic>
  </characteristic>
  </wap-provisioningdoc>


LunaticSerenade 03-31-2009 04:55 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
I tried both of those codes through Advanced Config. The both errored out. My city is actually in the pre-existing database (Columbus, OH).

Any thoughts?

Maverick0984 03-31-2009 05:03 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Quote:

Originally Posted by elephant007 (Post 813723)
I noticed on the code I posed that I had a minus (-) sign at the very start of the code, if that's in your XML it will fail, this is how it needs to be
Code:

<wap-provisioningdoc>
<!--  ActiveSync Settings -->
<characteristic type="Sync">
<characteristic type="Connection">
  <parm name="Server" value="mailserver" />
  <parm name="AllowSSLOption" value="1" />
  <parm name="User" value="entire email address@place you work.com" />
  <parm name="Domain" value="" />
  <parm name="Password" value="YourPassword" />
  <parm name="SavePassword" value="1" />
  </characteristic>
<characteristic type="Settings">
  <parm name="PeakStartTime" value="0800" />
  <parm name="PeakEndTime" value="1700" />
  <parm name="PeakFrequency" value="-1" />
  <parm name="BodyTruncation" value="-1" />
<characteristic type="PeakDays">
  <parm name="Sun" value="0" />
  <parm name="Mon" value="1" />
  <parm name="Tue" value="1" />
  <parm name="Wed" value="1" />
  <parm name="Thr" value="1" />
  <parm name="Fri" value="1" />
  <parm name="Sat" value="0" />
  </characteristic>
  </characteristic>
<characteristic type="Mail">
  <parm name="Enabled" value="1" />
  <parm name="MailBodyTruncation" value="-1" />
  <parm name="MailFileAttachments" value="-1" />
  </characteristic>
<characteristic type="Calendar">
  <parm name="Enabled" value="1" />
  </characteristic>
<characteristic type="Contacts">
  <parm name="Enabled" value="1" />
  </characteristic>
<characteristic type="Tasks">
  <parm name="Enabled" value="0" />
  </characteristic>
  </characteristic>
  </wap-provisioningdoc>


What am I missing? I posted my XML a couple posts up, it's almost identical to yours.

fr0st 03-31-2009 07:09 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Quote:

Originally Posted by mightymike (Post 811936)
I, for the life of me can't get exchange.xml to setup my exchange AT ALL.



Here is a a sample of my sdconfig. I'm using the exchange xml posted on the 1st or second page of this thread.

LOCK:Enabled
XML: \Internal Storage\SDConfiguration\Exchange.xml
CAB: \Internal Storage\SDConfiguration\Personalizer_3.1.cab
CPY1:\Internal Storage\OCN8\OCN8.lnk
CPY2:\Windows\Start Menu\Programs\OCN8.lnk
CPY1:\Internal Storage\Program Files\Astraware\Text Twist\TextTwist.lnk
CPY2:\Windows\Start Menu\Programs\Games\TextTwist.lnk
LOCK:Disabled
RST: Reset

Mike are you sure Internal Storage shouldn't be called Storage Card?

Mind looks like this in my SDConfig.txt

XML: \Storage Card\exchange.xml

reigndropz 03-31-2009 07:51 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Quote:

Originally Posted by fr0st (Post 814046)
Mike are you sure Internal Storage shouldn't be called Storage Card?

Mind looks like this in my SDConfig.txt

XML: \Storage Card\exchange.xml


A few of the roms out have Internal Storage as the storage card name, one of Mighty's was like that.


All times are GMT -4. The time now is 10:11 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0