PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=98)
-   -   [ROM] Plutonium,Neodium,Titanium [21916,28244] (http://forum.ppcgeeks.com/showthread.php?t=106231)

vin255764 10-28-2010 11:42 PM

Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
 
Quote:

Originally Posted by darren.wlsn1 (Post 1983547)
i just didnt want people flaming each other over briggs opinion which he is entitled to and dont think he was bashing your rom/work imo. thanx vin

Yep,I agree

ezzie1971 10-29-2010 12:06 AM

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

vin255764 10-29-2010 12:50 AM

Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
 
Quote:

Originally Posted by ezzie1971 (Post 1983559)
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

For main menu-add cases to the "top and bottom portions" of MasterScript.That way you can create your own separate add-on
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(8)
#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(8)
#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(8)
#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

vin255764 10-29-2010 01:21 AM

Re: Question???
 
Quote:

Originally Posted by statchmoe (Post 1983331)
So, this is weird to me... I am wondering about the compatability of WM software... I had a bunch of software running on my diamond using nrgz 6.5 rom and it ran great... now I am in the TP2 with pluto oct 17th and almost none of it runs... specifically games like uno classic... Should pretty much all software run on windows mobile... or is there an issue I am unaware of... and then what might be causing this problem?

Probably because of different screen resolution.Search for WVGA games
Quote:

Originally Posted by Recursion (Post 1983335)
Video drivers might be different, and can make a difference. That free NFS game wouldn't run on one of Vin's older ROMs, so I installed the attached drivers & it did run. You can give it a shot...

That one is already cooked :)

swear0730 10-29-2010 09:25 AM

Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
 
Quote:

Originally Posted by darren.wlsn1 (Post 1983533)
easy boys/girls, briggs really wasnt outa line imo and vin fixed him and seemed like he wasnt offended. i know we all love vin but i flash a different one too at times. group hug?

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.

briggs 10-29-2010 12:34 PM

Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
 
Quote:

Originally Posted by briggs (Post 1983219)
I don't want that uneccessary plutonium logo on my Touch Pro 2 boot splash screen anymore. how do I get rid of it.

Is ^that^ better?

Thanks darren and vin.

alohanela 10-29-2010 12:45 PM

Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
 
Quote:

Originally Posted by briggs (Post 1983811)
Is ^that^ better?

Thanks darren and vin.

:thumbleft: (I sent a thanks your way)

Recursion 10-29-2010 02:43 PM

Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
 
Quote:

Originally Posted by briggs (Post 1983811)
Is ^that^ better?

Thanks darren and vin.

Yes, that's better.

Now we don't have to lie in wait for you to step out onto the ice. :laughing3:

vin255764 10-30-2010 02:28 AM

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

swear0730 10-30-2010 01:11 PM

Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
 
Quote:

Originally Posted by vin255764 (Post 1984309)
sys 28242 dated sept 21 is outhere.New ROM will be ready next week

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.


All times are GMT -4. The time now is 08:39 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0