View Single Post
  #2368 (permalink)  
Old 01-17-2010, 06:02 PM
icon123's Avatar
icon123
Regular 'Geeker
Offline
 
Join Date: Oct 2009
Posts: 327
Reputation: 215
icon123 is keeping up the good workicon123 is keeping up the good workicon123 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

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

=)
After I make the above additions, I keep getting an 'error loading script file' and it doesn't go away. It also doesn't run or finish running the runcc script since I can tell not everything is finalized. Was I suppose to do something with that attachment?