|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
Probably have to configure it to read EMAIL2 EMAIL3 EMAIL4 all with different GUIDs I'd think... just search for OEMizer and use that it's how I originally setup my Gmal and Exchange |
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Hey Elephant.......care to give this a shot?
Last edited by reigndropz; 03-20-2009 at 06:55 PM. |
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
tried getting a guid from the site, and did not work, also tried just changing the above did not work either, right now I can only get it to work on 1 with just the 1 coding, if anyone figures it out let me know
dave |
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
What I did to resolve this is made separate XMLs (Tweak01.xml, Tweak02.xml etc) that way you can focus on one item at a time.. for example your wallpaper goes and your weather doesn't, it means you have to focus on why your weather isn't working. I can see by looking at your weather entries that it's not near as information as mine, maybe try putting the whole thing in first, then shaving it down example Code:
<wap-provisioningdoc> <characteristic type="Registry"> <!-- *** Start Configuring Wallpaper for All Tabs, Weather Locations *** --> <characteristic type="HKCU\Software\HTC\Manila" translation="filesystem"> <parm name="LastLaunch" datatype="binary" value="\"/> <parm name="HomeBackgroundPath" datatype="string" value="\Windows\HTCTP01.jpg"/> <parm name="Weather_Focus" datatype="string" value="United States"/> <parm name="LaunchCounter" datatype="integer" value="0"/> <parm name="ActiveSyncConfigured" datatype="integer" value="1"/> <parm name="PushMailOn" datatype="integer" value="1"/> <parm name="Weather.Fahrenheit" datatype="integer" value="1"/> <parm name="Weather.CityList" datatype="string" value="NAM|US|TX|ABILENE,NAM|US|TX|DYESS AFB,NAM|US|OK|OKLAHOMA CITY"/> <parm name="EnableLandscape" datatype="string" value="true"/> <parm name="Landscape.WebSearchURL" datatype="string" value="http://www.google.com"/> <parm name="EnableCrashDumps" datatype="integer" value="0"/> <parm name="Weather.PostFirstRun" datatype="integer" value="1"/> <parm name="ShowLogo" datatype="integer" value="1"/> <parm name="Locale" datatype="string" value="en-us"/> <parm name="Weather.CurrentCity" datatype="integer" value="1"/> <parm name="Data.DownloadWhenRoaming" datatype="integer" value="1"/> <parm name="Data.AutoDownloadOff" datatype="integer" value="0"/> </characteristic> <!-- *** End Configuring Wallpaper for All Tabs, Weather Locations *** --> </characteristic> </wap-provisioningdoc> If you breakup the registry path e.g. HKCU\Software\HTC\Manila into two separate sections on the same XML, it seems to not work WOW that's a lot of info! |
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
On the latest MightROM 4.14 there is a registry tool called Task Manager v3.1 by FdcSoft http://www.dotfred.net/TaskMgr.htm that allows you to test your XML Provisioning, I find this tool very useful to test XMLs. This way you won't have to go through the pain of doing a hard reset on your phone just to test your XML.
|
This post has been thanked 1 times. |
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
thanks I got that already though, but thank you. My issue is with putting shortcuts in the start menu through xml. Everything Im doing will not work.
|
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
as for shortcuts on the start menu, I'd suggest using a command in the SDConfig
CPY1:\Storage Card\Shortcut.lnk CPY2:\Windows\Start Menu\Shortcut.lnk |
|
|
|