|
View Poll Results: What you want to know about UC? | |||
Basics - show me how to get started | 72 | 35.29% | |
Editing and creating cabs - I want to share what I do | 13 | 6.37% | |
XML Provisioning - I want to set up ActiveSync,WI-FI... automatically | 40 | 19.61% | |
Scripting - I want to learn MortScript and how it can make UC easier | 9 | 4.41% | |
Advanced Customizations - Removing the things I don't use | 31 | 15.20% | |
What the hell is UC anyway? | 39 | 19.12% | |
Voters: 204. You may not vote on this poll |
|
LinkBack | Thread Tools | Display Modes |
|
||||
Re: Sharing how I do UC (User Customization) - PROVISIONING XML
My question is do we need to create separate documents for each of the provisioning sections such as hotmail, sync, etc?... or do we paste each section into the same document?
__________________
AT&T; iPhone 4 (iOS 4.1) JB'd with Limera1n
__________________________________________________ __ If I've helped you, just hit |
|
||||
Re: Sharing how I do UC (User Customization) - PROVISIONING XML
You can do it either way. I like to keep them seperate for organization reasons.
__________________
Some requests I have filled: Click Here
|
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
Quote:
|
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
Not exactly sure why rgucomp is throwing an error on these, but figured I would see what the experts had to say!
Code:
Bing 5.0.11249.0 [HKEY_CLASSES_ROOT\bing4mfile\Shell\Open\Command] "Default"="\\Program Files\\Bing\\bingm_LSLaunch.exe" "-cmd" "%1" _ Failed to parse value name HKEY_CLASSES_ROOT\bing4mfile\Shell\Open\Command!!! GoogleMaps 4_0_0_81 [HKEY_CLASSES_ROOT\gmml\Shell\Open\Command] @="\\.\\Program Files\\GoogleMaps\\GoogleMaps.exe" -GMML_FILE "%1" _ Failed to parse HKEY_CLASSES_ROOT\gmml\Shell\Open\Command!!! [HKEY_CLASSES_ROOT\kml\Shell\Open\Command] @="\\.\\Program Files\\GoogleMaps\\GoogleMaps.exe" -KML_FILE "%1" _ Failed to parse HKEY_CLASSES_ROOT\kml\Shell\Open\Command!!! [HKEY_CLASSES_ROOT\kmz\Shell\Open\Command] @="\\.\\Program Files\\GoogleMaps\\GoogleMaps.exe" -KMZ_FILE "%1" _ Failed to parse HKEY_CLASSES_ROOT\kmz\Shell\Open\Command!!! Best regards, -boggsie
__________________
|
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
Quote:
I find it easier using an XML doc for these. Here is an example: Code:
<characteristic type="Registry"> <characteristic type="HKCR\_htmlfile_Opera\Shell\Open\Command"> <parm name="" value=""\Program Files\Opera Mobile 10\Opera10-armv4i.exe" /Unescaped file:%1" datatype="string" /> </characteristic> </characteristic> |
This post has been thanked 1 times. |
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
what would i do to turn off email signature?
also in opera even if i copy over data storage it didnt seem to keep my passwords... where might they be? thanks found your cab to set your outlook sig.... guess set it to 0? ill check.... thanks Last edited by badwolf; 04-08-2010 at 11:38 PM. |
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
Quote:
I also appreciate the pointer to provxml, which I really like, but I'm going in the opposite direction; trying to go from provxml to rgu to speed up the post-flash boot process ... every little bit helps. Best regards, -boggsie |
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
so if i put the above in my xda_uc folder it will just copy to the same place or do I need a reg file made to do it?
|
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
Quote:
Here's what I've tried on NRG ROMs (Nothing has worked yet): MORTSCRIPT: Code:
XCopy( "\Storage Card\XDADirCopy\Program Files", "\Program Files", TRUE, TRUE ) Code:
Windows Registry Editor Version 5.00 [HKLM\Software\XDA\DirCopy] "\\Program Files\"="\Storage Card\XDADirCopy\Program Files" |
|
|
|