View Single Post
  #4844 (permalink)  
Old 09-29-2009, 09:07 AM
vin255764's Avatar
vin255764
Its FLASHING time!!!
Offline
Location: Seattle,WA
 
Join Date: Nov 2008
Posts: 3,713
Reputation: 36470
vin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ 9-28 ][ v3 ][ 6.5.1 / 6.5 / 6.1 ] Calkulin's Visual HTC Kitchen & ROMs

Anybody knows is it possible to use RunCC to install cabs fron SD?Its like an autorun only designed for wm 6.5.I like this app because I can customize the background image.
Here is a sample that works for windows directory(when cabs added to .nbh)
control block/runcc.lua looks like this:
chk = oem.checkfileexist("\\windows\\config_PT.txt")
if chk == 1 then
runcc.addrun("RunExtra", "run", "\\windows\\config_PT.txt")
end

config_PT.txt looks like this:

CAB: \WINDOWS\PT_BackLightOn.CAB
CFG: \Windows\Config_AP.txt

I tryed to add this command

chk = oem.checkfileexist("\\Storage Card\\MyCabs.txt")
if chk == 1 then
runcc.addrun("RunCustomer", "run", "\\Storage Card\\MyCabs.txt")
end

Created MyCabs.txt and put it to my SD card.And of course it didnt worked lol

Any suggestions?

Nevermind,I figured it out.I forgot to redirect mycabs.txt to windows\config.txt


Also is there any way to skip time and date setup after screen alignment?
__________________

Last edited by vin255764; 09-29-2009 at 12:49 PM.
Reply With Quote