|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
So Time to old school it. PIM Back up to the rescue. Works well for setting up my email accounts... Thanks again!
__________________
- Sammy Epic 4G - Mot S9s
- Plantronic 975 - Legendary Rom w/ 2.1 update - 32 gb A-Patriot MicroSD CL10 ----------Priceless ---------- |
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Okay, lately I've been fighting a function that a ROM had at once, then when I updated the ROM I lost the function.
Basically when I had UC auto configure my Exchange email the previous ROM would automatically accept the Policy being pushed down from the Exchange server before it would start to sync. Here's how to resolve this so you will not have to click OK for your Exchange to sync, for those of you what use it, you will know what I'm talking of Download the attached file Elephant007PolicyToastAccept.cab and put it in the directory that you have the rest of your CABs to install using UC. That CAB installs two files in the \Windows directory HTCApplication.dll and HTCApplication.dll.409.mui and this entry into the Registry starting up the HTC Application service Code:
[HKEY_LOCAL_MACHINE\Services\HTCAP] "PolicyToastAccepted"=dword:00000001 "Prefix"="HAP" "Index"=dword:00000000 "Order"=dword:00000009 "Keep"=dword:00000001 "Context"=dword:00000001 "DisplayName"="HTC Application Service" "Description"="HTC Application Service" "Dll"="HTCApplication.dll" I converted my Exchange.XML Provisioningdoc which I made with OEMizer to a Cab file here Code:
Call ("SilentInstall", "\Storage Card\Config\Cabs\Exchange.cab") Sub SilentInstall fd=argv[1] runwait("\Windows\wceload.exe", """" & fd & """ /noui /nodelete") EndSub Delete("Windows\Startup\EnergyROMTweak2.mscr") |
This post has been thanked 1 times. |
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Entertainment: I got it to import, and Titanium actually work, but it broke CHome Editor.
*sigh* It just can't be easy, can it? Quote:
__________________
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. |
This post has been thanked 1 times. |
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
I can't seem to get my provisioning.xml file to work. Any suggestions? Also, what is the difference from doing the changes in a .reg file?
Also, I have it entered into my SDConfig file as "XML:\Storage Card\Install\Start\provisioning.xml" EDIT: The random spaces in xml file are not in the original. I think it has something to do with it being in the QUOTES command Quote:
"A name contained an invalid character. Error processing resource 'file:///C:/Documents and Settings/ksa/Desktop/provis...<characteristictype="HKLM\Software\HTC\Manila\Prog ramLauncher\0">" -------------------^" Last edited by kernel610; 08-04-2009 at 02:41 PM. |
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Anyone know how to set up an XML for Microsoft MyPhone app? I've searched through the registry, and I didn't see anything.
|
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
I have set up my email manually...then look at the settings... and it changes from HTML to TEXT.. not sure why??
when i look at the settings...its changed... So, now i want to set up this exchange.xml and am wondering if i need to do something else in this to make sure it's HTML and NOT text??? What value needs to be set for HTML??? Please help...here is my exchange.xml Code:
<wap-provisioningdoc> <!-- Exchange Settings --> <characteristic type="Sync"> <characteristic type="Connection"> <parm name="Server" value="mail.server.org"/> <parm name="AllowSSLOption" value="0"/> <parm name="User" value="user"/> <parm name="Domain" value=""/> <parm name="Password" value="******"/> <parm name="SavePassword" value="1"/> </characteristic> <characteristic type="Settings"> <parm name="PeakStartTime" value="0800"/> <parm name="PeakEndTime" value="1800"/> <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="1"/> </characteristic> </characteristic> </wap-provisioningdoc>
__________________
ROM: Fresh Rooted/NAND Don't forget to give |
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
You are syncing with an Exchange 2003 server, it will only do text. In order for HTML to work with Exchange it has to be 2007 edition of Exchange.
BTC Quote:
|
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
according to the autorun page on xda, the command must be 5 characters long and the param starts on 6th character. your CPY commands need a space in them. http://wiki.xda-developers.com/index...gename=AutoRun i added the code tags to your quote cuz the smileys were bugging me hope that helps dude
__________________
"is it harder to answer, or easier to try,
to make all of the questions ask themselves why?" - coil Avatar: "Harvest" by Jim Woodring credit: http://www.jimwoodring.com Sprint Phone Progression: Samsung VGA100 ~~> Sanyo MM8300 ~~> Sierra Wireless 595U & HTC Mogul (TITA100) ~~> HTC Touch Pro (RAPH800)[KKs-Loaded-v2_0Final] & HTC Mogul (TITA100)[PPCKitchen Custom] |
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
I couldn't get any of Sashimi's autorun to work so I made this little workaround.
Code:
LOCK:Enabled XML: \Storage Card\SASHIMI\Manual\XML\TF3D_Disable.xml CAB: \Storage Card\SASHIMI\Manual\Cab\GoogleMaps.cab CPY1:\Storage Card\SASHIMI\PROGRAM\Bin\SASHIMI.lnk CPY2:\Windows\Startup\SASHIMI.lnk LOCK:Disabled RST: Reset Then I just added this xml to Sashimi's Auto-xml folder. Code:
<wap-provisioningdoc> <characteristic type="FileOperation"> <characteristic type="\Windows\Startup\SASHIMI.lnk" translation="filesystem"> <characteristic type="Delete" /> </characteristic> </characteristic> </wap-provisioningdoc> So, I put these in a zip if anyone is interested.
__________________
Kitchen:Calkulin's VK for WVGA (Updated with Touch Pro 2 Collaboration)
ROM:Custom6.5.x(ScubaGear) My Files: Mediafire Folder When it's deserved, click |
|
|
|