Help - Search - Members - Calendar
Full Version: Softmod Installer Pack For Xboxhdm
Scenyx Entertainment Community > Xbox1 Forums > No-Modchip Hacks (exploits) > XBE Exploits
kingroach
well.. this is kind of same type of installer that are available for gamesave installers, just for xboxhdm. Started working on it today.. The difference between UDE-installer for xboxhdm and this installer is that, user will have many options and choose what types to hack/bios loader to install..

Features:
UDE2+PBL
UDE2+NKP
UXE+PBL
UXE+NKP

the installer will create shadowc.img in the E:/shadowc/ directory. users will have 3 option of building shadowc unlike gamesave based installers. Users can create shadowc.img from their existing C partition, users can create shadowc.img from the C drive files available in "linux>C" folder. It can also create blank shadowc.img, NKptacher will boot fine. after Nkpatcher boots to dashboard, users can ftp C drive filoes in shadowc.

Sneak-pic:

user posted image
DaddyJ
This is looking great.... It will make a nice addition to XboxHDM.

I like the shadowC options....
triggernum5
Why the UDE2? Does it prove necessary on some boxes?
kingroach
smile.gif UDE2 is not necessary.. I might remove this option later, I think it will create some confusion among new users.. I am in U.S so I mod all xbox's with UDE2.. biggrin.gif
DaddyJ
UXE baby.... It hasnt failed me yet....

smile.gif

UDE2 was good, but givin UXE is out, why include it indeed? , but Who am I to ask.
kingroach
QUOTE
but Who am I to ask.


your tut. lead me to find out how to create shadowc.img with xboxhdm.. before that I was clueless.. love.gif

anymore ideas/features to add.. what might be usefull for softmodders.. the problem is its not possible to use the installer with the current version of xboxhdm. I am using a modified version of xboxhdm..
DaddyJ
QUOTE(kingroach @ Feb 24 2005, 09:51 PM)
your tut. lead me to find out how to create shadowc.img with xboxhdm.. before that I was clueless.. love.gif
*



I have my moments wink.gif
beerchug.gif
Keo-Keo
QUOTE(kingroach @ Feb 25 2005, 02:51 AM)
your tut. lead me to find out how to create shadowc.img with xboxhdm.. before that I was clueless.. love.gif

anymore ideas/features to add.. what might be usefull for softmodders.. the problem is its not possible to use the installer with the current version of xboxhdm. I am using a modified version of xboxhdm..
*



How did you get the shadowc.img file made in linux?

My idea for shadowC i was writing it for opendash linux part..
CODE

#!/bin/sh
###################################################################
###           ShadowC maker for linux :-) & opendash            ###
###            This script is for creating ShadowC              ###
###               Script By Keo-Keo XS Forums(xbox-scene.com)   ###
### Edit this how ever you want but don't remove this THANKS!   ###
###################################################################
blink grxg

## Lets make the shadowC folder
echo -e "Creating E:/shadowc/"
mkdir /mnt/E/shdowtst

# mkdir /mnt/E/shadowc
echo -e "Done"
sleep1
blink gggx

echo -e "Creating shadowc.img"
mkfs.fatx /mnt/C/* /mnt/E/shdowtst/shadowc.img
echo -e "Done"
blink oooo
sleep1
clear
exit


You can also create it like an addon like mine which won't require remaking/downloading the initrd.. Link insig.
kingroach
It can be done in several ways.. I used "dd" to dump a 1:1 copy of C drive as a .img file ( got teh idea after seeing sources of driveimage utils).. or it can be done by creating a fatx partition image and then use 'loop" to mount it and then copy the files from cd.

It works, as I was testing yesterday.. I made a shadowc.img with xboxhdm in vmware. then transferred the image to my real xbox and NKP could use it fine..
Keo-Keo
QUOTE(kingroach @ Feb 25 2005, 03:19 AM)
It can be done in several ways.. I used "dd" to dump a 1:1 copy of C drive as a .img file ( got teh idea after seeing sources of driveimage utils).. or it can be done by creating a fatx partition image and then use 'loop" to mount it and then copy the files from cd.

It works, as I was testing yesterday.. I made a shadowc.img with xboxhdm in vmware. then transferred the image to my real xbox and NKP could use it fine..
*



Smart.. Better idea then what i had.. That way you don't need format the folder while dumping to it hence mkfs.fatx.. Cool.. Can't wait to see that code ;-).
kingroach
QUOTE(Keo-Keo @ Feb 25 2005, 03:14 AM)
CODE

#!/bin/sh
###################################################################
###           ShadowC maker for linux :-) & opendash            ###
###            This script is for creating ShadowC              ###
###               Script By Keo-Keo XS Forums(xbox-scene.com)   ###
### Edit this how ever you want but don't remove this THANKS!   ###
###################################################################
blink grxg

## Lets make the shadowC folder
echo -e "Creating E:/shadowc/"
mkdir /mnt/E/shdowtst

# mkdir /mnt/E/shadowc
echo -e "Done"
sleep1
blink gggx

echo -e "Creating shadowc.img"
mkfs.fatx /mnt/C/* /mnt/E/shdowtst/shadowc.img
echo -e "Done"
blink oooo
sleep1
clear
exit


*




does that code work?.. I never tested and know very little about opendash project.. however my idea of code is:

CODE
I dont know about opendash.. but if you want to use this code, the kernel of opendash must have loop module support..

the correct code would be:

echo -e "Creating shadowc.img"
modprobe loop
dd if=mkfs.fatx of=/mnt/E/shdowtst/shadowc.img bs=512k count=x
mount -t fatx /mnt/E/shdowtst/shadowc.img / /your dir/
cp -R /patch to C/* /path to shadowc mounted/  
echo -e "Done"
blink oooo
sleep1
clear
Keo-Keo
Nope it's yet to work.. I think i need to remove the /C/* the star.. just /C i havn't had time to mess with it.. Nice code BTW and yea the opendash linux i ripped from ltools does support loop.
Keo-Keo
Ahh damn double posts ;-)
kingroach
I besically added a series of commands.. it even goes much more lengthier in the installer than this code here.. but nobody has to see the code.. tongue.gif biggrin.gif
Keo-Keo
QUOTE(kingroach @ Feb 25 2005, 03:34 AM)
I besically added a series of commands.. it even goes much more lengthier in the installer than this code here.. but nobody has to see the code..  tongue.gif  biggrin.gif
*




I'm sure i'll take a sneak peak!
kingroach
update:

I removed the UDE2 options.. this is how its looks like now:

user posted image
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.