View Single Post
  #323 (permalink)  
Old 03-20-2010, 08:54 AM
raidzero's Avatar
raidzero
N00b
Offline
Threadstarter
Location: PPCG
 
Join Date: Dec 2008
Posts: 2,193
Reputation: 5220
raidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to raidzero
Re: [ROM][KITCHEN][16-Mar]★Baseline002★23545★Leo 2.10 Sense 2.5.2012&Titanium★

Quote:
Originally Posted by KingArthur View Post
Yep...just tested the 3/17 kitchen and the text sound works. Also its not a sys problem in the baseline 002 kitchen because I tried 3 different sys.

But if no one else has had a issues with the notication sound in the kitchen, it could be just something I did.
Thanks fo rthis info, its not something you did. I dont have sound for email or text either, but the phone rings.. very odd. since it works in 3-17 I will just compare and see what I did to break it :-/
Quote:
Originally Posted by Formula84 View Post
@Raid any idea how I can set my default font and color that I setup using your scripts for titanium customizations at build rather than having to do it manually after each flash?
yes
the easy way would be to boot he rom, use the script to change it to what you want and then save the titanium_480x800.cpr and titanium_800x480.cpr from \windows and overwrite the ones in 05_titanium_cpr_reg. the hard way (maybe easier way) is to do it all in the kitchen using this as a base for known colors (known by me, at least, this list is by no means exjaustive, it only contains ROY G BIV and a few others):
Code:
...
..."Pink","Green","Red","Grey","Yellow","Blue","Black (default)","Purple","Orange","Indigo"

if(selection = 1)
chosen = "#FFF00FFF"
EndIf
if(selection = 2)
chosen = "#FF00FF00"
EndIf
if(selection = 3)
chosen = "#F00F00F0"
EndIf
if(selection = 4)
chosen = "#F0F0F0F0"
EndIf
if(selection = 5)
chosen = "#0000FFFF"
EndIf
if(selection = 6)
chosen = "FFFF0000"
EndIf
if(selection = 7)
chosen = "#00000000"
EndIf
if(selection = 8)
chosen = "#FF00070"
EndIf
if(selection = 9)
chosen = "#F709A6FF"
EndIf
if(selection = 10)
chosen = "FFFFFF00"
EndIf
...
those OOBGR values are the colors I listed, respectively. I took this right from my chameleon script in multifont (in 05_titanium)
__________________
Reply With Quote