Nov
7
2009

SDAutorun, an Autorun and RunCC Addon – 1st Boot Customization for Windows Phone OS

by Mr. Makk

Starting from my previous 1st Boots Customizations list, it was important to understand each type of customization option individually. This time its the User Customization addon to the Autorun and RunCC 1st Boot Customizations. Here i’ll explain how to make Autorun and RunCC compatible with SDAutorun.


A.  Here’s how to make SDAUTORUN compatible with AUTORUN:

  • Cook the attached SDAutoRun.exe into \windows.
  • If AutoRun.exe isn’t already in \windows then place a copy there too. Note: some devices don’t have a compatible AutoRun.exe. If you have issues, try the attached version.
  • Replace the “RST: Reset” line in config.txt with “EXEC:\windows\SDAutoRun.exe”
  • SDAutoRun will do the final reset unless it encounters a file called SDConfig.txt in the root directory of the storage card. If it sees this file, it will restart autorun and install cabs/configure settings from SDConfig.txt which can point to files that are also located on the SD card.
  • An Example of SDCONFIG.txt is as below:

LOCK:Enabled

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

CAB: \Storage Card\Cabs\Keyswop.CAB

LOCK:Disabled

RST: Reset

B.  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

You can Download SDSUTORUN v2.0 from HERE.

{ 1 comment… read it below or add one }

Mr. Makk Mr. Makk November 7, 2009 at 2:53 pm

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post:

Next post:


 

You need to log in to vote

The blog owner requires users to be logged in to be able to vote for this post.

Alternatively, if you do not have an account yet you can create one here.

Powered by Vote It Up

Copyright ©2009, TechParaiso.com, Technology Paradise. Based on Thesis Theme. Designed by TechParaiso.
Articles here should not be reproduced anywhere else without Permission.

Locations of visitors to this page