Sep
26
2009

Customizing Titanium Functionality and Plugins Order

by Mr. Makk

Many times it would have happened that you dont like to see some of the titanum plugins on your screen and they just take the space for no reason. Then you got to install a customizing application and remove them. No need to do it cause if you wish that some of the Titanium Plugins are Disabled by default then all you need to do is add the Disbale Reg Key and Value it to 1 under their respective Registry Keys.

Here is my Topaz Rom’s Titanium-

Ahen Topaz Series

Disabling and Enabling Plugins

For Example in my Roms its something like this. I just use pictures, music, clock so need to disable others. Fot this i add the Disable Function to all the plugins that i do not require. Like below:

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CWelcomeCenter]

“Disabled”=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CHomeFavs]

“Disabled”=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CAppointments]

“Disabled”=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CEmail]

“Disabled”=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CText]

“Disabled”=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CVoicemail]

“Disabled”=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CPhone]

“Disabled”=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CWindowsLive]

“Disabled”=dword:00000001

Changing the Order in which the Plugins are Displayed:

Now if you wish to change the order of these plugins by default then mention the order under below registry in accending order from left to right.

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome]

“DefaultXML”=”<Plugins Order=\”CMyPhotos;CMusic;CWelcomeCenter;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments;CHomeFavs;CWindowsLive\”  CPRFileName=\”Titanium\” DisplayStyle=\”Titanium\” />”

“Plugins”=”CMyPhotos;CMusic;CWelcomeCenter;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments;CHomeFavs;CWindowsLive”

“ExtensibilityXML”=”<Plugins Order=\”CMyPhotos;CMusic;CWelcomeCenter;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments;CHomeFavs;CWindowsLive\”  CPRFileName=\”Titanium\” DisplayStyle=\”Titanium\” />”

This Registry will have Photos on top then Music, Welcome Screen, theron. Just move them left to right as per your Requirement. Avoid changing the CRP values if you dont know about them.

Changing the SoftKey Button Mapping for main Clock Plugin:

As already discussed if you wish to change the left and right softkey buttons then change the following registries.

[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome]

“SK1TEXT”=”Contacts

“SK1URL”=”:MSCONTACTS

“SK2TEXT”=”Action

“SK2URL”=”\\Windows\\Start Menu\\Programs\\Utility\\Contacts.lnk

SK1TEXT – Is the name of the key you want to keep, SK1URL – Is the location of the application that you want to install on that key. SK1 represents left SoftKey and SK2 represents Right SoftKey

Previous post:

Next post:


Copyright ©2009, TechParaiso.com, Technology Paradise. Based on Thesis Theme. Designed by TechParaiso.
Articles here should not be reproduced anywhere else without Permission.