View Single Post
  #2364 (permalink)  
Old 01-17-2010, 03:29 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

=)
Awesome, can't wait to try. Thanks for taking the time to understand what I needed.

Quote:
Originally Posted by corey1138 View Post
How does everyone add their email settings?
I use Sashimi to export some registry settings and my exchange mail settings, then once I install a new rom, I run Sashimi and it sets up my email, registry settings and installs cabs. The above is trying to help me get Sashimi to autorun after the rom sets up.