Jump to content

UPDATE 12.09.2010 ++SKIN++ TITANIUM "NeoMix Dark" WVGA & WQVGA RC ++ 6.5.3 & 6.5 ++


Recommended Posts

Guest CrescendoFire
Posted (edited)

Hi my friend,

This is the blank part of the TBR skin I mentioned above... This screenshot was taken from your previous post above... (attached first screenshot)

EDIT: Nvm, I already fixed that... Seems that the portrait CPR file missed some code:

			<!-- Digital Clock Alarm on/off -->

	  <Image ID="Alarm" Left="38" Top="-102" Width="120" Height="27" ScaleStyle="Fit" Clip="False" />

	  <!-- Analog Clock Background -->

	  <Image ID="analogBg" Left="262" Top="-408" Width="214" Height="214" />

 	  <!-- Analog Clock Date Images -->

	  <Image ID="analogDl" Left="262" Top="-408" Width="214" Height="214" />

	  <Image ID="analogDr" Left="262" Top="-408" Width="214" Height="214" />
I noticed that the landscape TBR clock skin is OK so I manually edit the CPR and match it with the portrait skin... But, one issue, seems like those analog image interfering the Digital Clock Background and the Wifi icon... (attached second screenshot) And regarding the use of Samsung's Clock for alarm, here's the modified script from yours. I put that in startup folder as Alarm.mscr and deleted that entry in your NeoMix.mscr (because if I put that modification in your NeoMix.mscr it won't update the alarm state no matter what. Hope you can fix that... ^^). And IT'S WORKING PERFECTLY!! It shows "Alarm On" whenever I enable alarm in Samsung's Clock...
#Get startup registry settings

SkinIcons=RegRead("HKLM","Software\Microsoft\CHome\CNeoMix\Settings","SkinIcons")

SkinDigital=RegRead("HKLM","Software\Microsoft\CHome\CNeoMix\Settings","SkinDigital")

SkinAnalog=RegRead("HKLM","Software\Microsoft\CHome\CNeoMix\Settings","SkinAnalog")

ClockState=RegRead("HKLM","Software\Microsoft\CHome\CNeoMix\Settings","ClockState")


While(1)

   If (RunCounter=10)

	  Call ("DoAlarm")

	  RunCounter=1

   Endif

   RunCounter=RunCounter+1

   Sleep(4000)

EndWhile


Sub DoAlarm

   # Update alarm

   Alarm0=RegRead("HKCU","Software\Samsung\Clock\Alarm\1048577","Use")

   Alarm1=RegRead("HKCU","Software\Samsung\Clock\Alarm\1048578","Use")

   Alarm2=RegRead("HKCU","Software\Samsung\Clock\Alarm\1048579","Use")

   AlarmState=( Alarm0 + Alarm1 + Alarm2 )

   If(AlarmState <> 0)

	  RegWriteString("HKLM","Software\Microsoft\CHome\CNeoMix\Page1","Alarm",SkinIcons&"AlarmOn.png")

   ElseIf(AlarmState = 0)

	  RegWriteString("HKLM","Software\Microsoft\CHome\CNeoMix\Page1","Alarm",SkinIcons&"AlarmOff.png")

   EndIf

EndSub

The bolded part of this: Alarm0=RegRead("HKCU","Software\Samsung\Clock\Alarm\1048577","Use") is relative to the registry, since we can make unlimited alarm entry to Samsung's Clock.. Can you implement script that can read those value, how many alarm entry are there, and update the script automatically?

Cheers,

Crescendo

post-681239-1283132051_thumb.png

post-681239-1283145757_thumb.png

Edited by CrescendoFire
Guest sv0911
Posted (edited)
I've made file for poland with Weather Locations for your Titanium Weather.

Dziękuję bardzo my Friend..!!!

Great work and a big thanks for your

contribution and your feedback to this thread..!!! :huh:

Im sure that a lot of people have much use for it..!!

I will attach this post on first page on this thread..!! ;)

Greetings

sv0911

Edited by sv0911
Guest sv0911
Posted (edited)
Hi my friend,

This is the blank part of the TBR skin I mentioned above... This screenshot was taken from your previous post above... (attached first screenshot)

EDIT: Nvm, I already fixed that... Seems that the portrait CPR file missed some code:

			<!-- Digital Clock Alarm on/off -->

	  <Image ID="Alarm" Left="38" Top="-102" Width="120" Height="27" ScaleStyle="Fit" Clip="False" />

	  <!-- Analog Clock Background -->

	  <Image ID="analogBg" Left="262" Top="-408" Width="214" Height="214" />

 	  <!-- Analog Clock Date Images -->

	  <Image ID="analogDl" Left="262" Top="-408" Width="214" Height="214" />

	  <Image ID="analogDr" Left="262" Top="-408" Width="214" Height="214" />
I noticed that the landscape TBR clock skin is OK so I manually edit the CPR and match it with the portrait skin... But, one issue, seems like those analog image interfering the Digital Clock Background and the Wifi icon... (attached second screenshot) And regarding the use of Samsung's Clock for alarm, here's the modified script from yours. I put that in startup folder as Alarm.mscr and deleted that entry in your NeoMix.mscr (because if I put that modification in your NeoMix.mscr it won't update the alarm state no matter what. Hope you can fix that... ^^). And IT'S WORKING PERFECTLY!! It shows "Alarm On" whenever I enable alarm in Samsung's Clock...
#Get startup registry settings

SkinIcons=RegRead("HKLM","Software\Microsoft\CHome\CNeoMix\Settings","SkinIcons")

SkinDigital=RegRead("HKLM","Software\Microsoft\CHome\CNeoMix\Settings","SkinDigital")

SkinAnalog=RegRead("HKLM","Software\Microsoft\CHome\CNeoMix\Settings","SkinAnalog")

ClockState=RegRead("HKLM","Software\Microsoft\CHome\CNeoMix\Settings","ClockState")


While(1)

   If (RunCounter=10)

	  Call ("DoAlarm")

	  RunCounter=1

   Endif

   RunCounter=RunCounter+1

   Sleep(4000)

EndWhile


Sub DoAlarm

   # Update alarm

   Alarm0=RegRead("HKCU","Software\Samsung\Clock\Alarm\1048577","Use")

   Alarm1=RegRead("HKCU","Software\Samsung\Clock\Alarm\1048578","Use")

   Alarm2=RegRead("HKCU","Software\Samsung\Clock\Alarm\1048579","Use")

   AlarmState=( Alarm0 + Alarm1 + Alarm2 )

   If(AlarmState <> 0)

	  RegWriteString("HKLM","Software\Microsoft\CHome\CNeoMix\Page1","Alarm",SkinIcons&"AlarmOn.png")

   ElseIf(AlarmState = 0)

	  RegWriteString("HKLM","Software\Microsoft\CHome\CNeoMix\Page1","Alarm",SkinIcons&"AlarmOff.png")

   EndIf

EndSub

The bolded part of this: Alarm0=RegRead("HKCU","Software\Samsung\Clock\Alarm\1048577","Use") is relative to the registry, since we can make unlimited alarm entry to Samsung's Clock.. Can you implement script that can read those value, how many alarm entry are there, and update the script automatically?

Cheers,

Crescendo

Terima kasih my Friend...!!

A big thanks to you..!!

There are still little bugs in the skin because it is a pilotproject.. :huh:

Since the last days we working on the skin fulltime.. and will soon

release a huge update with improvements and some new stuff....!!! :(

I´m (we are) glad that you and our other friends here like this skin that much..!!

This is giving us even more motivation to continue with this skin and also for sure

come up with new creations..!!!!!!

Great work my Friend..!!!

I will of course also post your work on page #1 of this thread...!!!!!

Greetings

sv0911

Btw.: I realy like your wallpaper..!! If you like to share it with us, i´m

sure many users will appreciate it..!! ;)

Edited by sv0911
Guest sv0911
Posted
I've splited ChomeWeather Location Database.txt file into separate files for others countries.

Hi again my friend,

and "thanks" again..!!! :huh:

Great work pal..!!!!

I placed it also on page #1 on this thread..!!!

Greetings

sv0911

Guest CrescendoFire
Posted (edited)
Terima kasih my Friend...!!

A big thanks to you..!!

There are still little bugs in the skin because it is a pilotproject.. :huh:

Since the last days we working on the skin fulltime.. and will soon

release a huge update with improvements and some new stuff....!!! :D

I´m (we are) glad that you and our other friends here like this skin that much..!!

This is giving us even more motivation to continue with this skin and also for sure

come up with new creations..!!!!!!

Great work my Friend..!!!

I will of course also post your work on page #1 of this thread...!!!!!

Greetings

sv0911

Btw.: I realy like your wallpaper..!! If you like to share it with us, i´m

sure many users will appreciate it..!! ;)

Du bist mein Freund willkommen... ^^

Hi my friend,

I hope that I can help you improving this theme and make this theme the BEST THEME in WinMo world.... ^^

Thank you my friend... ^^

Btw, I hope that I can route the CHome's message tab to jInbox and share with you... Since it always open the default WinMo SMS when viewing SMS/MMS... I already change the :MSINBOX to jInbox.exe but no luck.... I'll try another method...

Yup, here's the wallpaper... Attached the portrait and landscape, and also the original desktop version... ^^

I'm happy to share it with you... It's from ALIENWARE site 3 years ago, but now it's nowhere to be found on the net... :(

Can't wait for your update.... ^^

KEEP UP THE GOOD WORK my friend!!! ^^

Cheers,

Crescendo

stwater_480_800.bmp

stwater_800_480.bmp

post-681239-1283233385_thumb.jpg

Edited by CrescendoFire
Guest sv0911
Posted
Du bist mein Freund willkommen... ^^

Hi my friend,

I hope that I can help you improving this theme and make this theme the BEST THEME in WinMo world.... ^^

Thank you my friend... ^^

Btw, I hope that I can route the CHome's message tab to jInbox and share with you... Since it always open the default WinMo SMS when viewing SMS/MMS... I already change the :MSINBOX to jInbox.exe but no luck.... I'll try another method...

Yup, here's the wallpaper... Attached the portrait and landscape, and also the original desktop version... ^^

I'm happy to share it with you... It's from ALIENWARE site 3 years ago, but now it's nowhere to be found on the net... :D

Can't wait for your update.... ^^

KEEP UP THE GOOD WORK my friend!!! ^^

Cheers,

Crescendo

Big thanks for sharing Bro..!!!!!!

and hi again... :huh:

It would be great if you get it to run with jInbox because i know that its realy tricky to fix it... :D

You are very welcome...!!!!!!!!!!!!!!!!!!!!!

Let me know how it goes..... ;) :(

Greetings

sv0911

Guest sv0911
Posted (edited)

TO ALL OUR FRIENDS WHO LIKE TO USE THE SKIN......

Please,

!! Be always careful with editing any mscr or cpr, unless you know exactly how to do it,

because otherwise it makes it a little hard for us to find the issue and to give you "quick" support..!!

The best way before changing anything at the skin by yourself is to ask if we maybe can help you...!!! :huh:

Please make also sure that you realy read carefully the first and second post on this thread..!!

We also recommend to read also some of the other posts here on this thread because most of the members

here are good pal´s post-696397-1279365181.gifand most of them are also willing to help you too..!!

So please.........

make sure to explain with a few details what exactly not working for you..!!

You can for example mention which rom you are using, the steps you have done for installation or setup,

which language you are using on your rom, maybe also upload a screenshot with the issue and so on....

Greetings

sv0911

Edited by sv0911
Guest sv0911
Posted (edited)

To all our friends who are using non english roms..!!

We are working right now fulltime to improve the skin, also with

great new stuff and we are also working on solutions to get this skin running also

on non english roms... and in different resolutions.. Therefore we are working with

different kitchens and roms for trying out and testing different ways....!!!

So drop in every now and then... to check for updates...!

Greetings

sv0911

Edited by sv0911
Guest forelli
Posted
To all our friends who are using non english roms..!!

We are working right now fulltime to improve the skin, also with

great new stuff and we are also working on solutions to get this skin running also

on non english roms... and in different resolutions.. Therefore we are working with

different kitchens and roms for trying out and testing different ways....!!!

So drop in every now and then... to check for updates...!

Greetings

sv0911

Thank you very much for this skin to ALL the people who contributed to it, it looks very nice! I will try it on an HTC HD2 running WinMo 23569. I will report when the install completes.

f.

Guest CrescendoFire
Posted (edited)
Big thanks for sharing Bro..!!!!!!

and hi again... ;)

It would be great if you get it to run with jInbox because i know that its realy tricky to fix it... ;)

You are very welcome...!!!!!!!!!!!!!!!!!!!!!

Let me know how it goes..... :( :D

Greetings

sv0911

You're welcome... ^^

I'll give you link for great wallpapers: http://www.wizards.com/magic/Magazine/Down...oads/wallpapers

Hi again my friend... ^^

Yup, after some research, it seems that the Chome tab called some string that hardcoded in cmhome.dll. We'll see what can I do about this... Coz I really hate the M$ default... :D

[EDIT] Bro, could you please check on this old bug: post-681239-1282627183.jpg

I noticed that after updating RSS or Weather but cleared with Refresh Chome... But no more truncated top bar or missing icon, only those oversized background glitch... :huh:

Lil suggestion: How about the GPS icon and coordinate in the middle of CNeoMix extended skin... Coz the middle section is blank, below Alarm/Balance and above bottom box RSS and weather... It'll be nice... ^^

And I can't wait for your next release.... ^^

KEEP UP THE GOOD WORK My Friend!!!

Cheers,

Crescendo

post-681239-1283323563_thumb.png

Edited by CrescendoFire
Posted
You're welcome... ^^

I'll give you link for great wallpapers: http://www.wizards.com/magic/Magazine/Down...oads/wallpapers

Hi again my friend... ^^

Yup, after some research, it seems that the Chome tab called some string that hardcoded in cmhome.dll. We'll see what can I do about this... Coz I really hate the M$ default... ;)

[EDIT] Bro, could you please check on this old bug: post-681239-1282627183.jpg

I noticed that after updating RSS or Weather but cleared with Refresh Chome... But no more truncated top bar or missing icon, only those oversized background glitch... :huh:

Lil suggestion: How about the GPS icon and coordinate in the middle of CNeoMix extended skin... Coz the middle section is blank, below Alarm/Balance and above bottom box RSS and weather... It'll be nice... ^^

And I can't wait for your next release.... ^^

KEEP UP THE GOOD WORK My Friend!!!

Cheers,

Crescendo

Hi again bro..!!

Big thanks for your message on xda...!! :(

I answered there to your post....!!!!!

Great to have you also there on board too..!!!!!!!!

Btw. I realy like your new signatur and the avatar..!!!!! :D

Right now we are working fulltime attachment.php?attachmentid=394304&stc=1&d=1283497835 on the update...........

Greetings

sv0911

Guest kusikusi
Posted

can you please add a WQVGA version?

i wish i have it on my i900..

please.. :P

Posted
can you please add a WQVGA version?

i wish i have it on my i900..

please.. :P

Hi my friend,

we allready working on it..

Soon it will be released... :)

Greetings

sv0911

Guest Richard2204
Posted

Hi All,

I have installed this excellent program but I am still having difficulties adding program shortcuts, when I click on the "Add" button nothing happens, I have read through all 9 pages but still do not seem to be able to find the answer I am running a stock IJ6 ROM with win mobile 6.5 Build 5.2.21856

Any help would be greatly appreciated,

Regards

Richard

Guest CrescendoFire
Posted
Hi again bro..!!

Big thanks for your message on xda...!! :P

I answered there to your post....!!!!!

Great to have you also there on board too..!!!!!!!!

Btw. I realy like your new signatur and the avatar..!!!!! :(

Right now we are working fulltime attachment.php?attachmentid=394304&stc=1&d=1283497835 on the update...........

Greetings

sv0911

Hi bro,

Sorry for waiting for my reply... Coz I was offline the whole weekend yesterday.

Hehehehe... yup, I was there before when I still got my HTC Hermes, but O2 support is better here so I seldom open XDA-devs... hehehehe... :)

Thanks... ^^ And, where did you get those "penguin working fulltime" animation? Its so cute...!! Lovin' it... ^^

And I'll reply at XDA-devs... ^^

Cheers,

Crescendo

Guest honming
Posted
See attached for all codes

@sv, you might want to put it in your 1st post...

thx brother, i just need this! :P

Guest honming
Posted

hi sv0911,

your work is very impressive and perfect match with lite rom,

let me flash a lite rom and try it later :P

Guest CoLdFiSSioN
Posted

Hi guys, i have difficulties to enter my location code for the weather. I live in Kuala Lumpur, Malaysia and the code is MY015. But then if i enter this code, i couldnt get any update. Mind to teach me how to key in the region code? I also having difficulties to remove the added program. How to do so? thank you

Posted
hi sv0911,

your work is very impressive and perfect match with lite rom,

let me flash a lite rom and try it later :P

Hi my friend,

thanks for your response..!!!

Your very welcome... I recommend to wait a few days, because we are working right now

on a huge update for the next new version of the skin..!!!

Greetings

sv0911

Posted
Hi All,

I have installed this excellent program but I am still having difficulties adding program shortcuts, when I click on the "Add" button nothing happens, I have read through all 9 pages but still do not seem to be able to find the answer I am running a stock IJ6 ROM with win mobile 6.5 Build 5.2.21856

Any help would be greatly appreciated,

Regards

Richard

Hello Richard,

thanks for your feedback..!!

To add a new program, just tap on the add icon and hold it for some seconds, then

it will open the options page where you can choose ink or exe files like i explained

on page 1 at post #2..!!!

There you also will find some screenshots... :P

Greetings

sv0911

Posted
Hi guys, i have difficulties to enter my location code for the weather. I live in Kuala Lumpur, Malaysia and the code is MY015. But then if i enter this code, i couldnt get any update. Mind to teach me how to key in the region code? I also having difficulties to remove the added program. How to do so? thank you

Hi my friend,

thanks for the response..!!

To insert the location code you have to make sure

that it is exacly like this line below:

ASI|MYASI|MY|MY015|KUALA LUMPUR

Very important is also to use these signs: "|" between the ASI,MYASI and so on.. and absolutly not these: "/"

Sorry, little difficult for me to explain it in english... :P

Which program you like to remove..? Do you mean programs which you addet to the shortcutLabel..??

In this case just do the same steps which are explained on page 1 at post #2 for adding programs,

there you will find the options..!!

Greetings

sv0911

Guest CoLdFiSSioN
Posted (edited)
Hi my friend,

thanks for the response..!!

To insert the location code you have to make sure

that it is exacly like this line below:

ASI|MYASI|MY|MY015|KUALA LUMPUR

Very important is also to use these signs: "|" between the ASI,MYASI and so on.. and absolutly not these: "/"

Sorry, little difficult for me to explain it in english... :P

Which program you like to remove..? Do you mean programs which you addet to the shortcutLabel..??

In this case just do the same steps which are explained on page 1 at post #2 for adding programs,

there you will find the options..!!

Greetings

sv0911

Thank you bro, I understand what u meant for the | symbol. If let's say i added "message" in the shortcut and i wanna remove it completely, how do i do so?

Btw, good job bro, i wish that there is facebook plugin as well. Is it possible to make a facebook update option similar to the twitter? I

m newbies in titanium skin. Previously was using spb mobile shell. Right now i'm stick to ur skin and i hope u can deliver much better update in near future. Cheers!

Edited by CoLdFiSSioN
Guest honming
Posted
Hi my friend,

thanks for your response..!!!

Your very welcome... I recommend to wait a few days, because we are working right now

on a huge update for the next new version of the skin..!!!

Greetings

sv0911

hi sv0911,

good news, jsut wait for your great work! :P

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.