Jump to content

[WM6.5 Omnia 2] Solved!: How to enable new panels to the new WM6.5 plugin screen (Titanium)?


Recommended Posts

Guest dgmorland
Posted (edited)
You can install any ready-made Titanium theme cab (refer to your post #2 on 1st page) out there to overwrite the Samsung modified CHome into pure Titanium CHome, however you will lost the use of all the Samsung modified "S" panels.

I'm quite sure if you copy/paste script for "S" panels into the Titanium CPR, you maybe able to use some of the panels.

@chairokun see http://www.modaco.com/index.php?s=&sho...t&p=1092402 for how I got around that problem

Edited by dgmorland
Guest unholygid2006
Posted

Anyone experienced CwindowsLive disappeared from today page after using "Clean" & scanning / fixing Invalid Registry values by SKTools?

Guest playzzx
Posted

yeah.. mine disappeared as well, after using Chome editor.. :D

Posted
Anyone experienced CwindowsLive disappeared from today page after using "Clean" & scanning / fixing Invalid Registry values by SKTools?

u can try to fix it by edit regisry, HKLM>software>microsoft>Chome>windows live>disabled value should be 0.

Guest unholygid2006
Posted (edited)
u can try to fix it by edit regisry, HKLM>software>microsoft>Chome>windows live>disabled value should be 0.

Done that, I even tried reinstalling windows live but still no luck. Anyway thanks a lot for reply. I think i can still can live without windows life on today screen. :D

Just curious on how to enable it again.

post-530494-1256348027_thumb.png

post-530494-1256348035_thumb.png

post-530494-1256348044_thumb.png

Edited by unholygid2006
Guest sys_error
Posted

1. Go delete that whole "Disabled" entry from HKLM > software > microsoft > Chome > windows live > disabled.

2. Wait 30 secs and soft reset.

3. Disable and enable "Windows Default" in Today.

That is what i did when my Windows Live MIA from my screen the first time, now want it to MIA only can only use CHome Editor.

Guest unholygid2006
Posted
1. Go delete that whole "Disabled" entry from HKLM > software > microsoft > Chome > windows live > disabled.

2. Wait 30 secs and soft reset.

3. Disable and enable "Windows Default" in Today.

That is what i did when my Windows Live MIA from my screen the first time, now want it to MIA only can only use CHome Editor.

Hi sys_error thank you very much for your fast reply. I tried your method still doesn't work. I think i have to hard reset and install everything then delete the registry before windows live disappear from chrome.

Anyway thank you very much :D

post-530494-1256355976_thumb.png

post-530494-1256355984_thumb.png

Guest unholygid2006
Posted

Hey guys,

why not let this info add to tacchan's fags and tips as well? I think this information is really useful for those who like the Titanium screen.

Guest monyozt
Posted (edited)

hi there.. i install this pannel "Titanium Notifications v1.3.cab"

then edit using this script

<!-- Notification templates -->

  <Layer ID="NotificationExpanded" Visible="False" Width="480" Height="164" Clip="False">

	<Layer ID="Page" Clip="False">

	  <!-- Large picture in upper right -->

	  <Image ID="Image 1" Left="386" Top="-26" Width="86" Height="114" />

	  <!-- Title text -->

	  <Text ID="Text 1" Left="35" Top="28" Width="270" Height="42" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">

		<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

	  </Text>

	  <Layer ID="TextPanel">

		<!-- Line 1 -->

		<Text ID="Text 1" Left="200" Top="15" Width="180" Height="60" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="True" VerticalAlignment="Top" HorizontalAlignment="Right" Trimming="EllipsisCharacter">

		  <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		  <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

		</Text>

		<!-- Icon for Line 1 not currently used -->

		<!-- Line 2 -->

		<Text ID="Text 2" Left="35" Top="56" Width="270" Height="30" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">

		  <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		  <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

		</Text>

		<Text ID="Text 3" Left="35" Top="84" Width="400" Height="100" FontFamily="Tahoma" FontSize="8" FontStyle="Regular" Wrap="True" VerticalAlignment="Top" Trimming="EllipsisCharacter">

		  <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		  <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

		</Text>

		<!-- Text 4 and 5 used for "two line" layout -->

		<Text ID="Text 4" Left="35" Top="56" Width="270" Height="62" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">

		  <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		  <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

		</Text>

		<!-- Line 5 -->

		<Text ID="Text 5" Left="35" Top="84" Width="270" Height="30" FontFamily="Tahoma" FontSize="8" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">

		  <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		  <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

		</Text>

		<!-- Text 6 used for "single line" layout -->

		<Text ID="Text 6" Left="35" Top="56" Width="270" Height="42" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">

		  <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		  <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

		</Text>

	  </Layer>

	</Layer>

  </Layer>

  <Layer ID="NotificationCondensed" Visible="False" Width="480" Height="68">

	<Layer ID="Page" Clip="False">

	  <!-- Title used to display No Notifications-->

	  <Text ID="Text 1" Left="20" Top="16" Width="440" Height="68" FontFamily="Tahoma" FontSize="18" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">

		<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

	  </Text>

	  <!-- Series of image & text pairs -->

	  <Image ID="Image 1" Left="20" Top="16" Width="51" Height="68" ScaleStyle="Fit" />

	  <Text ID="Text 2" Left="80" Top="20" Width="51" Height="68" FontFamily="Tahoma" FontSize="14" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">

		<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

	  </Text>

	  <Image ID="Image 2" Left="130" Top="16" Width="51" Height="68" ScaleStyle="Fit" />

	  <Text ID="Text 3" Left="190" Top="20" Width="51" Height="68" FontFamily="Tahoma" FontSize="14" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">

		<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

	  </Text>

	  <Image ID="Image 3" Left="240" Top="16" Width="51" Height="68" ScaleStyle="Fit" />

	  <Text ID="Text 4" Left="300" Top="20" Width="51" Height="68" FontFamily="Tahoma" FontSize="14" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">

		<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

	  </Text>

	  <Image ID="Image 4" Left="350" Top="16" Width="51" Height="68" ScaleStyle="Fit" />

	  <Text ID="Text 5" Left="410" Top="20" Width="51" Height="68" FontFamily="Tahoma" FontSize="14" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">

		<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0" />

		<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />

	  </Text>

	</Layer>

  </Layer>

but this pannel doesn't show on the chome editor. but show on today titanium paneel. did i make something wrong?

because i want to put this pannel on the 3rd row.. but on chome editor this pannel doesn't show.... hlp please...

Edited by monyozt
Guest unholygid2006
Posted

I used the CPR file provided in the first post. Then installed panel into my device and then soft reset. Then configure using chrome editor.

Guest monyozt
Posted
I used the CPR file provided in the first post. Then installed panel into my device and then soft reset. Then configure using chrome editor.

yup already do it.. but still not shown on Chome.. now Cnotification pannel on the bottom as i want to put it on the 3rd row...

Guest unholygid2006
Posted

Use chrome editor to move the panel up.

Remember to disable titanium on today screen first. Then go chrome editor to move the panel up. Tap save and re enable titanium.

Guest monyozt
Posted
Use chrome editor to move the panel up.

Remember to disable titanium on today screen first. Then go chrome editor to move the panel up. Tap save and re enable titanium.

as i said before, Cnotification not shown on CHome so i can't move up or down

Guest emperorben
Posted
as i said before, Cnotification not shown on CHome so i can't move up or down

Hi monyozt, not sure if I understood your issue correctly. In CHome Editor, Titanium Notifications panel is labelled as "CHome". You have to move the "CHome" panel to the top.

Guest sys_error
Posted
Hi sys_error thank you very much for your fast reply. I tried your method still doesn't work. I think i have to hard reset and install everything then delete the registry before windows live disappear from chrome.

Anyway thank you very much :D

I used a proper Registry Editor to delete the entry; you cannot use CHome Editor to delete entry from registry, no wonder you cant get it working.

Guest monyozt
Posted
Hi monyozt, not sure if I understood your issue correctly. In CHome Editor, Titanium Notifications panel is labelled as "CHome". You have to move the "CHome" panel to the top.

ok i'll check latter.. still on yhe charge :P

1hours left :D

Guest unholygid2006
Posted
I used a proper Registry Editor to delete the entry; you cannot use CHome Editor to delete entry from registry, no wonder you cant get it working.

I used SK tools to delete the registry. Still the same. Cant manage to get cwindowslive on ><

Guest emperorben
Posted

1st post updated with mega SPlugins_480x800.CPR containing codes for most of the popular panels.

Guest monyozt
Posted
Hi monyozt, not sure if I understood your issue correctly. In CHome Editor, Titanium Notifications panel is labelled as "CHome". You have to move the "CHome" panel to the top.

wow... it works.. thanks friend....

Posted
1st post updated with mega SPlugins_480x800.CPR containing codes for most of the popular panels.

Good updates on the first page..

Much clearer to follow now. And thanks for the comprehensive CPR file..

Cheers bro

Guest twit_xp
Posted

Hi

When i try to override the default SPlugins_480x800.cpr with the one provided in the first post, resco explorer is telling me the file already exists. When i try deleting it altogether, it says file is in rom and cant be deleted :D

Anyone facing the same issues?

Posted
Hi

When i try to override the default SPlugins_480x800.cpr with the one provided in the first post, resco explorer is telling me the file already exists. When i try deleting it altogether, it says file is in rom and cant be deleted :D

Anyone facing the same issues?

In Resco Explorer go to Menu > Options > General > Browser > Untick "Option 1 until 4"

Then still in Resco Explorer, search for "SPlugins_480x800" or go to Windows and find your Splugins_480x800

Then tap and hold, go to the end choose "properties", untick Read-Only..

After that, try to overwrite it again..

Hopefully it works..

Cheers

Guest JoJo.IT
Posted (edited)
Hi Giovanni,

Saw your pm. Are you refering to the start menu and taskbar?

Here is the wallpaper, startmenu and taskbar. Hope its what you want.

I'll upload the Black taskbar tomorrow.

Black taskbar

http://www.mediafire.com/file/y1yvj4tnbdd/Brians Taskbar_2.cab

Hello Unholygid, thank u for the answer but what I mean is the popup style:

post-430992-1256830516_thumb.png

Mine is totally different and much much huglier... (not skinned buttons, black background, blue title)...

It is a skin or a custom setting?

Ciao!

Giovanni

Edited by JoJo.IT

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.