Quote:
Originally Posted by Formula84
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
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
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
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..