Jump to content

Neo Titanium


Guest blazingwolf

Recommended Posts

Guest nollie

I'm having an issue with MultiClock not displaying after installing the theme.

I initially installed Mortsctript, followed by MultiClock and the other Plugins, followed by the Neo skin. All other plugins display without any problems, though MultiClock does not display at all.

I then uninstalled Neo, Mortscript and MultiClock. Then reinstalled MultiClock, followed by Mortscript (as XDA forum indicated) then Neo but still to no success.

I may have a incompatible MultiClock plugin possibly with this skin, which I downloaded from the 'WM 6.5 Goodies' thread. Titled 'Genix9_CMultiClock_0.6_WQVGA.cab'

If this is not the correct version, please can someone point me in the right direction, or help out with solving this issue? Many thanks.

Link to comment
Share on other sites

Guest blazingwolf
I'm having an issue with MultiClock not displaying after installing the theme.

I initially installed Mortsctript, followed by MultiClock and the other Plugins, followed by the Neo skin. All other plugins display without any problems, though MultiClock does not display at all.

I then uninstalled Neo, Mortscript and MultiClock. Then reinstalled MultiClock, followed by Mortscript (as XDA forum indicated) then Neo but still to no success.

I may have a incompatible MultiClock plugin possibly with this skin, which I downloaded from the 'WM 6.5 Goodies' thread. Titled 'Genix9_CMultiClock_0.6_WQVGA.cab'

If this is not the correct version, please can someone point me in the right direction, or help out with solving this issue? Many thanks.

That version of CMultiClock has not been changed to the Neo theme. Plus it is old. Use the newer version I have put in the 2nd post of this thread. You can install it after you install the other cab files.

Link to comment
Share on other sites

Guest Mothamoz
Hmm. Try an uninstall and then reinstall it? I haven't had an issue like this so far.

okay, just did, still not working. also reinstalled mortscript, didnt do anything for me either :)

Link to comment
Share on other sites

Guest Mothamoz
blazingwolf: your Neo Titanium is very excellent. And your ROM with it has made a heretofore impossible to make happy Omnia user happy...you are as a god! lol

Mothamoz: I was having that issue with cNitrogen and Nitrogen on my Touch Pro (regular Titanium), and I ended up reflashing, then installing Nitrogen, then installing cNitrogen, and it fixed it.

Not sure what exactly caused it to not work...I messed with the cNitrogen registry, the mscr files, everything. I think something probably just goes haywire for no apparent reason, but since the reflash, it has been running like a dream.

The good kind of dream, not the creepy kind. :)

Thanks, i reflashed yesterday evening but... still not working ;)

damn.

Link to comment
Share on other sites

Guest blazingwolf
Here is CComm for Neo :D portrait and landscape.

The icons change color according if you are connected or not!

Thanks blazing for all the effort you put into.

Thanks Sector. Looks really nice. :angry:

Link to comment
Share on other sites

Guest sector

Made also some modifs on weather. Now it shows the real temp icon and text even if you are not focused on the panel.

Just replace this in Titanium 240 and 400 cprs:

Find TitaniumWeatherCondensed:

and replace with this:

<Layer ID="TitaniumWeatherCondensed" Visible="False" Width="400" Height="40" Clip="False">

<!--Icon Image-->

<Image ID="CurrentIcon" Left="0" Top="0" Width="55" Height="55" ScaleStyle="Stretch" />

<Text ID="PluginLabel" Left="5" Top="45" Width="100" Height="34" FontFamily="Segoe UI" FontSize="8" 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>

post-150032-1250467540_thumb.jpg

post-150032-1250467547_thumb.jpg

Link to comment
Share on other sites

Guest monyozt

tq sector.. will try ASAP.. can i edit the cpr file with notepad++? or do i need especial tools?

edit:

im try to edit with notepadd++ but failed :D

can u teach me?

Edited by monyozt
Link to comment
Share on other sites

Guest blazingwolf
Made also some modifs on weather. Now it shows the real temp icon and text even if you are not focused on the panel.

Just replace this in Titanium 240 and 400 cprs:

Find TitaniumWeatherCondensed:

and replace with this:

<Layer ID="TitaniumWeatherCondensed" Visible="False" Width="400" Height="40" Clip="False">

<!--Icon Image-->

<Image ID="CurrentIcon" Left="0" Top="0" Width="55" Height="55" ScaleStyle="Stretch" />

<Text ID="PluginLabel" Left="5" Top="45" Width="100" Height="34" FontFamily="Segoe UI" FontSize="8" 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>

I placed this in the CPR files and it breaks the panel. I have made sure that the weather is updated but nothing.

I also tried adding this in to the new code:

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

	</Layer>

This gets the panel working again but no condensed icon is showing.

Link to comment
Share on other sites

Guest sector

Hey bw try this one :D

  <Layer ID="TitaniumWeatherCondensed" Clip="False" Width="240" Height="40" Visible="False">

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

		  <Image ID="CurrentIcon" Left="0" Top="0" Width="55" Height="55" ScaleStyle="Stretch" />

		<Text ID="PluginLabel" Left="5" Top="45" Width="100" Height="34" FontFamily="Segoe UI" FontSize="8" 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>

This works for me at least and i dont have any probs

Link to comment
Share on other sites

Guest sector
tq sector.. will try ASAP.. can i edit the cpr file with notepad++? or do i need especial tools?

edit:

im try to edit with notepadd++ but failed :D

can u teach me?

you dont need any special tools. you can edit it with notepad.

it is handled as a text file.

Link to comment
Share on other sites

Guest monyozt
Hey bw try this one :D

  <Layer ID="TitaniumWeatherCondensed" Clip="False" Width="240" Height="40" Visible="False">

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

		   <Image ID="CurrentIcon" Left="0" Top="0" Width="55" Height="55" ScaleStyle="Stretch" />

		 <Text ID="PluginLabel" Left="5" Top="45" Width="100" Height="34" FontFamily="Segoe UI" FontSize="8" 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>

This works for me at least and i dont have any probs

ok bro i'll try

Link to comment
Share on other sites

Guest monyozt
I think it's because you installed Neo Titanium then installed the COffice panel afterwards. Trying doing it the other way around, worked for me when CLinks looked weird like that.

ok.. problem sloves. instan office plugins then neo titabium... :D

Link to comment
Share on other sites

Guest blazingwolf
ok.. problem sloves. instan office plugins then neo titabium... ;)

Great. :D

I've been working on the next version and you will not need to install COffice before as it will be included in the main cab. I still have to work some of the other panels in before I can release the next version. :angry:

Link to comment
Share on other sites

Guest monyozt
Great. :D

I've been working on the next version and you will not need to install COffice before as it will be included in the main cab. I still have to work some of the other panels in before I can release the next version. :angry:

ok mate... g8 job ;)

hope you make facebook pannel for facebook lovers ;)

Link to comment
Share on other sites

Guest Koofteh
Great. :D

I've been working on the next version and you will not need to install COffice before as it will be included in the main cab. I still have to work some of the other panels in before I can release the next version. :angry:

Are you going to be changing the weather panel to the one Sector made?

Because I personally prefer the static icons since the new ones Sector (very kindly) made for us are a little larger than the rest and look weird to those of us who have OCD. ;)

Link to comment
Share on other sites

Guest blazingwolf
Are you going to be changing the weather panel to the one Sector made?

Because I personally prefer the static icons since the new ones Sector (very kindly) made for us are a little larger than the rest and look weird to those of us who have OCD. :angry:

I do like the addition he made. :D So I probably will.

Link to comment
Share on other sites

Guest Michelle My Belle
Great. :D

I've been working on the next version and you will not need to install COffice before as it will be included in the main cab. I still have to work some of the other panels in before I can release the next version. :angry:

Hi BW,

Will Neo Titanium weather feature as part of the main cab or will you be making a separate cab with Sector's additions?

Sector's additions look v.cool - my oppinion though ;)

Edited by Michelle My Belle
Link to comment
Share on other sites

Guest blazingwolf
Hi BW,

Will Neo Titanium weather feature as part of the main cab or will you be making a separate cab with Sector's additions?

Sector's additions look v.cool - my oppinion though :D

It might be best to keep it separate. That way the people that don't like it can leave it out.

Link to comment
Share on other sites

Guest Michelle My Belle
It might be best to keep it separate. That way the people that don't like it can leave it out.

;)

Excellent choice...

I must say, that M$ must be aware of 'Neo' (they'll have plenty of folks trawling these sites) and are probably wondering, why they didn't we think of that!!!

Neo, is the 'eye candy' M$ forgot - oh well there's still time for them to pretty it up up a bit... :D :angry:

Michelle

Link to comment
Share on other sites

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.