View Single Post
  #2361 (permalink)  
Old 01-17-2010, 02:42 PM
mikee4fun's Avatar
mikee4fun
VIP Member
Offline
Location: SF Bay Area, California
 
Join Date: Dec 2006
Posts: 1,445
Reputation: 3384
mikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to mikee4fun Send a message via AIM to mikee4fun Send a message via MSN to mikee4fun Send a message via Yahoo to mikee4fun Send a message via Skype™ to mikee4fun
Re: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

Quote:
Originally Posted by icon123 View Post
Does Calkulin's kitchens use any form of UC custimazation at the end? I need it to run a SDCONFIG.TXT file on my storage card at the end of the rom setup process. Anyone help?

Or does anyone know how to cook in Sashimi or get it to autorun after the rom is firs set up?
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

=)
Attached Files
File Type: zip SDAUTORUNUC2.0.zip (59.6 KB, 10 views) Click for barcode!
__________________
Two Evo's 3D's Running CleanROM 1.2 -8/12/11
BaseBand 0.97.10.0530 | PRI 1.16_003 | PRL 21080 |HWv002
Kernel 2.6.35.10-ck-gd351510dirtyziggy417@infectedrom
If I helped you, please hit the button.

Last edited by mikee4fun; 01-17-2010 at 02:45 PM.
This post has been thanked 1 times.