View Single Post
  #2370 (permalink)  
Old 01-17-2010, 06:08 PM
MightyMike's Avatar
MightyMike
Retired Staff
Offline
 
Join Date: Aug 2008
Posts: 6,519
Reputation: 78921
MightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

this command should be runcustomer, as if default it doesn't find the .txt its going to error out if i'm not mistaken.



Quote:
Originally Posted by mikee4fun View Post
It does, you need to modify the lua file in System and use sdautrunuc



Here is how you can make SDAUTORUN compatible with RUNCC:

* Open RUNCC Package and open Runcc.lua in Notepad and add the below code at the end –

chk = oem.checkfileexist(“\\Storage Card\\Sdconfig.txt”)

if chk == 1 then

runcc.addrun(“RunDefault”, “run”, “\\Storage Card\\SDconfig.txt”)

end

* Now Remove the Reset command from the end of SDCONFIG.txt as the reset is controlled by RUNCC registry. Here is how the SDCONFIG.txt can be like:

LOCK:Enabled

CAB: \Storage Card\Cabs\Advancedv3.3.cab

CAB: \Storage Card\Cabs\Keyswop.CAB

Hopefully this will get you going

=)
__________________