[Titanium] CTheme Changer- A new Titanium Plugin - Windows Mobile Themes

Hi there Folks,
CTheme Changer is a titanium plugin that allows seamless switch and preview between titanium themes right from the today screen. Currently supports 8 9 themes, this is still a work in progress as I need to modified all themes to work with all plugins
Since I run WQVGA it's the only resolution I'll be releasing for now.
Post 1 got the eye candy
Post 2 got release info
Post 3 is Q&A (cooking this baby in/ general)
Post 4 have all codes and sources
Working on porting gchris's theme, ldawg214's 1+2 Themes and (patiently!) waiting for sv0911's WQVGA version.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
|
These mega themes will take a while to port over...Lots of work... :'(
Plz post if you got any Q's
Credits:
Big, big thanx to claus1953
DFT's oldoldstone and bleem for introducing to me a new concept of 10 in 1 themes.
XDA's Claus1953 and HTCSpain's xavinet for their earlier work

Supported Themes
Enkidu's Beta- Thread
lioryte modified titanium showing day of the week, next appointment and weather icon in default titanium
rpereira's Bliss- Thread
ibrythill's WM7- Thread
Another default titanium by xavinet
ldawg214's LTD1- Thread
drkfngthdragnlrd's Dragon World Neo Titanium modified by f4LK0n- Thread
greatbal's Shadow Neo skin- Thread
jositochanante's titanium-Thread
In the works/ To do list
Port LTD2
Port gchris's titanium
Port sv0911's theme
Make landscape possible for all themes
Make sure all themes support as many plugins as possible
Port CTheme Changer to other resolutions
Release Log
Code:
9/1/2010-V4.2 Initial release for WQVGA only, supports 8 themes, added support for titaniumweather to Enkidu's beta theme currently portrait only.
9/3/2010- V4.38- Added LTD1, made landscape version of LTD1.

Q&A
How to add this to your ROM?
First, make sure mortscript is there
Add the reg settings I posted at your personal reg. (either at the OEM or at the EXT folder). This is done to ensure that CThme changer is enabled at first boot. Make sure that any other reg. settings/ ext/ OEM that effect CHome is disabled.
Add the CTheme Changer OEM to the root of your OEM folder.
Build your ROM. If on first boot you can't see CTC than enable it via CHomr editor and look again at your personal reg settings to see what is preventing it from showing.
All Other Q&A
Will there be a release with my resolution? - Sorry, but I am now roaming an android device so I have stopped working on this. I did post everything I got for someone to play around with
Will the OEM work on my device? - HELL yea it will. As long as your device is WQVGA and has mortscript.
I need/ I want/ Could you... - keep this thread alive, post any idea you have there are some sharp folks who might be able to help ya out...

CTheme Changer Source Code
Since I'm now running android, HERE is the CTheme Changer OEM Folder for whomever wants to work on this. (WQVGA!!!)
Required for this to run this plugin: mortscript
Reg settings:
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome]
"Enabled"=dword:00000001
"CPRFile"="Enkidu"
"ExtensibilityXML"="<Plugins Order=\"CThemes;CMyPhotos;CMusic;CWelcomeCenter;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments;CHomeFavs;CWindowsLive\" CPRFileName=\"Enkidu\" DisplayStyle=\"Titanium\" />"
"Plugins"="CThemes;CMyPhotos;CMusic;CWelcomeCenter;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments;CHomeFavs;CWindowsLive"
"DefaultXML"="<Plugins Order=\"CMyPhotos;CMusic;CWelcomeCenter;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments;CHomeFavs;CWindowsLive\" CPRFileName=\"Titanium\" DisplayStyle=\"Titanium\" />"
"EmailOverride"=dword:00000000
"SMSMMSOverride"=dword:00000000
"DisplayStyle"="Titanium"
"SK1TEXT"="Contacts"
"SK1URL"=":MSCONTACTS"
"HomePluginGuid"="{892B90CB-9806-427e-8BED-F45C6A9E576B}"
"DockOperatorBar"=dword:0000000
THE BELOW CODE IS NOT A PART OF CURRENT CTHEME CHANGER, BUT AN IDEA TO MAKE IT SMALLER/BETTER
A modified script by claus1953 (Thanx!) to use the storage card (Need further development, just an mortscript mind scramble at this point)
This is the start of porting all graphics to SC
Code:
installpath=SystemPath("ScriptPath")
current_theme = Regread( "HKLM", "Software\Microsoft\CHome", "CPRFile")
CurrCPRport = "current_theme" & "_" & "240x400"
CurrCPRland = "current_theme" & "_" & "400x240"
SetFileAttribs("\Windows\bronzeres.dll", FALSE, FALSE)
Run (installpath \ "disableTitanium.mscr")
Neo_Titanium = '<Plugins Order=\"JMLToday;JMLLauncher;CMyPhotos;CMusic;CWindowsLive\" CPRFileName=\"Titanium\" DisplayStyle=\"Titanium\" />'
ShadowNeo_Titanium = '<Plugins Order=\"JMLToday;JMLLauncher;CMyPhotos;CMusic;CWindowsLive\" CPRFileName=\"ShadowNeo\" DisplayStyle=\"Titanium\" />'
WM7_Titanium = '<Plugins Order=\"JMLToday;JMLLauncher;CMyPhotos;CMusic;CWindowsLive\" CPRFileName=\"WM7\" DisplayStyle=\"Titanium\" />'
Default_Titanium = '<Plugins Order=\"JMLToday;JMLLauncher;CMyPhotos;CMusic;CWindowsLive\" CPRFileName=\"Titanium\" DisplayStyle=\"Titanium\" />'
Lizzy_Titanium = '<Plugins Order=\"JMLToday;JMLLauncher;CMyPhotos;CMusic;CWindowsLive\" CPRFileName=\"Lizzy\" DisplayStyle=\"Titanium\" />'
Buffed_Titanium = '<Plugins Order=\"JMLToday;JMLLauncher;CMyPhotos;CMusic;CWindowsLive\" CPRFileName=\"Buffed\" DisplayStyle=\"Titanium\" />'
Bliss_Titanium = '<Plugins Order=\"JMLToday;JMLLauncher;CMyPhotos;CMusic;CWindowsLive\" CPRFileName=\"Bliss\" DisplayStyle=\"Titanium\" />'
Josito_Titanium = '<Plugins Order=\"JMLToday;JMLLauncher;CMyPhotos;CMusic;CWindowsLive\" CPRFileName=\"Josito\" DisplayStyle=\"Titanium\" />'
Hero_Titanium = '<Plugins Order=\"JMLToday;JMLLauncher;CMyPhotos;CMusic;CWindowsLive\" CPRFileName=\"Hero\" DisplayStyle=\"Titanium\" />'
TitaniumLTD_Titanium = '<Plugins Order=\"CHero;ATContacts;CLauncher\" CPRFileName=\"TitaniumLTD\" DisplayStyle=\"Titanium\" />'
Neo_TitaniumSwitch=("DragonWorld Neo Titanium")
ShadowNeo_TitaniumSwitch=("Greatbal ShadowNeo Titanium")
WM7_TitaniumSwitch=("Ibrythill WM7 Titanium")
Default_TitaniumSwitch=("Titanium")
Lizzy_TitaniumSwitch=("Ebsbow Lizzy Titanium")
Buffed_TitaniumSwitch=("Ebsbow Buffed Titanium")
Bliss_TitaniumSwitch=("Rpereira Bliss Titanium")
Josito_TitaniumSwitch=("Josito Chanante Titanium")
Hero_TitaniumSwitch=("Titanium_Hero_by_Chriscsh")
TitaniumLTD_TitaniumSwitch=("TitaniumLTD_by_Idawg214")
Cancel=("Cancel")
SaveCurrent=("Backup current theme")
# Set switches according to current settings
SettingOptions[1]=Neo_TitaniumSwitch
SettingOptions[2]=ShadowNeo_TitaniumSwitch
SettingOptions[3]=WM7_TitaniumSwitch
SettingOptions[4]=Default_TitaniumSwitch
SettingOptions[5]=Lizzy_TitaniumSwitch
SettingOptions[6]=Buffed_TitaniumSwitch
SettingOptions[7]=Bliss_TitaniumSwitch
SettingOptions[8]=Josito_TitaniumSwitch
SettingOptions[9]=Hero_TitaniumSwitch
SettingOptions[10]=TitaniumLTD_TitaniumSwitch
SettingOptions[11]=SaveCurrent
SettingOptions[12]=Cancel
SetChoiceEntryFormat(28,14)
Choice("Titanium Theme Changer","Choose CPR for CHome",SettingOptions)
Case(1)
RegWriteString("HKLM","Software\Microsoft\CHome","ExtensibilityXML", Neo_Titanium)
RegWriteString( "HKLM", "Software\Microsoft\CHome", "CPRFile", Neo)
Copy(installpath \ "allcprs\WQVGA_cprs" \ "Neo_240x400.cpr", "\Windows\Neo_240x400.cpr", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "Neo_400x240.cpr", "\Windows\Neo_400x240.cpr", TRUE )
Case(2)
RegWriteString("HKLM","Software\Microsoft\CHome","ExtensibilityXML", ShadowNeo_Titanium)
RegWriteString( "HKLM", "Software\Microsoft\CHome", "CPRFile", ShadowNeo)
Copy(installpath \ "TitaniumShadowNeo" \ "bronzeres.dll", "\Windows\bronzeres.dll", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "ShadowNeo_240x400.cpr", "\Windows\ShadowNeo_240x400.cpr", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "ShadowNeo_400x240.cpr", "\Windows\ShadowNeo_400x240.cpr", TRUE )
Case(3)
RegWriteString("HKLM","Software\Microsoft\CHome","ExtensibilityXML", WM7_Titanium)
RegWriteString( "HKLM", "Software\Microsoft\CHome", "CPRFile", WM7)
Copy(installpath \ "WM7" \ "bronzeres.dll", "\Windows\bronzeres.dll", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "WM7_240x400.cpr", "\Windows\WM7_240x400.cpr", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "WM7_400x240.cpr", "\Windows\WM7_400x240.cpr", TRUE )
Case(4)
RegWriteString("HKLM","Software\Microsoft\CHome","ExtensibilityXML", Default_Titanium)
RegWriteString( "HKLM", "Software\Microsoft\CHome", "CPRFile", Titanium)
Copy(installpath \ "DefaultTheme" \ "bronzeres.dll", "\Windows\bronzeres.dll", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "Titanium_240x400.cpr", "\Windows\Titanium_240x400.cpr", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "Titanium_400x240.cpr", "\Windows\Titanium_400x240.cpr", TRUE )
Case(5)
RegWriteString("HKLM","Software\Microsoft\CHome","ExtensibilityXML", Lizzy_Titanium)
RegWriteString( "HKLM", "Software\Microsoft\CHome", "CPRFile", Lizzy)
Copy(installpath \ "Lizzy" \ "bronzeres.dll", "\Windows\bronzeres.dll", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "Lizzy_240x400.cpr", "\Windows\Lizzy_240x400.cpr", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "Lizzy_400x240.cpr", "\Windows\Lizzy_400x240.cpr", TRUE )
Case(6)
RegWriteString("HKLM","Software\Microsoft\CHome","ExtensibilityXML", Buffed_Titanium)
RegWriteString( "HKLM", "Software\Microsoft\CHome", "CPRFile", Buffed)
Copy(installpath \ "TitaniumBuffed" \ "bronzeres.dll", "\Windows\bronzeres.dll", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "Buffed_240x400.cpr", "\Windows\Buffed_240x400.cpr", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "Buffed_400x240.cpr", "\Windows\Buffed_400x240.cpr", TRUE )
Case(7)
RegWriteString("HKLM","Software\Microsoft\CHome","ExtensibilityXML", Bliss_Titanium)
RegWriteString( "HKLM", "Software\Microsoft\CHome", "CPRFile", Bliss)
Copy(installpath \ "Bliss" \ "bronzeres.dll", "\Windows\bronzeres.dll", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "Bliss_240x400.cpr", "\Windows\Bliss_240x400.cpr", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "Bliss_400x240.cpr", "\Windows\Bliss_400x240.cpr", TRUE )
Case(8)
RegWriteString("HKLM","Software\Microsoft\CHome","ExtensibilityXML", Josito_Titanium)
RegWriteString( "HKLM", "Software\Microsoft\CHome", "CPRFile", Josito)
Copy(installpath \ "allcprs\WQVGA_cprs" \ "Josito_240x400.cpr", "\Windows\Josito_240x400.cpr", TRUE )
Case(9)
RegWriteString("HKLM","Software\Microsoft\CHome","ExtensibilityXML", Hero_Titanium)
RegWriteString( "HKLM", "Software\Microsoft\CHome", "CPRFile", Hero)
Copy(installpath \ "Hero" \ "bronzeres.dll", "\Windows\bronzeres.dll", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "Hero_240x400.cpr", "\Windows\Hero_240x400.cpr", TRUE )
Case(10)
RegWriteString("HKLM","Software\Microsoft\CHome","ExtensibilityXML", TitaniumLTD_Titanium)
RegWriteString( "HKLM", "Software\Microsoft\CHome", "CPRFile", TitaniumLTD)
Copy(installpath \ "TitaniumLTD" \ "bronzeres.dll", "\Windows\bronzeres.dll", TRUE )
Copy(installpath \ "allcprs\WQVGA_cprs" \ "TitaniumLTD_240x400.cpr", "\Windows\TitaniumLTD_240x400.cpr", TRUE )
Case(11)
Run (installpath \ "save_current.mscr")
sleepMessage(3,"backup complete")
Case(12)
Run (installpath \ "exit.mscr")
EndChoice
Run ("Archivos de programa \ JMLPanex \ ClearCacheAll.mscr")
RunWait ("Archivos de programa \ JMLPanex \ JMLOffset.mscr")
sleepMessage(2,"complete")
Run (installpath \ "activateTitanium.mscr")
RedrawToday
Delete("\Windows"\CurrCPRport)
Delete("\Windows"\CurrCPRland)
All of the .cpr's can be changed to any resolution with using the attached .cpr res. changer (attached). I hope someone will keep this alive...

Great news
I am using currently Xavinet's plugin but had to modify all cprs to allow the use of more plugins. And very nice that you include the last themes too. Congratulations

great news for titanium lovers like me.
will wait for a wvga version.
keep up the good work

claus1953 said:
Great news
I am using currently Xavinet's plugin but had to modify all cprs to allow the use of more plugins. And very nice that you include the last themes too. Congratulations
Click to expand...
Click to collapse
Thanks, I am doing the same now... Lots of work... Are you running Spanish or English on your i900? If English let me know I'll send you the OEM. Porting the other themes is LOTS of work, really time consuming
biernes_atrece said:
great news for titanium lovers like me.
will wait for a wvga version.
keep up the good work
Click to expand...
Click to collapse
Once I'm done with WQVGA I'll start with other resolutions

My friend,
that is just fantastic what you have released here..!!!
Now i have to work even faster to get the wqvga fixed..!!!
The wqvga is allmost done..!! Maybe allready under the next week..!!!
As soon it is ready to release i will send you as usual a message..!!
Big thanks for sharing lioryte...!!!!!!
Greetings
sv0911

lioryte said:
Thanks, I am doing the same now... Lots of work... Are you running Spanish or English on your i900? If English let me know I'll send you the OEM. Porting the other themes is LOTS of work, really time consuming
Once I'm done with WQVGA I'll start with other resolutions
Click to expand...
Click to collapse
I am running a spanish rom from htc spain.

Thanks for sharing!

LTD1 Ported As well- (I made a very crud landscape version as well) Now supporting 9 themes

Great work friend
With your permission i will introduce new themes and plugins in a review of cThemes.
Thanks a lot.

xavinet said:
Great work friend
With your permission i will introduce new themes and plugins in a review of cThemes.
Thanks a lot.
Click to expand...
Click to collapse
Great to see you here Xavi.
Feel free to use whatever PM me for the files

Post 1 updated with a new youtube link showing the new beta

biernes_atrece said:
great news for titanium lovers like me.
will wait for a wvga version.
keep up the good work
Click to expand...
Click to collapse
I love this, WVGA and I'm in! Nice work!

i am using ctheme changer of htcspain. do it run in spanish rom?
where is link donwload?

gade12 said:
i am using ctheme changer of htcspain. do it run in spanish rom?
where is link donwload?
Click to expand...
Click to collapse
I hope too it will run on spanish rom as i have one too. It is not yet finished, there is no download link yet.

gade12 said:
i am using ctheme changer of htcspain. do it run in spanish rom?
where is link donwload?
Click to expand...
Click to collapse
claus1953 said:
I hope too it will run on spanish rom as i have one too. It is not yet finished, there is no download link yet.
Click to expand...
Click to collapse
I am working on it, and Claus is providing great help and ideas, I am testing a new Idea/ way for it but this is proving to be a bigger project than I had planned for it to be...Long story short this is in the works...I hope I'll have something by the W/E

claus1953 said:
I hope too it will run on spanish rom as i have one too. It is not yet finished, there is no download link yet.
Click to expand...
Click to collapse
Hello claus1953,
Are you still working on cthemes new version??
It's been a while with no updates .

QVGA
Hi
there will be a version QVGA ?

Related

Duttys HD WM6.5 R12 Revised WWE

New dutty's ROM is now online on htcpedia
thanks Dutty!
Duttys HD WM6.5 R12 Revised WWE
Based Rom 1.59 ( CE OS Build 5.2.23016.5.3.0 )
Code:
AdobePDF_2_5_1_0_395886_00 [ Updated ]
AdvancedNetwork_1_0_10_3
Album_3_2_19172629_0 [ Updated ]
App_Service_1_72_0_1 [ Updated ]
Audio_Booster_2_5_19171721_0 [ Updated ]
Audio_Manager_Engine_2_0_19171224_h [ Updated ]
AutoVolumeControl_1_3_0_0
BluetoothSetting_2_11_1_1
BootLauncher_1_0_19152530_1
BTBPP_1_9_3_0
BTSAP_3_2_0_R7
Calculator_1_1_19172025_01 [ Updated ]
Camera_6_28_19173031_00
CleanGPSData_1_1_0_0
ClearStorage_1_40_0_1
CMBandSwitching_2_0_0_2
CMInternetSharing_1_0_0_0
CMPhone_1_3_0_0
CMPin_1_3_0_0
CommManager_2_9_B_0
Concurrence_Mgr_1_5_19162826_00
ConnectionSetup_3_1_19172631_00
Contact_Utility_Engine_1_1_19173320_00
DataDisconnect_1_14_0_0
DeviceInfo_2_0_0_0
DiscretixDRM_1_0_20090602_00
DRM_Middleware_1_5_19162824_00
DShow_2_0_19163429_00
Facebook_Engine_1_1_19172628_00
Facebook_v1_0_0_7
Field_T_e_s_t_2_19_0_0
FileUpload_1_1_0_1
FMRadio_1_7_19171122_00
FullScreenPlayer_1_6_19152225_00
GoogleMap_3_0_012_2 [ Available as Cab]
G_Sensor_Calibrator_1_1_19172630_1
HTCAnimation_1_3_5_0
HTCApplication_1_3_5_0
HTCFDN_1_3_0_20
HTCFontLink_1_0_19132133_1
HTCMessage_1_00_281_0
HTCScroll_2_0_19153028_1
HTCSettings_1_4_1_1
HTCStartUp_1_7_0_0
HTCUtil_4_12_0_1
HTC_EmailSetupWizard_1_2_19161327_0
IME_Engine_Western_2_1_19174129_00 [ Updated ]
IME_EzInput_Western_2_1_19174126_00 [ Updated ]
Incall Recorder
InvokeSIMMgr_1_12_0_1
JbedJava_5_1_0_0_20090416_5_1 [ Available as Cab ]
LongPressEndKey_1_2_19143124_00
Manila_2_1_38680 [ Updated]
Media_Tool_kit_1_2_19172629_0
Menu_Enhancement_1_1_19173225_01
Message_Enhancement_1_2_19171932_00
mHubVO_1_77_090609_X0
MP3_Trimmer_1_2_19171124_2
Microsoft Voice command V1.6.23004
Mute_1_1_2_0
MyCPL_3_13_0_6
Microsoft My Phone
New_Contact_Card_1_1_19172628_02
NewMailAccount_1_11_0_1
Notification_Enhancement_3_0_1917_2620
Phone_Canvas_Enhancement [ Updated ]
PhoneSetting_6_45_0_0
Opera Browser 9.50 17351
PictureEnhancement_1_50_19142727_00
PKG_1_1_0_0
PowerOffWarning_2_9_0_0
Power_2_24_0_0
PushInternetEngine_1_0_19152224_01
Quick_GPS_1_2_19173022_00
RandomAccess_4_1_18224021_1
Redial_1_3_0_0
ResourceProxy_1_0_19151630_00
RingtonePlugin_1_0_19143328_00
RSSHub_2_1_1_1097_CP_02
RunCC_1_1_7_0
SensorSDK_4_0_19151622_00
SharedModules_1.01.19142728.00
SignatureReplace_1_2_0_0
SIMLock_4_24_0_1
SIM_MGR_6_71_0_0
Social Networking [ Updated ]
STK_Service_4_89_0_0
STK_UIPPC_4_67_0_0
StorageLow_1_0_0_2
StreamingMedia_3_1_19162213_00
StreamingSrcFilter_2_7_19143024_00
TaskManager_2_1_19163331_10
Task_Manager_ver
Teeter_1_6_19163530_00
TouchOptions_1_0_19143025_2
USBToPCPopUp_2_2_19143124_0
USBtoPC_1_24_0_5
USSD_Service_4_34_0_1
VideoTelephony_2_5_34646_0
VoiceRecorder_1_10_19141328_0
VolumeControl_2_1_19153530_0
Wi-FiWizard_1_7_0_20
WiFiSettings_1_2_4_0
WLANSettings_2_6_0_0
WModem_2_52_0_0
YouTube_2_6_19171131_00
zlibce_m_1_2_3_0
Third Part Applications
File Explorer Extension
Regedit
Task Manager 3.1
Widgets included
Live Search
Market Place
Search Widget
Microsoft Market Place
Microsoft Money]
ROM INFO :
* CE OS 5.2.23016 & Build 23016.5.3.0
* Base Rom V1.59.709.1
* PagePool set to 16 MB
* Updated 99 % applications from HTC.
* Updated icons throughout the Rom.
* Use .NET Compact Framework 3.5
* Removed ULDR sector
* Removed Wallpaper, Ringtones,… and other files not needed
* Disable Sercurity , patched cert HTC
* Most Applications are supported by landscape.
* Added support MSVC Version for alternate Users
* And more things…..
Thanks part :
Special thanks to :
Tom Codon for all support
Bepe for his Kitchen and friendship
Da_g good friend
Alltheway long friendship
Fallen Spartan good friendship
MattRob for good friendship
Clownshoes for good friendship
Digital Outcast for good friendship
Rob for good friendship
Rzanalogy for good friendship
P1Tater for Good friendship
Olinex for Hard-SPL
Ervius for his kitchen
LINK :http://htcpedia.com/forum/showthread.php?t=313
Who wants to go there and get the ROM anyway?
out of curiosity did you ask permission from Dutty to post his work here?
shruff said:
out of curiosity did you ask permission from Dutty to post his work here?
Click to expand...
Click to collapse
I was wondering the same
it is supposed to be exclusively for HTCPEDIA as I remember
rizzlan said:
Who wants to go there and get the ROM anyway?
Click to expand...
Click to collapse
No need for comments like this thankyou. Try and behave civilized and treat others the way you would like to be treated. Consider this a warning.
shruff said:
out of curiosity did you ask permission from Dutty to post his work here?
Click to expand...
Click to collapse
You don't think they want more users at htcpedia?
cracou111 said:
New dutty's ROM is now online on htcpedia
thanks Dutty!
Click to expand...
Click to collapse
As stated by others, was permission saught from chef before posting this thread? I doubt it. However, you did not post download links/mirrors, you just basically told people that Throys new rom existed which is not against rules of the forum.
Most of Throys followers are already aware of this as it has been posted in his other threads which exist on this forum.
So no need for this one
Thread closed

[HELP] iGO + TD2 with 480x800 User Interface

Hi guys,
i had iGO on my TD but now i have a TD2 and i'm using the old version of iGO and i cant seem to get it to be full screen.
in \iGO8\data.zip\ui_igo8 i dont have any interface for 480x800 and i would like to know if/where i cand find one.
could you please recommend a solution?
Thanks
this is mine sys.txt on iGo 8.3 on TD2
[interface]
resolution_dir="800_480"
maxzoom2d=6000000
mapfontscale=120
show_exit=1
recalc_voice=0
shutdown_time=0
minzoom2D=80
vga=0
wide=1
[rawdisplay]
highres=0
driver=gdi
class="landscape"
screen_x=800
screen_y=480
[debug]
skip_eula=1
enable_roadshadow=1
[map]
auto_nightmode=1
2dheadup=1
3d_scale_carmodel=1
3dcarsizemin=2000
3dcarsizemax=2800
3dcarsizemul=5000
[3d]
show_guidance_strip=1
show_guidance_arrows=1
guidancearrow_first_size=1.5
guidancearrow_first_alpha=24
guidancearrow_second_size=0.8
guidancearrow_second_alpha=12
[smartzoom]
auto_follow_time="30"
restore_smartzoom_on="0"
auto_smartzoom_time="30"
overview="0"
auto_follow_on="0"
overview_zoomlevel="3000"
enabled="0"
maxangle="85"
minangle="85"
maxzoom2d="1000"
enabled2d="1"
zoom_after_find="0"
[navigation]
sim_speed_factor=2.5
show_current_city=1
show_countrychange=1
[msnd]
msnd.start=0
[3d_config]
disable_roadsign_navigation_mode=1 ; 0 = balloons shown, 1 = no balloons
[warning]
warn_distances=130:450,110:350,90:300,60:200,40:100
[sound]
queue_length=200
use_method="1"
os_volume="200"
sound_volume="200"
voice_volume="200"
dynamic_volume_type="0"
[tts]
tts_buffer=40000
tts_logics=3
announce_exit_directions=1
priority="HIGH"
always_say_road_names=1
announce_street_name=1
skip_exit_numbers=0
[TMC]
port = "COM, 4"
source = "eten"
gps_source = 0
fullscreen landscape
glockbr said:
this is mine sys.txt on iGo 8.3 on TD2
[interface]
resolution_dir="800_480"
maxzoom2d=6000000
mapfontscale=120
show_exit=1
recalc_voice=0
shutdown_time=0
minzoom2D=80
vga=0
wide=1
[rawdisplay]
highres=0
driver=gdi
class="landscape"
screen_x=800
screen_y=480
[debug]
skip_eula=1
enable_roadshadow=1
[map]
auto_nightmode=1
2dheadup=1
3d_scale_carmodel=1
3dcarsizemin=2000
3dcarsizemax=2800
3dcarsizemul=5000
[3d]
show_guidance_strip=1
show_guidance_arrows=1
guidancearrow_first_size=1.5
guidancearrow_first_alpha=24
guidancearrow_second_size=0.8
guidancearrow_second_alpha=12
[smartzoom]
auto_follow_time="30"
restore_smartzoom_on="0"
auto_smartzoom_time="30"
overview="0"
auto_follow_on="0"
overview_zoomlevel="3000"
enabled="0"
maxangle="85"
minangle="85"
maxzoom2d="1000"
enabled2d="1"
zoom_after_find="0"
[navigation]
sim_speed_factor=2.5
show_current_city=1
show_countrychange=1
[msnd]
msnd.start=0
[3d_config]
disable_roadsign_navigation_mode=1 ; 0 = balloons shown, 1 = no balloons
[warning]
warn_distances=130:450,110:350,90:300,60:200,40:100
[sound]
queue_length=200
use_method="1"
os_volume="200"
sound_volume="200"
voice_volume="200"
dynamic_volume_type="0"
[tts]
tts_buffer=40000
tts_logics=3
announce_exit_directions=1
priority="HIGH"
always_say_road_names=1
announce_street_name=1
skip_exit_numbers=0
[TMC]
port = "COM, 4"
source = "eten"
gps_source = 0
fullscreen landscape
Click to expand...
Click to collapse
The above won't help the OP until he can find a data.zip that supports the res he wants.
@DirkGently1 - exactlly
@glockbr - does your data.zip contain a 480x800 IU folder?
if its not too much to ask, could you please upload it somewhere?
thanks
spasme said:
@DirkGently1 - exactlly
@glockbr - does your data.zip contain a 480x800 IU folder?
if its not too much to ask, could you please upload it somewhere?
thanks
Click to expand...
Click to collapse
my iGO is a PT-BR, i dunno if it help u but i upload to rapidshare, 480x800 folder
link
http://rapidshare.com/files/310949485/480_800.rar.html
http://www.megaupload.com/?d=U8CX7K12
and this is a 800x480
http://www.megaupload.com/?d=8XZR1JBB
Thanks glockbr.
so here is the situation now:
i managed to install iGO v8.3.4.102680. screen orientation and 480x800/800x480 works fine now, maps are ok. But...
i have no GPS signal: iGO status says "GPS driver hasn't been found".
any idea what the problem could be?
my device:
TD2
ROM: 2.16.479.1
Radio: 4.49.25.17
spasme said:
Thanks glockbr.
so here is the situation now:
i managed to install iGO v8.3.4.102680. screen orientation and 480x800/800x480 works fine now, maps are ok. But...
i have no GPS signal: iGO status says "GPS driver hasn't been found".
any idea what the problem could be?
my device:
TD2
ROM: 2.16.479.1
Radio: 4.49.25.17
Click to expand...
Click to collapse
Add these lines in the end of your sys.txt:
[gps]
set_messages=0
port=4
baud=9600
Thanks alot gianton.
i tried different Ports and Bound Rates and it did nothing.
i tried as you said and it works now.
(i changed from the iGO settings, not sys.txt)
Thanks again!
spasme said:
Thanks alot gianton.
i tried different Ports and Bound Rates and it did nothing.
i tried as you said and it works now.
(i changed from the iGO settings, not sys.txt)
Thanks again!
Click to expand...
Click to collapse
You're welcome, glad you got it working.
Zoom bar
hello, i want to use zoom bar with igo. i have tried manual registry edit/with advanced config edit, but after that, ZOOMBAR works just to ROTATE the map.
has anybody the same problem? does it works?
i have the official wm6.5 and igo8.3
link is dead
was the upload above the whole igo for brazil ??
maps and everything ?
could you re-upload it ?
rubensbasket said:
was the upload above the whole igo for brazil ??
maps and everything ?
could you re-upload it ?
Click to expand...
Click to collapse
yeah, could you reupload it again?

[ROM][ITA][02/06/10] MM PRO2 v1.0.002 | Dev-Fam style | 21904 | Sense 2.5 |

MM PRO2 v1.0 |Dev-Fam style|
HTC Sense 2.5.2013 | Wm 6.5 21904
We thank all the people behind this project and we follow
|SCREEN|DOWNLOAD|FEATURES|
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Donate to support my work
::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::::::
​
SCREEN
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
DOWNLOAD​
MM PRO2 v1.0.002:
DIRECT
FEATURES​
MM PRO2 v1.0.002 ITA whit Sense 2.5 and build 21904
Co0kie's Home Tab whit setting MM
Lockscreen Manila
Video Call Support
Opera 9.7
Task manager addend
Addition Tab Manila Document and Footprint
Sense Manila 2.5.2013
Speeded up the rom
Reduced memory consumption
Voice recorder
OEM Version List:
Code:
App. Name Version
-----------------------------------------------------------
Manila_Core 2_5_20132227_0
StartIconLoader 2_5_20113129_0
Manila_Weather 2_5_20121525_0
Manila_Twitter 2_5_20113227_1
Manila_Stock 2_5_20111730_0
Manila_Settings 2_5_20121232_0
Manila_Photo 2_5_19224024_0
Manila_People 2_5_20113030_2
Manila_Music 2_5_19224026_0
Manila_Message 2_5_20121831_0
Manila_Mail 2_5_20121822_0
Manila_Internet 2_5_20113925_0
Manila_Home 2_5_20113626_2
Manila_Footprints 2_5_20111529_0
Manila_DocumentBrowser 2_5_20123019_0
Manila_Calendar 2_5_20111824_0
zlibce_m 1_2_30_00
YouTube 2_6_20111727_00
TaskManager 2_1_19183631_17
WLANSettings 2_7_10_0
WiFiSettings 1_2_5_2
Wi-FiWizard 1_24_3_0
Volume_Control 2_2_20113221_00
Video_Telephony 2_5_35575_0
VBookmarkMgr 1_0_19213624_00
USSD_Service 4_38_0_0
USB_To_PC_Pop_Up 2_3_20111720_00
TVOutSetting 2_14_0_1
TVOutPopUp 1_2_19213628_00
TimeZoneAutoFix 1_0_19222424_01
Text_Selection 1_0_19212229_00
Teeter 2_0_19221932_00
TaskBarIconMgr 2_13_0_0
Streaming_SDK 2_7_19212819_00
Streaming_Media 3_1_20113125_00
StorageLow 1_0_0_2
STK_UIPPC 4_74_0_2
STK_Service 4_93_0_0
Social_Networks_Engine 1_1_20111727_00
SlidingSound 1_2_4_0
SIM_Mgr 6_76_0_1
SimLock 4_28_0_0
SimContactImport 3_4_19221923_00
SignatureReplace 1_5_0_0
Shared_Modules 1_01_19221333_00
SharedResource 1_0_20111720_00
Settings_Improvement 1_0_20111623_0
Sensor_SDK 4_2_19221329_01
RunCC 1_1_b_0
Resource_Proxy 1_0_19221124_00
Redial 1_3_0_0
Random_Access 4_2_19183026_0
Quick_GPS 2_0_19223429_05
Power 3_6_0_0
PowerOffWarning 2_13_0_0
PKG 1_1_0_0
Picture_Enhancement 1_50_19221924_00
Phone_Canvas_Enhancement 4_2_51720111829_0
PhoneSetting 1_64_0_0
Opera_Browser 9_70_35758_0
OOBE 1_0_20111726_00
Notification_Enhancement 3_5_20113824_00
New_Contact_Card 1_1_20113729_0
MyCPL 3_13_0_6
Mute 1_1_2_0
MS_Facebook 1_0_07_1
MicrophoneAGC 0_92_0_0
mHub_VO 1_8_091221_X1
Message_Enhancement 1_2_19224032_00
Menu_Enhancement 1_1_20113129_00
Media_Tool_kit 1_2_20113122_0
Long_Press_End_Key 1_5_20111823_00
LockScreenAppLauncher 1_0_19213627_00
Java_JblendPackage_2_1 2_1_20090429_2_1_R6
InvokeSIMMgr 1_12_0_2
IME_EzInput_Western 2_1_20112821_00
IME_Engine_Western 2_1_19223325_00
IE6Enhancement 1_0_19224019_0
HTCUtil 4_12_0_1
HTCStartUp 1_7_0_0
HTCSettings 1_4_4_0
HTCScroll 2_0_19221326_00
HTCMessaging_Client 1_5_20113831_00
HTCMessage 1_09_281_2
HTCGeoService 1_0_19213626_00
HTCFramework 1_5_19223320_00
HTCFont_Link 1_0_19132133_1
HTCFDN 1_8_0_0
HTCBookmark 1_0_20111623_0
HTCBirthday 1_2_0_0
HTCApplication 1_14_1_0
G_Sensor_Calibrator 1_1_19183520_3
GroupEditor 1_0_20111733_00
GoogleLocationService 1_0_1_21R1
Full_Screen_Player 1_8_20113022_00
FormatSD 1_16_0_0
Footprints_Engine 1_1_19224027_0
FootPrintsVE 2_0_19221924_00
FootprintsThumbViewer 1_0_19212227_01
Footcam 1_26_19213627_00
FM_Radio 2_0_19181421_01
FlashLiteShareDLL 1_0_19201927_0
Field_T_e_s_t 2_19_0_0
Facebook_Engine 1_1_19223127_01
ExtNewPhoneSetting 1_0_1919_3232
Email_Setup_Wizard 2_3_20113723_30
Dshow 2_0_20113730_00
DRM_Middleware 1_5_19221328_00
DiscretixDRM 1_0_20090930_01
DeviceInfo 2_7_1_0
DataDisconnect 1_14_0_1
CS_Voice_Recorder 2_0_20122126_0
Contact_Utility_Engine 1_2_20113727_00
Contact_Picker 1_0_20113132_00
ConnectionSetup 3_1_19221923_00
Concurrence_Mgr 1_5_19221227_00
CommManager 2_9_U_0
CMPin 1_5_3_0
CMPhone 1_6_B_0
CMPhoneVMSetting 1_8_0_0
CMCallWaiting 1_3_1_0
CMCallForwarding 1_4_B_0
CMCallerID 1_5_1_0
CMCallBarring 1_3_4_0
CMBandSwitching 2_2_2_0
ClearStorage 2_3_1_0
Camera 6_16_37495_0
Calculator 1_1_19224019_0
BrowserSnapshot 1_0_19224019_0
Boot_Launcher 1_0_19152530_2
Audio_Manager_Engine 2_0_20113121_h
Audio_Booster 2_5_19194032_lo00
App_Service 1_87_0_0
AppointmentEditor 1_0_20111623_0
Album 3_2_20113921_0
aGPS_Confirmation 1_1_19212929_00
AdvancedNetwork 1_0_12_1
AdobePDF 2_5_1_0_404840_03
-----------------------------------------------------------
Generated with OEM Version Checker PPC Edition by Vic, 2009
muttim86 said:
SCREEN soon!
​
Click to expand...
Click to collapse
Screen...??
Any information to which built, RAM, programs included, etc?
Edit: that was weird. right after I posted this, your screen showed up.
Ut0p1a said:
Screen...??
Any information to which built, RAM, programs included, etc?
Edit: that was weird. right after I posted this, your screen showed up.
Click to expand...
Click to collapse
All the information I just put a beta, for now I do not know what to put inside, but something nice!!!
For now is the original HTC improved, but soon there will be a beta
Beta 1 onLine!!!
i really like it, but why don't the keyboard lights work?
G1-8701 said:
i really like it, but why don't the keyboard lights work?
Click to expand...
Click to collapse
the keyboard lights work, now I'm working on beta 2 which should be much better.
What model of phone you have?
Now I try to see if there are any problems with the keyboard files!
Soon prepare even the WWE!
muttim86 said:
the keyboard lights work, now I'm working on beta 2 which should be much better.
What model of phone you have?
Now I try to see if there are any problems with the keyboard files!
Soon prepare even the WWE!
Click to expand...
Click to collapse
I have a T-mobile Touch Pro 2
ok i'ma check and see if the lights work, also do u have an english version, i mean i can somewhat manage a different cause i kno the phone pretty well, but i need a english version
Keep up the great work though!
G1-8701 said:
I have a T-mobile Touch Pro 2
ok i'ma check and see if the lights work, also do u have an english version, i mean i can somewhat manage a different cause i kno the phone pretty well, but i need a english version
Keep up the great work though!
Click to expand...
Click to collapse
Thanks, I want to create a fast and stable rom for all days and a pleasing layout changes, ITA and WWE!
I hope to succeed in this mission! I hope you people give me help on this mission, without you I could never succeed.
muttim86 said:
Thanks, I want to create a fast and stable rom for all days and a pleasing layout changes, ITA and WWE!
I hope to succeed in this mission! I hope you people give me help on this mission, without you I could never succeed.
Click to expand...
Click to collapse
no prob, i can help with testing
G1-8701 said:
no prob, i can help with testing
Click to expand...
Click to collapse
would be fabulous!
Beta 2 is online, until I finished school exams do not cook anymore, so I'll be back to cooking at the end of June!
muttim86 said:
Beta 2 is online, until I finished school exams do not cook anymore, so I'll be back to cooking at the end of June!
Click to expand...
Click to collapse
Hi,
which radio do you suggest for your rom MM PRO2 v1.0.002 ?
The "classic wm6.5" 4-49-25-91 or onother one?
Just as a note: which is the free memory available after the installation?
Thanks,
... hoping to see soon a wm6.1 + sense 2.5 ...
AL THE BEST FOR YOUR EXAMS!
BYE
zorroz said:
Hi,
which radio do you suggest for your rom MM PRO2 v1.0.002 ?
The "classic wm6.5" 4-49-25-91 or onother one?
Just as a note: which is the free memory available after the installation?
Thanks,
... hoping to see soon a wm6.1 + sense 2.5 ...
AL THE BEST FOR YOUR EXAMS!
BYE
Click to expand...
Click to collapse
Free memory is 94 MB after installation and I work to further lower the free memory
My radio is 4.49.25.91
wm 6.1 e sense 2.5 come out later this month and more there will be a new

[Q] XML help

how do I enter the path of an app in which your images are not in the drawable folder?
I use SPB launcher 3d, wanted to do in an unforgiving theme that I use (theme chooser), and add images to SPB, but the way of your images is different from other apps ..
eg "\ assets \ skins \ skins \ wgt_clock \ dpi192"
thank you

Posible wp registry editor from PC?

This tool http://go.microsoft.com/?linkid=9898656 (this is thedownload link) has an script inside atached to this message.
Can we modify windows phone registryfrom PC?
#################################################################################
# Grant/Deny the user access to the registry entry.
#################################################################################
function Add-RegistryPermission(
[String]$RegKeyPath = $(throw "No registry key path is specified"),
[String]$User = $(throw "No user is specified"),
[String]$Permission = $(throw "No permission is specified"),
[String]$AccessControlType = "Allow"
)
{
$acl = Get-Acl -Path $regkeyPath
$controlType = [Enum]:arse([Security.AccessControl.AccessControlType], $AccessControlType)
$iFlags = [Enum]:arse([Security.AccessControl.InheritanceFlags], "ContainerInherit,ObjectInherit")
$pFlags = [Enum]:arse([Security.AccessControl.PropagationFlags], "None")
$rights = [Enum]:arse([Security.AccessControl.RegistryRights], $Permission)
if($AccessControlType -eq "Allow")
{
$accesses = @($acl.Access | where {$_.IdentityReference -eq $User})
foreach($access in $accesses)
{
if($access.AccessControlType -eq 'Deny')
{
if(($access.RegistryRights.Value__ -band $rights.Value__) -ne 0)
{
$rule = New-Object Security.AccessControl.RegistryAccessRule $User,$access.RegistryRights,$iFlags,$pFlags,$access.AccessControlType
[void]$acl.RemoveAccessRule($rule)
}
}
}
}
$rule = New-Object Security.AccessControl.RegistryAccessRule $User,$rights,$iFlags,$pFlags,$controlType
$acl.AddAccessRule($rule)
$acl | Set-Acl
}
What makes you think this has anything to do with phone? That's a PowerShell script (which the phone can't execute) for editing the permissions on a registry key (which you can't do unless you already have control over that registry key anyhow, i.e. you would need to run it as Admin). It's not a registry "editor" at all, aside from changing a registry ACL. It might be handy for those who want to edit permissions on a PC registry key without opening regedit, but that's it.
Please don't post stuff like this in Dev&Hacking if you don't have any idea what it does. Also, please don't spam me with PMs about it. You've been here long enough that you should know better, even if my signature didn't specifically ask people not to waste my time that way. I have blocked you from messaging me.
You wasted my time...
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://schemas.microsoft.com/embedded/2004/10/ImageUpdate">
<Identity>
<Owner>Microsoft</Owner>
<Component>MS_SLAPI_UPDATER_FEATURE_PACK</Component>
<SubComponent>MainOS</SubComponent>
<Version Major="8" Minor="10" QFE="15154" Build="166" />
</Identity>
<ReleaseType>Production</ReleaseType>
<OwnerType>Microsoft</OwnerType>
<BuildType>Retail</BuildType>
<CpuType>ARM</CpuType>
<Partition>MainOS</Partition>
<GroupingKey>MS_SLAPI_UPDATER_FEATURE_PACK</GroupingKey>
<IsRemoval>false</IsRemoval>
<Files>
<FileEntry>
<FileType>Manifest</FileType>
<DevicePath>\Windows\Packages\DsmFiles\Microsoft.MS_SLAPI_UPDATER_FEATURE_PACK.MainOS.dsm.xml</DevicePath>
<CabPath>man.dsm.xml</CabPath>
<Attributes>Archive</Attributes>
<FileSize>3652</FileSize>
<CompressedFileSize>3652</CompressedFileSize>
<StagedFileSize>895</StagedFileSize>
</FileEntry>
<FileEntry>
<FileType>SecurityPolicy</FileType>
<DevicePath>\Windows\Packages\PolicyFiles\Microsoft.BaseOS.SLAPIUpdater.Feature.policy.xml</DevicePath>
<CabPath>2_Microso.xml</CabPath>
<Attributes>Archive</Attributes>
<SourcePackage>Microsoft.BaseOS.SLAPIUpdater.Feature</SourcePackage>
<FileSize>1063</FileSize>
<CompressedFileSize>1063</CompressedFileSize>
<StagedFileSize>635</StagedFileSize>
</FileEntry>
<FileEntry>
<FileType>Registry</FileType>
<DevicePath>\Windows\Packages\RegistryFiles\Microsoft.MS_SLAPI_UPDATER_FEATURE_PACK.MainOS.reg</DevicePath>
<CabPath>6_Microso.reg</CabPath>
<Attributes>Archive Compressed</Attributes>
<FileSize>5482</FileSize>
<CompressedFileSize>4096</CompressedFileSize>
<StagedFileSize>1245</StagedFileSize>
</FileEntry>
<FileEntry>
<FileType>Catalog</FileType>
<DevicePath>\Windows\System32\catroot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft.MS_SLAPI_UPDATER_FEATURE_PACK.MainOS.cat</DevicePath>
<CabPath>content.cat</CabPath>
<Attributes>Archive Compressed</Attributes>
<FileSize>5064</FileSize>
<CompressedFileSize>4096</CompressedFileSize>
<StagedFileSize>3307</StagedFileSize>
</FileEntry>
<FileEntry>
<FileType>Regular</FileType>
<DevicePath>\windows\System32\ETWSLAPIUpdater.dll</DevicePath>
<CabPath>3_ETWSLAP.dll</CabPath>
<Attributes>Archive Compressed</Attributes>
<SourcePackage>Microsoft.BaseOS.SLAPIUpdater.Feature</SourcePackage>
<FileSize>8192</FileSize>
<CompressedFileSize>4096</CompressedFileSize>
<StagedFileSize>727</StagedFileSize>
</FileEntry>
<FileEntry>
<FileType>Regular</FileType>
<DevicePath>\windows\System32\SLAPIUpdater.exe</DevicePath>
<CabPath>4_SLAPIUp.exe</CabPath>
<Attributes>Archive Compressed</Attributes>
<SourcePackage>Microsoft.BaseOS.SLAPIUpdater.Feature</SourcePackage>
<FileSize>36608</FileSize>
<CompressedFileSize>16384</CompressedFileSize>
<StagedFileSize>11970</StagedFileSize>
</FileEntry>
<FileEntry>
<FileType>Regular</FileType>
<DevicePath>\windows\System32\UpdateKernelCache.exe</DevicePath>
<CabPath>5_UpdateK.exe</CabPath>
<Attributes>Archive Compressed</Attributes>
<SourcePackage>Microsoft.BaseOS.SLAPIUpdater.Feature</SourcePackage>
<FileSize>57648</FileSize>
<CompressedFileSize>36864</CompressedFileSize>
<StagedFileSize>30446</StagedFileSize>
</FileEntry>
</Files>
</Package>
Reg file inside executable:
Windows Registry Editor Version 5.00
; RegistrySource=Microsoft.BaseOS.SLAPIUpdater.Feature.reg
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\{6D00F5E7-D43C-42A7-87A9-166745D22A21}]
@="Microsoft-WindowsPhone-SLAPIUpdater"
"Enabled"=dword:00000001
;Value:C:\windows\System32\ETWSLAPIUpdater.dll
"MessageFileName"=hex(2):43,00,3A,00,5C,00,77,00,69,00,6E,00,64,00,6F,00,77,00,73,00,5C,00,53,00,79,00,73,00,74,00,65,00,6D,00,33,00,32,00,5C,00,\
45,00,54,00,57,00,53,00,4C,00,41,00,50,00,49,00,55,00,70,00,64,00,61,00,74,00,65,00,72,00,2E,00,64,00,6C,00,6C,00,00,00
;Value:C:\windows\System32\ETWSLAPIUpdater.dll
"ResourceFileName"=hex(2):43,00,3A,00,5C,00,77,00,69,00,6E,00,64,00,6F,00,77,00,73,00,5C,00,53,00,79,00,73,00,74,00,65,00,6D,00,33,00,32,00,5C,00,\
45,00,54,00,57,00,53,00,4C,00,41,00,50,00,49,00,55,00,70,00,64,00,61,00,74,00,65,00,72,00,2E,00,64,00,6C,00,6C,00,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\WMI\Autologger\WinPhoneCritical\{6D00F5E7-D43C-42A7-87A9-166745D22A21}]
"Enabled"=dword:00000001
"EnableLevel"=dword:00000004
;Value:0X0000000000000005
"MatchAnyKeyword"=hex(b):05,00,00,00,00,00,00,00
; RegistrySource=Microsoft.BaseOS.SLAPIUpdater.Schedule.reg
[HKEY_LOCAL_MACHINE\Software\Microsoft\WPTaskScheduler\{1A6FC98F-6F1F-427A-8059-F51F520BAAF7}]
"Schedule"=hex:01,10,08,00,CC,CC,CC,CC,B0,01,00,00,00,00,00,00,00,00,02,00,01,00,00,00,04,00,02,00,2E,06,02,00,00,00,18,00,00,00,00,00,\
00,00,00,00,0F,27,0C,00,00,00,1F,00,00,00,00,00,00,00,00,00,FF,FF,FF,FF,08,00,02,00,28,00,02,00,00,00,00,00,8F,C9,6F,1A,\
1F,6F,7A,42,80,59,F5,1F,52,0B,AA,F7,01,01,00,00,00,00,00,00,22,00,00,00,42,00,61,00,73,00,65,00,4F,00,53,00,5F,00,54,00,\
61,00,73,00,6B,00,50,00,72,00,6F,00,76,00,69,00,73,00,69,00,6F,00,6E,00,5F,00,53,00,4C,00,41,00,50,00,49,00,55,00,70,00,\
64,00,61,00,74,00,65,00,72,00,00,00,02,00,02,00,0C,00,02,00,01,00,00,00,03,00,00,00,10,00,02,00,03,00,00,00,01,00,01,00,\
14,00,02,00,01,00,01,00,1C,00,02,00,01,00,01,00,24,00,02,00,75,90,BC,A3,22,1D,C6,41,02,00,00,00,04,00,00,00,18,00,02,00,\
00,00,00,00,00,00,00,00,04,00,00,00,00,00,00,00,75,38,BC,A3,3E,06,8A,41,02,00,00,00,04,00,00,00,20,00,02,00,00,00,00,00,\
00,00,00,00,04,00,00,00,00,00,00,00,75,50,BC,A3,3E,06,8A,41,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,2C,00,02,00,30,00,02,00,00,00,00,00,30,00,00,00,00,00,00,00,30,00,00,00,25,00,73,00,79,00,73,00,74,00,65,00,\
6D,00,64,00,72,00,69,00,76,00,65,00,25,00,5C,00,77,00,69,00,6E,00,64,00,6F,00,77,00,73,00,5C,00,73,00,79,00,73,00,74,00,\
65,00,6D,00,33,00,32,00,5C,00,53,00,4C,00,41,00,50,00,49,00,55,00,70,00,64,00,61,00,74,00,65,00,72,00,2E,00,65,00,78,00,\
65,00,00,00,00,00,00,00

Categories

Resources