Quote:
Originally Posted by KingArthur
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
@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)