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-21-2009 10:25 PM

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

elephant007 03-22-2009 11:14 AM

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

Originally Posted by reigndropz (Post 787749)
Thats one of my points. I already tried this method below by taking the shortcuts and placing them in the a shortcut folder on the storage card

CPY1:\Storage Card\Shortcuts\SpbScreenshot
CPY2:\Windows\Start Menu\SpbScreenshot

That didnt work. I also added ".ink" at the end of the file and it still didnt work. Any ideas?

I was working with an xml file to try this too, but it got pretty complicated so I kind of retired with that thought. I know there must be a way to do this though....

it didnt work

that's LNK as the extension, not INK..
perhaps that's where the fault lies? I'm not sure if anything, add it to your start menu afterwards, then export the entry from your registry and convert it to to XML, then call the XML in your SDConfig. Seems like if it can't be done that way you'll just have to settle for doing it manually.

kockroach 03-22-2009 05:58 PM

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

Originally Posted by elephant007 (Post 782057)
Here's my **ALL NEW** SDConfig.txt
Current ROM: MightROM 4.14
Below is my director structure on the Storage Card
.....

Hey elephant007, thanks for posting your UC configs. I have one question for you. Do you also have a file that sets up folders to sync with your exchange server? I understand that ActiveSync has to perform its first sync before any folders can be selected for sync, but is it possible to do this using UC?

Thanks!

reigndropz 03-22-2009 07:07 PM

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

Originally Posted by elephant007 (Post 789188)
that's LNK as the extension, not INK..
perhaps that's where the fault lies? I'm not sure if anything, add it to your start menu afterwards, then export the entry from your registry and convert it to to XML, then call the XML in your SDConfig. Seems like if it can't be done that way you'll just have to settle for doing it manually.



yes LNK, sorry about that. How do you export the entry and where is it in there?

elephant007 03-23-2009 10:52 AM

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

Originally Posted by kockroach (Post 789992)
Hey elephant007, thanks for posting your UC configs. I have one question for you. Do you also have a file that sets up folders to sync with your exchange server? I understand that ActiveSync has to perform its first sync before any folders can be selected for sync, but is it possible to do this using UC?

Thanks!

I do nothing special with my ActiveSync, just use the setup (XML) that was created with OEMizer and let it run it's first sync after reboot. Everything is there when it's done syncing.

elephant007 03-23-2009 10:53 AM

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

Originally Posted by reigndropz (Post 790132)
yes LNK, sorry about that. How do you export the entry and where is it in there?

The first thing you'll have to do is use a registry editing program, then search for the string you want to export. You can tap and hold on the string a menu will appear and you can export the string.

kockroach 03-24-2009 12:07 PM

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!

badwolf 03-24-2009 12:14 PM

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....

LunaticSerenade 03-24-2009 06:06 PM

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


twe90kid 03-24-2009 06:11 PM

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


All times are GMT -4. The time now is 08:04 AM.

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


Content Relevant URLs by vBSEO 3.6.0