I did finaly find it on here, although the one you suggested is much more confusing. I went with the:
open default.xip/default.xap
CODE
3;//
change to:
CODE
4;//
then find:
CODE
control DEF theMainMenuJoy Joystick
and replace:
CODE
else if(nCurMainMenuItem == 2)
{
}
with:
CODE
else if(nCurMainMenuItem == 2)
{
theSettingsMenuIn.Play();
theHardDrive.ExecuteFile("e:\\apps\\boxplorer\\default.xbe" );
}
Now to find out how to make the LED change colors. SetLED(#); doesn't work anymore.