|
|||||||
| 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: Learn UC / XDA_UC / Registry / XML Provisioning / CAB Editing {2010-08-12}
Thanks NinjaDuck, I tried what you said but it didn't come up with any info I could understand, what I'm looking for the hex for my cricket connect, if you see the example below this will set the default connect to Internet. I want cricket. do you know how to find that Hex??
<parm name="CONNECTIONID" value="{436EF144-B4FB-4863-A041-8F905A62C572}" /> |
|
||||
|
Re: Learn UC / XDA_UC / Registry / XML Provisioning / CAB Editing {2010-08-12}
Quote:
Did you use KHEB? If you zip up your diff directory an PM me, I will try and figure it out for you. Alternatively you can check: HKLM\Comm\ConnMgr\Destinations\ Find Cricket and get the GUID from the DestID key.
__________________
Some requests I have filled: Click Here
|
|
||||
|
Re: Learn UC / XDA_UC / Registry / XML Provisioning / CAB Editing {2010-08-12}
I found the GUID for Cricket and tried to put it in the XML and run it but it wouldn't install, I was wondering if CONNECTIONID is a correct command.
|
|
||||
|
Re: Learn UC / XDA_UC / Registry / XML Provisioning / CAB Editing {2010-08-12}
Quote:
I don't know where this setting is and a do not have a second option to select so I can figure it out. Sorry I can't be more help. |
|
||||
|
Re: Learn UC / XDA_UC / Registry / XML Provisioning / CAB Editing {2010-08-12}
I organize my start menu different than what my come in a ROM. SO i want to know that after i have organized it can i create an xml file that specifies where i want my icons to be moved to? So when i flash again i dont have to manually move each icon? i have searched and either i am searching wrong or just not understanding it. Any help would be appreciated.
|
|
||||
|
Re: Learn UC / XDA_UC / Registry / XML Provisioning / CAB Editing {2010-08-12}
Quote:
Are you organizing in to folders, or just changing the order? |
|
||||
|
Re: Learn UC / XDA_UC / Registry / XML Provisioning / CAB Editing {2010-08-12}
The proper thing to do is to build ROM specific scripts to move the files and capture the registry info.
The cheap way is to backup your start menu --> Falsh the ROM --> Delete Start Menu --> Restore backup. Registry info is here: HKLM\Security\Shell\StartInfo\Start\ Try DotFred task manager, total commander, or Resco Registry to export the parts you need. Some of the script tutorials in the begining of the thread should help you with the file operations. Here is a Mort script I use to backup some of my information: Code:
StatusHistorySize(10)
StatusInfo( "UC Setting BAckup", "by Ninja Duck" )
StatusMessage( "Backing up data", ST_LIST, TRUE )
StatusMessage( "Opera 10 Settings", ST_LIST, TRUE )
MkDir("\Storage Card\Backup")
MkDir("\Storage Card\Backup\Program Files\")
MkDir("\Storage Card\Backup\Program Files\Opera Mobile 10")
MkDir("\Storage Card\Backup\Program Files\Opera Mobile 10\Profile")
MkDir("\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage")
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\1\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\1", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\2\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\2", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\3\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\3", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\4\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\4", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\5\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\5", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\6\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\6", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\7\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\7", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\8\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\8", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\9\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\9", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\10\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\10", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\11\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\11", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\12\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\12", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\13\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\13", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\14\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\14", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\15\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\15", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\16\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\16", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\17\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\17", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\18\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\18", TRUE, TRUE )
XCopy( "\Program Files\Opera Mobile 10\Profile\DataStorage\19\*.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\DataStorage\19", TRUE, TRUE )
MkDir("\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\secure")
XCopy( "\Program Files\Opera Mobile 10\Profile\secure\wand.dat", "\Storage Card\Backup\Program Files\Opera Mobile 10\Profile\secure", TRUE, TRUE )
StatusMessage( "Audio Manager Settings", ST_LIST, TRUE )
MkDir("\Storage Card\Backup")
MkDir("\Storage Card\Backup\Application Data")
MkDir("\Storage Card\Backup\Application Data\HTC")
MkDir("\Storage Card\Backup\Application Data\HTC\AudioManager_Eng")
XCopy("\Application Data\HTC\AudioManager_Eng\*.vol", "\Storage Card\Backup\Application Data\HTC\AudioManager_Eng", TRUE, TRUE )
StatusMessage( "RSS Feeds", ST_LIST, TRUE )
MkDir("\Storage Card\Backup")
MkDir("\Storage Card\Backup\Program Files")
MkDir("\Storage Card\Backup\Program Files\RSS Hub")
MkDir("\Storage Card\Backup\Program Files\RSS Hub\ChannelData")
XCopy("\Program Files\RSS Hub\ChannelData\Channels.opml", "\Storage Card\Backup\Program Files\RSS Hub\ChannelData", TRUE, TRUE )
StatusMessage( "YOUTUBE", ST_LIST, TRUE )
MkDir("\Storage Card\Backup")
MkDir("\Storage Card\Backup\WINDOWS")
MkDir("\Storage Card\Backup\WINDOWS\YouTube")
MkDir("\Storage Card\Backup\WINDOWS\YouTube\Favorite")
XCopy("\WINDOWS\YouTube\Favorite\*.*", "\Storage Card\Backup\WINDOWS\YouTube\Favorite", TRUE, TRUE )
StatusMessage( "REGISTRY BACKUP", ST_LIST, TRUE )
RUN("\Windows\dotTaskMgr.exe", "/regxpkey \\Storage Card\\Backup\\Manila-Layouts.reg [HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila\CHT\Layouts]")
RUN("\Windows\dotTaskMgr.exe", "/regxpkey \\Storage Card\\Backup\\Manila-Home.reg [HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila\Home]")
RUN("\Windows\dotTaskMgr.exe", "/regxpkey \\Storage Card\\Backup\\Manila-LM.reg [HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila]")
RUN("\Windows\dotTaskMgr.exe", "/regxpkey \\Storage Card\\Backup\\Manila-CU.reg [HKEY_CURRENT_USER\Software\HTC\Manila]")
StatusMessage( "Finished" , ST_LIST, FALSE)
Vibrate(550)
|
|
||||
|
Re: Learn UC / XDA_UC / Registry / XML Provisioning / CAB Editing {2010-12-15}
A quick question. I just flashed after spending hours trying to make sure it would go well. hahaha no luck. I used xml provision maker to create my xml files and did the rest with settings exporter from NRGZ28 and export settings in sense. Flash went ok but I didn't get my mail, wifi or a bunch of other settings back. It appears that XDA_UC didn't run my xml files.
Do they have to be saved as unicode the same as reg files? I created them on my pc so they were probably ansi. Is there anyway of provisioning xml files one at a time or seeing what is going on or is there a switch for creating a log file. I may have errors in the xml files that I don't know about and with the Energy rom's running of xda_uc in the background I don't see what is happening. I know I got all my cabs installed but not much else. ty |
![]() |
|
|
|