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
  #1 (permalink)  
Old 03-21-2009, 10:25 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!

ok i set up a second xml for the other 2 and it worked ok with a different guid thingy, maybee i misscoppied some code, but i might try and add it all back into the one and try it but am tired now

dave
__________________
Dave


Reply With Quote
  #2 (permalink)  
Old 03-24-2009, 12:07 PM
kockroach's Avatar
N00b
Offline
Pocket PC: Touch Pro
Carrier: Sprint
Location: Chicago
 
Join Date: Dec 2007
Posts: 33
Reputation: 45
kockroach is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

I have been working on my UC setup for a little while, and I have almost everything working. The part that isn't working is my Microsoft Server email setup. Although XML Notepad likes the file, both Advanced Config and my Registry Editor don't like the files. I pulled all of the info using Rapiconfig.

For syncing mail:
Code:
<wap-provisioningdoc>
    <characteristic type="Sync">
        <characteristic type="Connection">
            <parm name="Server" value="xxxxxxxxxx"/>
            <parm name="User" value="xxxxxxxxxxx"/>
            <parm name="AllowSSLOption" value="1"/>
            <parm name="Password" value="xxxxxxxxxxx"/>
            <parm name="SavePassword" value="1"/>
            <parm name="Device" value="xxxxxxxxxx"/>
            <parm name="EnableRNDIS" value="1"/>
            <parm name="UseSSL" value="1"/>
        </characteristic>
        <characteristic type="Settings">
            <parm name="PeakStartTime" value="0800"/>
            <parm name="PeakEndTime" value="1800"/>
            <parm name="PeakFrequency" value="0"/>
            <parm name="BodyTruncation" value="5120"/>
            <parm name="SaveSentItems" value="1"/>
            <parm name="SendMailItemsImmediately" value="1"/>
            <parm name="SyncWhenRoaming" value="1"/>
            <characteristic type="PeakDays">
                <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"/>
                <parm name="Sun" value="0"/>
            </characteristic>
        </characteristic>
        <characteristic type="Mail">
            <parm name="Enabled" value="1"/>
            <parm name="EmailAgeFilter" value="5"/>
            <parm name="MailBodyTruncation" value="-1"/>
            <parm name="MailFileAttachments" value="0"/>
            <parm name="SaveSentItems" value="1"/>
        </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="Tasks">
            <parm name="Enabled" value="0"/>
        </characteristic>
    </characteristic>
</wap-provisioningdoc>
After first sync, I will run the following to setup folders:
Code:
<wap-provisioningdoc>
    <characteristic type="Sync">
        <characteristic type="FolderHierarchy">
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="Deleted Items">
                <parm name="FolderType" value="4"/>
                <parm name="SyncEnabled" value="0"/>
            </characteristic>
            <characteristic type="Drafts">
                <parm name="FolderType" value="3"/>
                <parm name="SyncEnabled" value="0"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="Inbox">
                <parm name="FolderType" value="2"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="Junk E-mail">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="0"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="Outbox">
                <parm name="FolderType" value="6"/>
                <parm name="SyncEnabled" value="0"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="RSS Feeds">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="0"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="Sent Items">
                <parm name="FolderType" value="5"/>
                <parm name="SyncEnabled" value="0"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="Sync Issues">
                <characteristic type="Conflicts">
                    <parm name="FolderType" value="12"/>
                    <parm name="SyncEnabled" value="0"/>
                </characteristic>
                <characteristic type="Local Failures">
                    <parm name="FolderType" value="12"/>
                    <parm name="SyncEnabled" value="0"/>
                </characteristic>
                <characteristic type="Server Failures">
                    <parm name="FolderType" value="12"/>
                    <parm name="SyncEnabled" value="0"/>
                </characteristic>
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="0"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="xxxx">
                <parm name="FolderType" value="12"/>
                <parm name="SyncEnabled" value="1"/>
            </characteristic>
        </characteristic>
    </characteristic>
</wap-provisioningdoc>
Any thoughts on what might be wrong would be appreciated.
Thanks!
__________________
Former Sprint Mogul owner running with dcd1182's ROMs.
Current Sprint TP owner running with

Reply With Quote
  #3 (permalink)  
Old 03-24-2009, 12:14 PM
badwolf's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Jan 2007
Posts: 414
Reputation: 219
badwolf is keeping up the good workbadwolf is keeping up the good workbadwolf is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

anyone able to transfer .lnk to program folder to run programs off storage card. ive tried cpy and the attributes method with no success....
Reply With Quote
  #4 (permalink)  
Old 03-24-2009, 06:06 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 keep getting file not found errors...

Code:
LOCK:Enabled
CAB: \Storage Card\Phone Software\HTC Touch Pro\Advanced_Configuration_Tool_v3.3.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Battery Related\BatteryAndPerformanceHack.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Battery Related\increasebattery.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Config\FInixNOverBatteryIconsOnly.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Config\Darkness231 Opera default remover(beta).cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Config\MightyMike Stock AudioPara.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Config\scorpio16v4icons_in_a_row.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\galarm_1[1-.4.6.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\Dark-Diamond-en.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\HTC_GPS_Tool_1[1].2.2.11vga.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\dcd VZW Arcsoft MMS 5.0.31.19.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\Diamond Tweak 0.5.3_English.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\Diamondconfig.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\htcAddicts cleanRAM v1[1].06.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\regedit.Mrln_ARM.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\nuePowerCPL-152-v1[1].52-cab.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\sms160.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Dialer Files\Black Dialer.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Dialer Files\Full S2A with New Skin.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Dialer Files\Touch_InCall_Screen_Tweak v1[1].0.8.cab
LOCK:Disabled
RST: Reset
__________________
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.
Reply With Quote
  #5 (permalink)  
Old 03-24-2009, 11:32 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 LunaticSerenade View Post
I keep getting file not found errors...

Code:
LOCK:Enabled
CAB: \Storage Card\Phone Software\HTC Touch Pro\Advanced_Configuration_Tool_v3.3.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Battery Related\BatteryAndPerformanceHack.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Battery Related\increasebattery.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Config\FInixNOverBatteryIconsOnly.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Config\Darkness231 Opera default remover(beta).cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Config\MightyMike Stock AudioPara.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Config\scorpio16v4icons_in_a_row.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\galarm_1[1-.4.6.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\Dark-Diamond-en.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\HTC_GPS_Tool_1[1].2.2.11vga.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\dcd VZW Arcsoft MMS 5.0.31.19.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\Diamond Tweak 0.5.3_English.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\Diamondconfig.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\htcAddicts cleanRAM v1[1].06.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\regedit.Mrln_ARM.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\nuePowerCPL-152-v1[1].52-cab.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Software\sms160.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Dialer Files\Black Dialer.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Dialer Files\Full S2A with New Skin.cab
CAB: \Storage Card\Phone Software\HTC Touch Pro\Dialer Files\Touch_InCall_Screen_Tweak v1[1].0.8.cab
LOCK:Disabled
RST: Reset
From everything I've read , you need to remove the spaces in the file name. Also, if one file on the SDConfig gets messed up and you have a file not found error, it hoses all of them, from what I know. So rename the files in both your SDConfig file as well as the everything after it. The only thing I know you can have a space in is Storage Card. Change everything else so there's no space
Reply With Quote
  #6 (permalink)  
Old 03-25-2009, 11:14 AM
FatFrosty's Avatar
N00b
Offline
Pocket PC: Evo 4g
Carrier: Sprint
Location: Cincinnati
 
Join Date: Nov 2007
Posts: 30
Reputation: 85
FatFrosty is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by reigndropz View Post
From everything I've read , you need to remove the spaces in the file name. Also, if one file on the SDConfig gets messed up and you have a file not found error, it hoses all of them, from what I know. So rename the files in both your SDConfig file as well as the everything after it. The only thing I know you can have a space in is Storage Card. Change everything else so there's no space
So far I'm up to 46 cabs, 26 of them that have a space or two in the file name and haven't run into any problems. Taking out the spaces in the directories may be worth a shot though. I haven't used any folders with a space before. I couldn't find anything glaringly obvious from staring at it. I'm using Mighty Mike.
Reply With Quote
  #7 (permalink)  
Old 03-25-2009, 11:49 AM
tahlsr's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Jul 2007
Posts: 282
Reputation: 80
tahlsr is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by reigndropz View Post
From everything I've read , you need to remove the spaces in the file name. Also, if one file on the SDConfig gets messed up and you have a file not found error, it hoses all of them, from what I know. So rename the files in both your SDConfig file as well as the everything after it. The only thing I know you can have a space in is Storage Card. Change everything else so there's no space
Is it possible your file names are just too long? I would put all your files in one root folder and possibly even rename some of those really long filenames to be shorter.
Reply With Quote
  #8 (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
  #9 (permalink)  
Old 03-24-2009, 06:11 PM
twe90kid's Avatar
HTC = TAIWAN! =)
Offline
Pocket PC: HTC Touch Pro2
Carrier: Sprint
Location: Bay
 
Join Date: Jan 2008
Posts: 1,858
Reputation: 1330
twe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid 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!

can someone help me with weather config?

i would like 1st one to be San Francisco, 2nd to be Los Angeles, 3rd to be New York, 4th to be Taipei,Taiwan, and 5th to be Hong kong....

or if you can guide me to config this.... thanks
__________________


Sprint Fair and Flex 500mins - unlimited; text, data, N&W@6pm (perks) - Sprint Pick 3, Unl Incoming Mins
ROMS: Vin. Pluto. (M2.5), Mighty (M2.5), Energy (M2.5)
Reply With Quote
  #10 (permalink)  
Old 03-24-2009, 11:46 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 twe90kid View Post
can someone help me with weather config?

i would like 1st one to be San Francisco, 2nd to be Los Angeles, 3rd to be New York, 4th to be Taipei,Taiwan, and 5th to be Hong kong....

or if you can guide me to config this.... thanks

I snatched this from Elephant007. He has his xml set up for 2 cities with this parameter.

<parm name="Weather.CityList" datatype="string" value="NAM|US|TX|ABILENE,NAM|US|OK|OKLAHOMA CITY" />
If you go to accuweather.com and input the city you want, look at the address bar on the browser you're using and follow the same format he is using for the city area. Let me know if that works for you.
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 08:32 PM.


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