Quote:
Originally Posted by mikee4fun
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
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.