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)

shakuyi 04-27-2009 07:26 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
where are the registry keys for speed dial entries?

slypher 04-27-2009 07:34 PM

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

Originally Posted by cosmok (Post 880646)
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

cmajewsk 04-29-2009 02:42 PM

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" />

Vlip3 05-14-2009 07:54 AM

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

razorloves 05-14-2009 09:00 AM

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

Originally Posted by Vlip3 (Post 914347)
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?

Vlip3 05-14-2009 10:29 AM

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

Originally Posted by razorloves (Post 914386)
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

razorloves 05-14-2009 10:56 AM

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

Originally Posted by Vlip3 (Post 914493)
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.

supdawg 05-14-2009 03:17 PM

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

Originally Posted by Vlip3 (Post 914347)
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.

angel4b 05-14-2009 04:08 PM

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

Originally Posted by Vlip3 (Post 914493)
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

bioart 05-31-2009 08:41 PM

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


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

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


Content Relevant URLs by vBSEO 3.6.0