PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro > CDMA TP Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #271 (permalink)  
Old 03-30-2009, 11:48 PM
dave01978's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Sprint
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
  #272 (permalink)  
Old 03-30-2009, 11:55 PM
LunaticSerenade's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Verizon Wireles
Location: Columbus, OH
 
Join Date: Nov 2008
Posts: 176
Reputation: 155
LunaticSerenade is keeping up the good workLunaticSerenade is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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?
__________________
Current: HTC Droid Incredible [MikMik]Droid Incredible HD-1.0.3[sense 3.5 GB 2.3.5]
Previous: HTC Touch Pro (VZW)||ROM: MightyROM 6 (Final)
Lets go out west and bask/in the overcast/walking in the rain/we'll see the beauty in life again/ -Darkest Hour
Search is your best friend.

Last edited by LunaticSerenade; 03-31-2009 at 02:40 AM.
Reply With Quote
  #273 (permalink)  
Old 03-31-2009, 07:33 AM
dave01978's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Sprint
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
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>
Reply With Quote
  #274 (permalink)  
Old 03-31-2009, 10:52 AM
DomSim's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Touch Pro2
Carrier: Sprint
 
Join Date: Nov 2008
Posts: 735
Reputation: 1960
DomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on rep
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)?
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

Last edited by DomSim; 03-31-2009 at 10:54 AM.
Reply With Quote
  #275 (permalink)  
Old 03-31-2009, 04:48 PM
Maverick0984's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 234
Reputation: 120
Maverick0984 is keeping up the good workMaverick0984 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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>
Reply With Quote
  #276 (permalink)  
Old 03-31-2009, 04:54 PM
elephant007's Avatar
domo arigato mr roboto
Offline
Pocket PC: Samsung Moment
Carrier: Sprint since Feb 11, 2002
 
Join Date: Jan 2007
Posts: 1,248
Reputation: 3584
elephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by mightymike View Post
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
LOCKisabled
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>
Reply With Quote
  #277 (permalink)  
Old 03-31-2009, 04:55 PM
LunaticSerenade's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Verizon Wireles
Location: Columbus, OH
 
Join Date: Nov 2008
Posts: 176
Reputation: 155
LunaticSerenade is keeping up the good workLunaticSerenade is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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?
Reply With Quote
  #278 (permalink)  
Old 03-31-2009, 05:03 PM
Maverick0984's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 234
Reputation: 120
Maverick0984 is keeping up the good workMaverick0984 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 elephant007 View Post
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.
Reply With Quote
  #279 (permalink)  
Old 03-31-2009, 07:09 PM
fr0st's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC EVO
Carrier: Sprint
Location: Kaukauna, WI
 
Join Date: Mar 2008
Posts: 579
Reputation: 2015
fr0st is a VIPfr0st is a VIPfr0st is a VIPfr0st is a VIPfr0st is a VIPfr0st is a VIPfr0st is a VIPfr0st is a VIPfr0st is a VIPfr0st is a VIPfr0st 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 mightymike View Post
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
LOCKisabled
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
Reply With Quote
  #280 (permalink)  
Old 03-31-2009, 07:51 PM
reigndropz's Avatar
Halfway to VIP Status
Offline
Pocket PC: Evo
Carrier: Sprint
Location: VA
 
Join Date: Feb 2009
Posts: 550
Reputation: 805
reigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by fr0st View Post
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.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro > CDMA TP Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com