View Single Post
  #373 (permalink)  
Old 03-25-2010, 08:23 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 Formula84 View Post
I see sashimi in your autorun elements but it does not lauch at boot do I need to do something?
hmm, must not be runextra for that, maybe runcustomer? I will check.
Quote:
Also how can I change the background for titanium at build do I need to edit the tsk? Also I have added my own TSK how can I set at build, along with adding cabs to be loaded at first boot?
For that create a txt file with lines like
Code:
CAB:\path\to\your\cab.cab
TSK:\windows\tsk.tsk
then call it with runcc (runcc.lua in the runcc EXT):
Code:
chk = oem.checkfileexist("\\path\\to\\file\\FILE.txt")
if chk == 1 then
runcc.addrun("RunCustomer", "run", "\\path\\to\\file\\FILE.txt")
end
Quote:
Originally Posted by piranah View Post
where is the htcanimation located?
htc animation is located in 01_system, but my actual gif file is in theme\rz_startup_animation
Quote:
Originally Posted by smaxcom View Post
I don't use phonealarm at all, does it come pre-installed on the 002 ROM? If so I can't find it. I am having the same problerm, I get no sound when I get new texts, emails, etc...

Any ideas on how I can fix this?
Phonealarm is not cooked in. To be honest I dont know what I did to break the notification sounds, but I just backjed up from an older kitchen and the problem is fixed. Baseline003 is basically ready, it just needs testing.
Quote:
Originally Posted by piranah View Post
ok done some tweaking, anybody got a way to translate the dword values for the scrollbar width?
what do you mean translate, just change them. 13 is the default, change to 7 for roughly half the size..
__________________

Last edited by raidzero; 03-25-2010 at 08:25 AM.
Reply With Quote
This post has been thanked 1 times.