Evox3935 how to install new applications

victorcro

Noob Account
Jun 4, 2005
5
0
Australia
I have downloaded the DVD2Xbox and Xbmc I want to FTP them to the Xbox. I have a 120Gig hard drive with partitions C, E, F. Where to I put the applications and how do I access them from the dashboard? I have tried placing them into F drive but I can't see anything on the dashboard under App or Games.
I see both have a default.xbe file do I need to change the name?

Thanks for your help
 

jwin767

Senior Member
Jul 13, 2004
149
0
Blackdog, U.K
www.BLACK-DOG.tk
You put them in the E or F:/apps/ folder mate :) o yea DO NOT change the default.xbe file name all dashes look for that file name and the add that xbe to the list on boot up.
 

victorcro

Noob Account
Jun 4, 2005
5
0
Australia
That’s right JWIN767, I figured it out. I needed to make the folders in the F: drive like a games and apps folder and then place the file into the appropriate folder and that’s all folks!
All is working fine!!!

Thanks
 

MacGyver Jr.

Junior Member
Jun 21, 2005
16
0
I'm trying to transfer the folders to my F drive on my Xbox, and it won't work..........why? I tried transferring a Apps and Games folder to the E drive with loads of sub-directories (are sub-dir's ok? Will EvoX look inside them?), and it didn't work. So, I tried moving them into the F drive, and they won't transfer.....what's the problem?

P.S. Unlocked the HDD in hope of it working...no luck.
 

RealestDeMo

VIP Member
Apr 11, 2004
225
0
make sure autoadditem is enabled, you should have in your evox.ini spots that look like this under launch menu

Code:
 		Section "Games"
		{
			AutoAddItem "e:\games\"
			AutoAddItem "f:\games\"
			SortAll
		}
		Section "Apps"
		{
			AutoAddItem "e:\apps\"
 			AutoAddItem "f:\apps\"
			SortAll
		}
		Section "Emulators"
		{
			AutoAddItem "e:\emulators\"
 			AutoAddItem "f:\emulators\"
			SortAll
 

MacGyver Jr.

Junior Member
Jun 21, 2005
16
0
RealestDeMo said:
make sure autoadditem is enabled, you should have in your evox.ini spots that look like this under launch menu

Code:
 		Section "Games"
		{
			AutoAddItem "e:\games\"
			AutoAddItem "f:\games\"
			SortAll
		}
		Section "Apps"
		{
			AutoAddItem "e:\apps\"
 			AutoAddItem "f:\apps\"
			SortAll
		}
		Section "Emulators"
		{
			AutoAddItem "e:\emulators\"
 			AutoAddItem "f:\emulators\"
			SortAll
It's already all under there, but I don't see any specific area under [menu] to enable AutoAddItem...leastways, when I copy all the files from a subdirectory into just the Apps or Games folder, along w/ the default.xbe file from whatever app, then it appears in the launch menu. So, EvoX doesn't look under sub-directories?

If this is so, I have much adding to the menu to do :rolleyes:
 

RealestDeMo

VIP Member
Apr 11, 2004
225
0
no, EvoX looks under sub menus. Delete everything in your evox.ini and copy and paste the text below in.

Code:
[Misc]

AutoLaunchGames	= No
AutoLaunchDVD	= No
DVDPlayer	= "c:\xboxdash.xbe"
AutoLaunchAudio	= No
#AudioPlayer	= "c:\xboxdash.xbe"
MSDashBoard	= "c:\xboxdash.xbe"
UseFDrive	= Yes
UseGDrive	= Yes
SkinName	= X360
UseItems	= No
ScreenSaver	= 5
Fahrenheit	= Yes
ShadeLevel	= 90
EnableSMART	= Yes
HDD_Temp_ID	= 194
ChameleonLed	= 15
TSR_Type	= 1
IGR		= No
GameRegion	= 1

[Network]

SetupNetwork	= Yes
StaticIP	= No
Ip		= 192.168.0.2
Subnetmask	= 255.255.255.0
Defaultgateway	= 192.168.0.1
DNS1		= 0.0.0.0
DNS2		= 0.0.0.0
SetupDelay	= 0
SkipIfNoLink	= No

[Clock]

JumpToMsDash	= No
JumpIfNoLink	= Yes
Use24		= No
SwapDate	= No
SNTP_Server	= 0.0.0.0

[FTP]

Enable		= Yes
Password	= xbox

[Telnet]

Enable		= Yes

[RDTOOLS]

Enable		= Yes
Name		= XBOX_V1.0

[BIOS]

#
ROM		= "EvoX 2.0",0x76fd88337b8d8c1f116f85f3984b98b6
ROM		= "EvoX 2.1",0x99487615bb30670cb65993388fcf2a63
ROM		= "EvoX 2.2",0x220ade778785cfc3c98bb5ea8bbd8608
ROM		= "EvoX 2.3",0xd79bc87c2caa1a50dcc7016adf2ccc0a
ROM		= "EvoX 2.4",0xe3ce66b99957a92fdac40af951c3f1fd
#
Flash		= 0x01d5,"AMD - Am29F080B",0x100000
Flash		= 0x04d5,"FUJITSU - MBM29F080A",0x100000
Flash		= 0xadd5,"Hynix - HY29F080",0x100000
Flash		= 0x20f1,"ST - M29F080A",0x100000
Flash		= 0xbf61,"SST - 49LF020",0x40000
#Flash		= 0x378c,"AMIC - A29002",0x40000
Current		= 0x71aac9650d5e7955a3f5527bdcf89aae

[Skin_Original]

#
# <Time>   =
# <IP>     =
# <Name>
# <Version>
# <CD>
# <BIOSVer>
# <KernelVer>
# <RDName>
# <SpaceC>
# <SpaceE>
# <SpaceF>
# <SpaceX>
# <SpaceY>
# <SpaceZ>
#
Text	=       30,37,0.5,0x000000,0,"<Time>"
Text	=       28,39,0.5,0x808080,0,"<Time>"
Text	=       620,420,0.5,0x000000,1,"<Name> V<Version>"
Text	=       618,422,0.5,0x808080,1,"<Name> V<Version>"
Text	=       620,37,0.5,0x000000,1,"<CD>"
Text	=       618,39,0.5,0x808080,1,"<CD>"
Text	=       30,420,0.5,0x000000,0,"RD Name : <RDName>"
Text	=       28,422,0.5,0x808080,0,"RD Name : <RDName>"
LogoType=	0

[Menu]

Section "Root"
{
	Item "Launch DVD",ID_Launch_DVD
	Item "Trainers",ID_trainer
	Item "MS Dashboard",ID_MS_Dash
	Item "Reboot",ID_Quick_Reboot
#	Item "Power Cycle",ID_Full_Reboot
	Item "Power Off",ID_Power_Off
#	Item "Lock Harddisk",@210
#	Item "Unlock Harddisk",@211
	Section "System Utils"
	{
		Item "Settings",ID_Settings
		Item "Flash BIOS",ID_Flash_Bios
		Item "Backup",ID_Backup
		Item "Skins",ID_Skins
	}
	Section  "Launch Menu"
	{
 		Section "Games"
		{
			AutoAddItem "e:\games\"
			AutoAddItem "f:\games\"
			SortAll
		}
		Section "Apps"
		{
			AutoAddItem "e:\apps\"
 			AutoAddItem "f:\apps\"
			SortAll
		}
		Section "Emulators"
		{
			AutoAddItem "e:\emulators\"
 			AutoAddItem "f:\emulators\"
			SortAll
		}
	}
}

[Action_10]

LogFile          = "f:\lock.log" 
Info "This function will lock your XBOX Harddisk"
Warning "You will now lock your XBOX harddisk and will be able"
Warning "to boot from an original XBOX bios"
#
hddlockenable

[Action_11]

LogFile          = "f:\unlock.log" 
Info "This function will unlock your XBOX Harddisk"
Warning "You will now unlock your XBOX harddisk and will not be able"
Warning "to boot from an original XBOX bios"
#
 

MacGyver Jr.

Junior Member
Jun 21, 2005
16
0
RealestDeMo said:
no, EvoX looks under sub menus. Delete everything in your evox.ini and copy and paste the text below in.

Code:
[Misc]

AutoLaunchGames	= No
AutoLaunchDVD	= No
DVDPlayer	= "c:\xboxdash.xbe"
AutoLaunchAudio	= No
#AudioPlayer	= "c:\xboxdash.xbe"
MSDashBoard	= "c:\xboxdash.xbe"
UseFDrive	= Yes
UseGDrive	= Yes
SkinName	= X360
UseItems	= No
ScreenSaver	= 5
Fahrenheit	= Yes
ShadeLevel	= 90
EnableSMART	= Yes
HDD_Temp_ID	= 194
ChameleonLed	= 15
TSR_Type	= 1
IGR		= No
GameRegion	= 1

[Network]

SetupNetwork	= Yes
StaticIP	= No
Ip		= 192.168.0.2
Subnetmask	= 255.255.255.0
Defaultgateway	= 192.168.0.1
DNS1		= 0.0.0.0
DNS2		= 0.0.0.0
SetupDelay	= 0
SkipIfNoLink	= No

[Clock]

JumpToMsDash	= No
JumpIfNoLink	= Yes
Use24		= No
SwapDate	= No
SNTP_Server	= 0.0.0.0

[FTP]

Enable		= Yes
Password	= xbox

[Telnet]

Enable		= Yes

[RDTOOLS]

Enable		= Yes
Name		= XBOX_V1.0

[BIOS]

#
ROM		= "EvoX 2.0",0x76fd88337b8d8c1f116f85f3984b98b6
ROM		= "EvoX 2.1",0x99487615bb30670cb65993388fcf2a63
ROM		= "EvoX 2.2",0x220ade778785cfc3c98bb5ea8bbd8608
ROM		= "EvoX 2.3",0xd79bc87c2caa1a50dcc7016adf2ccc0a
ROM		= "EvoX 2.4",0xe3ce66b99957a92fdac40af951c3f1fd
#
Flash		= 0x01d5,"AMD - Am29F080B",0x100000
Flash		= 0x04d5,"FUJITSU - MBM29F080A",0x100000
Flash		= 0xadd5,"Hynix - HY29F080",0x100000
Flash		= 0x20f1,"ST - M29F080A",0x100000
Flash		= 0xbf61,"SST - 49LF020",0x40000
#Flash		= 0x378c,"AMIC - A29002",0x40000
Current		= 0x71aac9650d5e7955a3f5527bdcf89aae

[Skin_Original]

#
# <Time>   =
# <IP>     =
# <Name>
# <Version>
# <CD>
# <BIOSVer>
# <KernelVer>
# <RDName>
# <SpaceC>
# <SpaceE>
# <SpaceF>
# <SpaceX>
# <SpaceY>
# <SpaceZ>
#
Text	=       30,37,0.5,0x000000,0,"<Time>"
Text	=       28,39,0.5,0x808080,0,"<Time>"
Text	=       620,420,0.5,0x000000,1,"<Name> V<Version>"
Text	=       618,422,0.5,0x808080,1,"<Name> V<Version>"
Text	=       620,37,0.5,0x000000,1,"<CD>"
Text	=       618,39,0.5,0x808080,1,"<CD>"
Text	=       30,420,0.5,0x000000,0,"RD Name : <RDName>"
Text	=       28,422,0.5,0x808080,0,"RD Name : <RDName>"
LogoType=	0

[Menu]

Section "Root"
{
	Item "Launch DVD",ID_Launch_DVD
	Item "Trainers",ID_trainer
	Item "MS Dashboard",ID_MS_Dash
	Item "Reboot",ID_Quick_Reboot
#	Item "Power Cycle",ID_Full_Reboot
	Item "Power Off",ID_Power_Off
#	Item "Lock Harddisk",@210
#	Item "Unlock Harddisk",@211
	Section "System Utils"
	{
		Item "Settings",ID_Settings
		Item "Flash BIOS",ID_Flash_Bios
		Item "Backup",ID_Backup
		Item "Skins",ID_Skins
	}
	Section  "Launch Menu"
	{
 		Section "Games"
		{
			AutoAddItem "e:\games\"
			AutoAddItem "f:\games\"
			SortAll
		}
		Section "Apps"
		{
			AutoAddItem "e:\apps\"
 			AutoAddItem "f:\apps\"
			SortAll
		}
		Section "Emulators"
		{
			AutoAddItem "e:\emulators\"
 			AutoAddItem "f:\emulators\"
			SortAll
		}
	}
}

[Action_10]

LogFile          = "f:\lock.log" 
Info "This function will lock your XBOX Harddisk"
Warning "You will now lock your XBOX harddisk and will be able"
Warning "to boot from an original XBOX bios"
#
hddlockenable

[Action_11]

LogFile          = "f:\unlock.log" 
Info "This function will unlock your XBOX Harddisk"
Warning "You will now unlock your XBOX harddisk and will not be able"
Warning "to boot from an original XBOX bios"
#
Nope, didn't work...but it DID work with the games folder...but I had to put my own edited .ini file back in there to get the apps to work. The only way to make it work for me is to have everything set like this:

Code:
[Misc]

AutoLaunchGames	= No
AutoLaunchDVD	= No
DVDPlayer	= "f:\apps\dvd2.0\default.xbe"
AutoLaunchAudio	= No
#AudioPlayer	= "c:\xboxdash.xbe"
MSDashBoard	= "c:\msxboxdash.xbe"
UseFDrive	= Yes
UseGDrive	= Yes
SkinName	= WinvoX
#SkinName	= RuDeDuDe2
UseItems	= No
ScreenSaver	= 5
Fahrenheit	= No
ShadeLevel	= 90
EnableSMART	= Yes
HDD_Temp_ID	= 194
ChameleonLed	= 15
TSR_Type	= 0
IGR		= No
GameRegion	= 0

[Network]

SetupNetwork	= Yes
StaticIP	= No
Ip		= 192.168.100.10
Subnetmask	= 255.255.255.0
Defaultgateway	= 192.168.100.1
DNS1		= 0.0.0.0
DNS2		= 0.0.0.0
SetupDelay	= 0
SkipIfNoLink	= No

[Clock]

JumpToMsDash	= No
JumpIfNoLink	= Yes
Use24		= Yes
SwapDate	= No
SNTP_Server	= 0.0.0.0

[FTP]

Enable		= Yes
Password	= xbox

[Telnet]

Enable		= Yes

[RDTOOLS]

Enable		= Yes
Name		= XBOX_V1.0

[BIOS]

#
ROM		= "EvoX 2.0",0x76fd88337b8d8c1f116f85f3984b98b6
ROM		= "EvoX 2.1",0x99487615bb30670cb65993388fcf2a63
ROM		= "EvoX 2.2",0x220ade778785cfc3c98bb5ea8bbd8608
ROM		= "EvoX 2.3",0xd79bc87c2caa1a50dcc7016adf2ccc0a
ROM		= "EvoX 2.4",0xe3ce66b99957a92fdac40af951c3f1fd
#
Flash		= 0x01d5,"AMD - Am29F080B",0x100000
Flash		= 0x04d5,"FUJITSU - MBM29F080A",0x100000
Flash		= 0xadd5,"Hynix - HY29F080",0x100000
Flash		= 0x20f1,"ST - M29F080A",0x100000
Flash		= 0xbf61,"SST - 49LF020",0x40000
#Flash		= 0x378c,"AMIC - A29002",0x40000
Current		= 0x334c378f92ff2a8c6e5a5b0eef208ee7

[Skin_Original]

#
# <Time>   =
# <IP>	 =
# <Name>
# <Version>
# <CD>
# <BIOSVer>
# <KernelVer>
# <RDName>
# <SpaceC>
# <SpaceE>
# <SpaceF>
# <SpaceX>
# <SpaceY>
# <SpaceZ>
#
Text	=	   30,37,0.5,0x000000,0,"<Time>"
Text	=	   28,39,0.5,0x808080,0,"<Time>"
Text	=	   620,420,0.5,0x000000,1,"<Name> V<Version>"
Text	=	   618,422,0.5,0x808080,1,"<Name> V<Version>"
Text	=	   620,37,0.5,0x000000,1,"<CD>"
Text	=	   618,39,0.5,0x808080,1,"<CD>"
Text	=	   30,420,0.5,0x000000,0,"RD Name : <RDName>"
Text	=	   28,422,0.5,0x808080,0,"RD Name : <RDName>"
LogoType=	0

[Menu]

Section "Root"
{
	Item "Launch DVD",ID_Launch_DVD
	Item "Trainers",ID_trainer
	Item "MS Dashboard",ID_MS_Dash
	Item "Reboot",ID_Quick_Reboot
#	Item "Power Cycle",ID_Full_Reboot
	Item "Power Off",ID_Power_Off
#	Item "Lock Harddisk",@210
#	Item "Unlock Harddisk",@211
	Section "System Utils"
	{
		Item "Settings",ID_Settings
		Item "Flash BIOS",ID_Flash_Bios
		Item "Backup",ID_Backup
		Item "Skins",ID_Skins
	}
	Section  "Launch Menu"
	{
		 Section "Games"
		{
			AutoAddItem "e:\games\"
			AutoAddItem "f:\games\"
			AutoAddItem "f:\games\doomx\"
			AutoAddItem "f:\games\quake2x\
			AutoAddItem "f:\games\quake2x-le\"
			AutoAddItem "f:\games\quakex\"
			AutoAddItem "f:\games\starfighterx_v1\"
			SortAll
		}
		Section "Apps"
		{
			AutoAddItem "e:\apps\"
			 AutoAddItem "f:\apps\"
			AutoAddItem "f:\apps\web browsers\linksboks-0.99\"
			AutoAddItem "f:\apps\utilities\cpxtools_1.60\"
			AutoAddItem "f:\apps\utilities\mousetestapp\"
			AutoAddItem "f:\apps\utilities\xcommander_r2\"
			AutoAddItem "f:\apps\utilities\xtoolbox_v0.41\"
			AutoAddItem "f:\apps\media players\xbmp\xbmp\"
			AutoAddItem "f:\apps\media players\xcbr_v0.1.1_xbox\"
			AutoAdditem "f:\apps\media players\xbmc-2005-05-30\"
			SortAll
		}
		Section "Emulators"
		{
			AutoAddItem "f:\apps\emulators\dosxbox_v8\"
			AutoAddItem "f:\apps\emulators\dosxbox-v4.01-hcl\"
			AutoAddItem "f:\apps\emulators\pcsxbox_v13\"
		}
		Section "Operating Systems"
		{
			AutoAddItem "f:\operating systems\windowsce\"
			AutoAddItem "f:\operating systems\xboxhdm\"
	}
}

[Action_10]

LogFile		  = "f:\lock.log" 
Info "This function will lock your XBOX Harddisk"
Warning "You will now lock your XBOX harddisk and will be able"
Warning "to boot from an original XBOX bios"
#
hddlockenable

[Action_11]

LogFile		  = "f:\unlock.log" 
Info "This function will unlock your XBOX Harddisk"
Warning "You will now unlock your XBOX harddisk and will not be able"
Warning "to boot from an original XBOX bios"
#
But now I know I can delete the games folders as they work without the sub-directories listed. But, still, the apps don't show up unless I output the actual directory the default.xbe files are in...I'm confused.
 

slobkilla

Full Member
Sep 11, 2005
91
0
victorcro said:
That’s right JWIN767, I figured it out. I needed to make the folders in the F: drive like a games and apps folder and then place the file into the appropriate folder and that’s all folks!
All is working fine!!!

Thanks
Appropiate folder you say. I'm using Unleashx on a x3 and trying to get an idea of how to set up dvd2xbox. What folder did you put yours in?
 

slobkilla

Full Member
Sep 11, 2005
91
0
Would it be a good idea to edit my evox.ini even though I know longer use evox and am now using Unleashx? Also does it take a long time for dvd2xbox to load?