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
  #311 (permalink)  
Old 04-27-2009, 07:26 PM
shakuyi's Avatar
Regular 'Geeker
Offline
Pocket PC: samsung moment
Carrier: sprint
Location: encino
 
Join Date: Dec 2006
Posts: 336
Reputation: 155
shakuyi is keeping up the good workshakuyi is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

where are the registry keys for speed dial entries?
Reply With Quote
  #312 (permalink)  
Old 04-27-2009, 07:34 PM
slypher's Avatar
VIP Member
Offline
Pocket PC: Touch Pro
Carrier: Sprint
 
Join Date: Sep 2006
Posts: 1,076
Reputation: 1115
slypher is halfway to VIP status based on repslypher is halfway to VIP status based on repslypher is halfway to VIP status based on repslypher is halfway to VIP status based on repslypher is halfway to VIP status based on repslypher is halfway to VIP status based on repslypher is halfway to VIP status based on repslypher is halfway to VIP status based on repslypher 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 cosmok View Post
Any insight? None of the entries seem to be working.
Code:
<?xml version="1.0" encoding="utf-8"?>
<wap-provisioningdoc>
 <characteristic type="Registry">
  <!-- *** Start Weather Locations *** -->
   <characteristic type="HKCU\Software\HTC\Manila" translation="filesystem">
    <parm name="Weather.CityList" datatype="string" value="NAM|CA|AB|CALGARY, NAM|CA|SK|REGINA , NAM|CA|AB|EDMONTON" />
    <parm name="Weather.PostFirstRun" datatype="integer" value="1" />
    <parm name="Weather.CurrentCity" datatype="integer" value="1" />
   </characteristic>
  <!-- *** Weather Locations *** -->
 </characteristic>

<characteristic type="EMAIL2">
 <characteristic type="{7B3D74EC-35D9-45e3-B8F3-E38F4B90D174}">
  <parm name="SERVICENAME" value="Gmail" />
  <parm name="SERVICETYPE" value="IMAP4" />
  <parm name="INSERVER" value="imap.gmail.com" />
  <parm name="OUTSERVER" value="smtp.gmail.com" />
  <parm name="NAME" value="xxx" />
  <parm name="AUTHNAME" value="xxx@gmail.com" />
  <parm name="AUTHSECRET" value="xxx" />
  <parm name="DOMAIN" value="" />
  <parm name="REPLYADDR" value="xxx@gmail.com" />
  <parm name="LINGER" value="15" />
  <parm name="RETRIEVE" value="5" />
  <parm name="KEEPMAX" value="0" />
  <parm name="DWNDAY" value="5" />
  <parm name="AUTHREQUIRED" value="1" />
  <parm name="SMTPALTENABLED" value="1" />
  <parm name="SMTPALTAUTHNAME" value="xxx@gmail.com" />
  <parm name="SMTPALTPASSWORD" value="xxx" />
  <parm name="SMTPALTDOMAIN" value="smtp.gmail.com" />
 </characteristic>
</characteristic>
<characteristic type="EMAIL2">
 <characteristic type="{877e6100-cd6d-4a44-bd4c-3edf4b901480}">
  <parm name="SERVICENAME" value="Gmail" />
  <parm name="SERVICETYPE" value="IMAP4" />
  <parm name="INSERVER" value="imap.gmail.com" />
  <parm name="OUTSERVER" value="smtp.gmail.com" />
  <parm name="NAME" value="xxx" />
  <parm name="AUTHNAME" value="xxx@gmail.com" />
  <parm name="AUTHSECRET" value="xxx" />
  <parm name="DOMAIN" value="" />
  <parm name="REPLYADDR" value="xxx@gmail.com" />
  <parm name="LINGER" value="15" />
  <parm name="RETRIEVE" value="5" />
  <parm name="KEEPMAX" value="0" />
  <parm name="DWNDAY" value="5" />
  <parm name="AUTHREQUIRED" value="1" />
  <parm name="SMTPALTENABLED" value="1" />
  <parm name="SMTPALTAUTHNAME" value="xxx@gmail.com" />
  <parm name="SMTPALTPASSWORD" value="xxx" />
  <parm name="SMTPALTDOMAIN" value="smtp.gmail.com" />
 </characteristic>
</characteristic>

</wap-provisioningdoc>
I dont have that first line in any of my xml files, have you tried removing that line to see if it takes?

-s
__________________
"The difference between a smart person and a wise person is that a smart person knows
what to say and a wise person knows whether or not to say it." - unknown

Funniest thread ever!!


Don't just SAY "Thanks" PRESS ... Try it, it only takes a second!
Reply With Quote
  #313 (permalink)  
Old 04-29-2009, 02:42 PM
cmajewsk's Avatar
VIP Member
Offline
Pocket PC: HTC TP2, HTC HD2
Carrier: Etisalat
Location: Abu Dhabi, UAE
 
Join Date: Oct 2006
Posts: 1,267
Reputation: 2990
cmajewsk is a VIPcmajewsk is a VIPcmajewsk is a VIPcmajewsk is a VIPcmajewsk is a VIPcmajewsk is a VIPcmajewsk is a VIPcmajewsk is a VIPcmajewsk is a VIPcmajewsk is a VIPcmajewsk is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Gmail settings:

Does anyone know what these do?

<parm name="LINGER" value="60" />
<parm name="RETRIEVE" value="-1" />
<parm name="KEEPMAX" value="512" />
<parm name="DWNDAY" value="3" />
Reply With Quote
  #314 (permalink)  
Old 05-14-2009, 07:54 AM
Vlip3's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Alltel/Verizon
Location: Forest, VA USA
 
Join Date: Jan 2009
Posts: 131
Reputation: 20
Vlip3 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Sorry, noob here. I've read many pages in this thread and done a search but could not find answers.

I've two very basic questions:
1.) Is all I have to do is create a file named SDConfig.txt at the root of my storage card and it will execute automatically right after flashing (or hard reset)? Is it really that simple?
2.) Does the provisioning.xml code shown in this thread come from Advanced Config Tool?

TIA,
Vlip3
Reply With Quote
  #315 (permalink)  
Old 05-14-2009, 09:00 AM
razorloves's Avatar
VIP Member
Offline
Pocket PC: Droid X
Carrier: Verizon
Location: Florida
 
Join Date: Oct 2007
Posts: 5,465
Reputation: 10803
razorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to razorloves
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by Vlip3 View Post
Sorry, noob here. I've read many pages in this thread and done a search but could not find answers.

I've two very basic questions:
1.) Is all I have to do is create a file named SDConfig.txt at the root of my storage card and it will execute automatically right after flashing (or hard reset)? Is it really that simple?
2.) Does the provisioning.xml code shown in this thread come from Advanced Config Tool?

TIA,
Vlip3
1. yes, but you have to have the code in the sdconfig text file telling it what you want it to do.
2. some of them are...depends which one you're talkin about.

check out this thread...it has alot more instructions http://forum.ppcgeeks.com/showthread.php?t=53103

Hey Vlip3, did you get my response to your question in the radio thread?

Last edited by razorloves; 05-14-2009 at 10:54 AM.
Reply With Quote
This post has been thanked 1 times.
  #316 (permalink)  
Old 05-14-2009, 10:29 AM
Vlip3's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Alltel/Verizon
Location: Forest, VA USA
 
Join Date: Jan 2009
Posts: 131
Reputation: 20
Vlip3 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by razorloves View Post
1. yes, but you have to have the code in the sdconfig text file telling it what you want it to do.
2. it has nothing to do with advanced config tool

check out this thread...it has alot more instructions http://forum.ppcgeeks.com/showthread.php?t=53103

Hey Vlip3, did you get my response to your question in the radio thread?
Yes I did! and thanks! I will hit the thanks button as soon as I send this.

Regarding your answer for item 2, advanced config tool generates provision.xml file when you export. How else do you write these xml files? It looks like too much work to do manually.

Vlip3
Reply With Quote
  #317 (permalink)  
Old 05-14-2009, 10:56 AM
razorloves's Avatar
VIP Member
Offline
Pocket PC: Droid X
Carrier: Verizon
Location: Florida
 
Join Date: Oct 2007
Posts: 5,465
Reputation: 10803
razorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation levelrazorloves can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to razorloves
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by Vlip3 View Post
Yes I did! and thanks! I will hit the thanks button as soon as I send this.

Regarding your answer for item 2, advanced config tool generates provision.xml file when you export. How else do you write these xml files? It looks like too much work to do manually.

Vlip3
My bad...i thought you were talkin about something else. Yea, you can use advanced config, but you can also see page 2 of that link i gave you for something else.
Reply With Quote
This post has been thanked 1 times.
  #318 (permalink)  
Old 05-14-2009, 03:17 PM
supdawg's Avatar
Almost a VIP
Offline
Pocket PC: EVO
Carrier: Sprint
 
Join Date: Nov 2007
Posts: 764
Reputation: 1162
supdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg is halfway to VIP status based on repsupdawg 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 Vlip3 View Post
Sorry, noob here. I've read many pages in this thread and done a search but could not find answers.

I've two very basic questions:
1.) Is all I have to do is create a file named SDConfig.txt at the root of my storage card and it will execute automatically right after flashing (or hard reset)? Is it really that simple?
2.) Does the provisioning.xml code shown in this thread come from Advanced Config Tool?

TIA,
Vlip3
I got all of my code from others' code and modified to suit. It's really not that hard to set it up manually by exporting the registry.
Reply With Quote
This post has been thanked 1 times.
  #319 (permalink)  
Old 05-14-2009, 04:08 PM
angel4b's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro 2 :)
Carrier: Sprint
Location: ATLien stuck in Cheeseland
 
Join Date: Oct 2008
Posts: 53
Reputation: 110
angel4b is keeping up the good workangel4b is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to angel4b
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by Vlip3 View Post
Yes I did! and thanks! I will hit the thanks button as soon as I send this.

Regarding your answer for item 2, advanced config tool generates provision.xml file when you export. How else do you write these xml files? It looks like too much work to do manually.

Vlip3
Use OEMizer
__________________
The absence of evidence is NOT evidence of absence. Bruce Leroy is my Hero!!
Reply With Quote
This post has been thanked 1 times.
  #320 (permalink)  
Old 05-31-2009, 08:41 PM
bioart's Avatar
Lurker
Offline
Pocket PC: Touch Pro
Carrier: Sprint
 
Join Date: Nov 2008
Posts: 13
Reputation: 0
bioart is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Hi,

Can someone please take a look at this and tell my what's wrong? nothing happens when I flash with a UC compatible ROM (RSTG)?

My sdconfig.txt file:
Quote:
LOCK:Enabled
XML: \Storage Card\art.xml
LOCK:Disabled
RST: Reset
My art.xml file:
Quote:
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{21cb809e-ceeb-428e-a76f-8cb1e055ee6f}">
<parm name="SERVICENAME" value="Gmail" />
<parm name="SERVICETYPE" value="IMAP4" />
<parm name="INSERVER" value="imap.gmail.com" />
<parm name="OUTSERVER" value="smtp.gmail.com" />
<parm name="NAME" value="XXX" />
<parm name="AUTHNAME" value="XXX@gmail.com" />
<parm name="AUTHSECRET" value="XXX" />
<parm name="DOMAIN" value="" />
<parm name="REPLYADDR" value="XXX@gmail.com" />
<parm name="LINGER" value="15" />
<parm name="RETRIEVE" value="5" />
<parm name="KEEPMAX" value="0" />
<parm name="DWNDAY" value="5" />
<parm name="AUTHREQUIRED" value="1" />
<parm name="SMTPALTENABLED" value="1" />
<parm name="SMTPALTAUTHNAME" value="XXX@gmail.com" />
<parm name="SMTPALTPASSWORD" value="XXX" />
<parm name="SMTPALTDOMAIN" value="smtp.gmail.com" />
</characteristic>
</characteristic>

<!-- *** Start Personalized Exchange/ActiveSync Settings *** -->
<characteristic type="Sync">
<characteristic type="Connection">
<parm name="Server" value="XXX"/>
<parm name="User" value="XXX"/>
<parm name="Password" value="XXX"/>
<parm name="SavePassword" value="1"/>
<parm name="Domain" value="XXX"/>
<parm name="AllowSSLOption" value="1"/>
<parm name="UseSSL" value="1"/>
<parm name="EnableRNDIS" value="1"/>
</characteristic>
<characteristic type="Settings">
<parm name="PeakStartTime" value="0800"/>
<parm name="PeakEndTime" value="1800"/>
<parm name="PeakFrequency" value="-1"/>
<parm name="OffPeakFrequency" value="0"/>
<parm name="BodyTruncation" value="-1"/>
<parm name="SendMailItemsImmediately" value="1"/>
<parm name="MailBodyTruncation" value="-1"/>
<parm name="HTMLTruncation" value="-1"/>
<parm name="MIMETruncation" value="-1"/>
<parm name="SyncWhenRoaming" 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="Calendar">
<parm name="Enabled" value="1"/>
<parm name="CalendarAgeFilter" value="6"/>
</characteristic>
<characteristic type="Contacts">
<parm name="Enabled" value="1"/>
</characteristic>
<characteristic type="Mail">
<parm name="Enabled" value="1"/>
<parm name="EmailAgeFilter" value="5"/>
</characteristic>
<characteristic type="Tasks">
<parm name="Enabled" value="0"/>
</characteristic>
</characteristic>
<characteristic type="Registry">
<characteristic type="HKCU\Software\Microsoft\Inbox\Settings" translation="filesystem">
<parm name="AttsOnCard" datatype="integer" value="1"/>
</characteristic>
</characteristic>

</wap-provisioningdoc>

Thanks!!!

Art
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:18 AM.


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