This post has been thanked 4 times. |
|
||||
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
hi Vin,
I was wondering if you would be able to give me a dumbed down lesson in how to add to your sense mods. I've found the different mscr's for the different mods but i'm not sure how to add to them. I'm slowly making my way through the manual but right now i'm having trouble locating the text files that correspond with the mscr's. Any assistance you could give me would be most appreciated Dorothy
__________________
Those who can, do. Those who can't, search the forums for the works of those who can.
|
This post has been thanked 1 times. |
|
||||
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
Quote:
example BEFORE: ## SET SCRIPT DIRECTORY ## ScrDir="\Windows" ## MASTER OPTIONS ## ChoiceDefault("Master Script","Choose customization:^CR^(Cancel will exit)",0,0,"Analog Clock Face","Clock Background","Clock Flip","Clock Numbers","BG4ALL (HQ Wall/BG4ALL/Stock)","GoS2W","Sliders") Case(7) #Sliders If(FileExists(ScrDir & "\Sliders.mscr")) Run(ScrDir & "\Sliders.mscr") Else Message( "Sliders app not found^CR^Please choose another option" ) Run(ScrDir & "\MasterScript.mscr") EndIf Case(0) Exit EndChoice AFTER (NEW one) ## SET SCRIPT DIRECTORY ## ScrDir="\Windows" ## MASTER OPTIONS ## ChoiceDefault("Master Script","Choose customization:^CR^(Cancel will exit)",0,0,"Analog Clock Face","Clock Background","Clock Flip","Clock Numbers","BG4ALL (HQ Wall/BG4ALL/Stock)","GoS2W","Sliders","Ezzie") Case(7) #Sliders If(FileExists(ScrDir & "\Sliders.mscr")) Run(ScrDir & "\Sliders.mscr") Else Message( "Sliders app not found^CR^Please choose another option" ) Run(ScrDir & "\MasterScript.mscr") EndIf Case( #Ezzie If(FileExists(ScrDir & "\Ezzie.mscr")) Run(ScrDir & "\Ezzie.mscr") Else Message( "Ezzie app not found^CR^Please choose another option" ) Run(ScrDir & "\MasterScript.mscr") EndIf Case(0) Exit EndChoice Now you can Create Ezzie.mscr If you dont want to add separate mod,you can expand existing mod menu. for example clock digits (ClockNumbers.mscr) before ChoiceDefault("Clock Numbers","Choose which clock font numbers you want:^CR^(Cancel will exit)",1,0,"Default","s2w_v2","Metal","Cell","Tran Cell","Gothic","Flame","Cell Dark") Case( #Cell Dark Message( "Cell Dark Font Numbers will be applied","Clock Numbers" ) RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense","Enabled",0) RedrawToday RedrawToday Sleep(3000) SetFileAttribute( "\windows\77e0069a_manila", "readonly", FALSE ) copy( "\windows\77e0069a_Darkfont", "\windows\77e0069a_manila", TRUE ) Sleep(3000) RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense","Enabled",1) RedrawToday RedrawToday Sleep(3000) Message( "Cell Dark Font Numbers applied,^CR^wait for Sense to restart ","Clock Numbers" ) Exit Case(0) Exit EndChoice After ChoiceDefault("Clock Numbers","Choose which clock font numbers you want:^CR^(Cancel will exit)",1,0,"Default","s2w_v2","Metal","Cell","Tran Cell","Gothic","Flame","Cell Dark","Ezzie") Case( #Cell Dark Message( "Cell Dark Font Numbers will be applied","Clock Numbers" ) RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense","Enabled",0) RedrawToday RedrawToday Sleep(3000) SetFileAttribute( "\windows\77e0069a_manila", "readonly", FALSE ) copy( "\windows\77e0069a_Darkfont", "\windows\77e0069a_manila", TRUE ) Sleep(3000) RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense","Enabled",1) RedrawToday RedrawToday Sleep(3000) Message( "Cell Dark Font Numbers applied,^CR^wait for Sense to restart ","Clock Numbers" ) Exit Case(9) #Ezzie Message( "Ezzie Font Numbers will be applied","Clock Numbers" ) RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense","Enabled",0) RedrawToday RedrawToday Sleep(3000) SetFileAttribute( "\windows\77e0069a_manila", "readonly", FALSE ) copy( "\windows\77e0069a_Ezzie", "\windows\77e0069a_manila", TRUE ) Sleep(3000) RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense","Enabled",1) RedrawToday RedrawToday Sleep(3000) Message( "Ezzie Font Numbers applied,^CR^wait for Sense to restart ","Clock Numbers" ) Exit Case(0) Exit EndChoice All you need is to rename your custom 77e0069a_manila to 77e0069a_Ezzie. That smiley is number eight).You can use Notepad to work with .mscr Last edited by vin255764; 10-29-2010 at 01:09 AM. |
This post has been thanked 4 times. |
|
||||
Re: Question???
Quote:
That one is already cooked |
This post has been thanked 4 times. |
|
||||
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
To me, its not about flashing different ROMs. He could've used 1000 different words other than "stupid" and it wouldn't have bothered me. Vin works hard and cheerfully and his work is exemplary. Simply put, he doesn't deserve any derisive statements about something that is a matter of taste. Period.
__________________
Madtown, Wisconsin. 68 square miles surrounded by reality.
|
This post has been thanked 1 times. |
|
||||
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
Quote:
Thanks darren and vin.
__________________
Touch Pro 2 O/C 749mHz: LEAD ROM Mar. 5 2011 6.5 Release Candidate multi carrier lite
Treo Pro ROM: Cooked my own 21911 6.5 from raiderfan's kitchen. |
This post has been thanked 3 times. |
|
||||
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
(I sent a thanks your way)
|
This post has been thanked 1 times. |
|
||||
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
Yes, that's better.
Now we don't have to lie in wait for you to step out onto the ice. |
This post has been thanked 1 times. |
|
||||
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
sys 28242 dated sept 21 is outhere.New ROM will be ready next week
|
This post has been thanked 9 times. |
|
||||
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
I am curious (yellow). If windows 6.5.x is dead then how come there are new releases? Or is there a device out there that currently uses is it and is still being supported.
|
|
|
|