Schtrom360Xtract 3.0

-------------------------------------------------------------------------------------
Schtrom360Xtract V3.0 - Descargar
-------------------------------------------------------------------------------------
Crea backups de Xbox 360 y Xbox en solo 1 paso. No necesita instalacion, solo es un archivo que hay que ejecutar.


Features/Functions
--------------------
Version 3.0 Release Date 04.10.2006
- extraction speed on SH-D162C is now 10 minutes for Xbox360 discs
- app also starts if no supported drive is found (to do image extraction/injection)
- on cancel the incomplete extracted file can be deleted
- support of kreon's GetFeatureList command, to check if the firmware of SH-D162C supports
c/r data extraction, this is also available from the tools menu
- send custom cdb commands to drive can be used from the tools menu to send all possible
cdb's to the drive
- we added predefined cdb presets
- you can add your own custom cdb presets which are saved in the Schtrom360Xtract.ini file
- the hexdisplay can be saved to a file
- sector re-read settings can now be changed per drive type and disc type, this could be
important if your discs are scratched or if you have problems extracting XBOx1 games
- if your SH-D162C or compatible drive isn't detected you can configure a custom drive in
the options menu, the choosen drive type determines how the drive is handeled by the app,
so if you have problems detecting the SH-D192C or compatible drives configure this to be
SH-D162C and choose the mapped system drive letter
- on problems you can activate a debug log and a ss debug log
- the debug log logs the extraction process
- the ss debug log logs only ss extraction and writes down the important sections of the
ss like c/r data
- the logs reside in the program directory
- the extraction debug log is named Schtrom360Xtract.log
- the ss debug log is named SSDebug.log
- if read errors occur a msg is displayed where you can continue writing blank sectors or
abort extraction, after the extraction is finished the complete number of errors is
displayed for blocks (16 sectors * 2048 bytes) and single sectors (1 sector * 2048 bytes)
- all available ini settings can be edited in the options dialog
you can set the following global values:
- debug mode on or off
- ss debug mode on or off
- sound on or off
- custom drive type
you can set the following drive and disc specific values:
- eject tray after extraction yes or no
- speed boost on or off
- max read speed and idle speed of the drives
- single sector read on error can be turned on or off
- the number of block and sector re-reads on error
- added kreon firmware revision level in drive combo box for SH-D162C
- common control style for windows xp added


Version 2.1 Release Date 01.09.2006
- now extracts video.iso, pfi.bin and dmi.bin for xtreme 3.0 style images
- also tested with xtreme V3.2
- single extraction of video.iso, pfi.bin, dmi.bin, ss.bin and game.iso supported
- the extraction can be done from original discs, copied discs and image files
- two whole disc extraction methods:
- xtreme 3.0 style (video.iso, pfi.bin, dmi.bin)
- xtreme 2.0 style (blank.iso, no pfi.bin, no dmi.bin)
- injection of video.iso, pfi.bin, dmi.bin, ss.bin and game.iso to an image
- automatic detection of Xbox1 or Xbox360 game discs depending on the size
- stealth checks added for Xbox1 and Xbox360 copied discs and images by acidflash
- DVD-ROM support for USB SH-D162C by acidflash


Version 2.0 Release Date 10.08.2006
- now also enumerates Samsung TSSTcorp DVD-ROM SH-D162C drive letter
- you must flash with kreon's firmware first
- at the moment there is no full security sector extraction possible with this drive, there
are 69 bytes difference to a "real" security sector from the Xbox360 drive
- extraction of Xbox1 games should now be possible
- be warned, I had no way to test this, so it would be nice if anybody can confirm this works
- if the "game data visible"-function fails, extraction continues
- I never had this problem so some testing would be nice
- now you can also copy defective sectors on discs that for example are scratched
- in my tests I never had any read errors on Xbox360 discs, neither on the SH-D162C nor the
Xbox360 drive
- extraction time is now displayed in the status bar
- image files are named in ascending order from IMAGE1.000 to IMAGE999.000
- you don't have to move the image files if you want to extract another one
- last but not least the extraction speed increases dramatically with this release
- in my tests a complete Xbox360 image was extracted within 15 minutes on the SH-D162C
- many many thanks to blackpanther who helped me a lot on the extraction routine, he's a great
programmer and it's a pleasure for a noob like me to work with such a master of C++!!!


Version 1.0 Release Date 31.07.2006
- enumerates Xbox360 TSSTcorp DVD-ROM TS-H943A drive letter
- creates the CloneCD image desciptor file IMAGE.dvd for the layer break
- creates blank360.iso
- extracts security sector (ss.bin)
- makes game data visible
- extracts dvd sectors (game.iso)
- merges blank360.iso, ss.bin and game.iso to the CloneCD image file IMAGE.000


Hints
-------
Version 3.0
If you get problems on extraction turn the speed boost off. The drive then works with
the default drive speed on extraction. If you changed the options and want to go back
to the predefined settings delete the Schtrom360Xtract.ini. The file is created again
at program start. But make sure you saved your custom cdb commands before deletion!
These can be added again later under the section [CDB Command Presets].


Version 2.1
For me no read errors occurred on Xbox360 discs! On Xbox1 discs the read errors are
corrected for best results.


Version 1.0
Make sure your Xbox360 TSSTcorp DVD-ROM TS-H943A drive is in xtreme0800 mode.
The Samsung TSSTcorp DVD-ROM SH-D162C drive must be flashed with kreon's firmware.
Otherwise there's no drive letter available and Windows XP can't see the drive.
This program is written for Windows XP SP2 and I think it's the only platform it
will run on at the moment, but with the source included you hopefully can port it
easily.


Additional Steps
------------------
To burn the image do the following:
- set the booktype of your burner from DVD+R DL to DVD-ROM
(you don't need this with xtreme firmware V3.1 and V3.2 on TS-H943A)
- start CloneCD
- insert DVD+R Double Layer disc
- choose image.dvd file
- burn at 2.4x speed
- I have not burned with DVD Decryptor, but I've read you must apply the layer
break manually in this software, there are some good tuts on http://www.xbox-scene.com


Technical Details
-------------------
Changes and error fixes

Version 3.0
- MyEnumAllXbox360CDROMs replaced IOCTL_STORAGE_QUERY_PROPERTY and send the inquiry through
MySendCDB, this also reduces typedef struct from ntddk in myntddk.h
- poweriso empty combo boxes fixed, if you configured a virtual drive in poweriso this drive
don't respond to the sended inquiry command and my functions returns with an error,
I think this behaviour is intended by the authors of poweriso
- XBOX1 ss problem in kreon's V0.80 is fixed on ss extraction
- without any option changes and speed boost turned on:
- SH-D162C works on 16x extraction speed
- TS-H943A works on 16x extraction speed, the command is accepted although we think the
TS-H943A can't go faster than 12x
- on ss extraction SH-D162C works with 6x speed and TS-H943A with 5x speed, which is also
the idle speed for the drives
- Schtrom360Xtract.ini is created at startup with predefined settings for max performance
- ported program to VS2005


Version 2.1
- it seems to be the best to use blocks of 16 sectors when reading the discs,
especially for error corrections on Xbox1 discs this works best
- on error every sector of the failed block (2048 Byte * 16 sectors) is read again
before the sector is filled with zeros, this seems to give the similar results as
isobuster
- many functions have been rewritten, now we have functions like MySendCDB to send a
variable length command to the device
- I used a lot more MFC CStrings, cause the code get's more readable than with c style
strcpy and strcat
- MyExtractSectors is a very huge function, cause we can gain a lot of time in comparison
to calling MySendCDB every loop and init all the structs
- the most functions now accept file or device handles, so we don't need to open/close
devices and files all the day
- before the video.iso extraction the cd tray must be ejected and loaded on the original
Xbox drive, this is only necessary if the game data is already visible at video
extraction start
- the pfi.bin and dmi.bin extracted on the original Xbox drive with xtreme 3.0 has
a "four byte left shift" compared to the SH-D162C, so on extraction on the Samsung
drive I implemented this shift, thanks to kreon who helped me with the last 4 missing
bytes on the samsung and c4e for his immediate response in the forums
- differences between an SH-D162C xtreme 3 and an Xbox xtreme 3 image:
- 0xFD8FA00: 69 bytes challenge/response data missing in the security sector of the samsung
- warning: if you compare Xbox1 images extracted on SH-D162C and TS-H943A you get different
results even with isobuster, the SH-D162C seems to have a better error correction and
can read sectors the Ts-H943A can't read
- now I also try to support copied disks, they are checked for valid pfi, dmi and ss data,
first I try to extract the data in the usual way (cdb), if this fails I read the sectors
where the data resides on a copy, thanks for acidflash and Redline99 for help on checking
for valid bytes
- after extraction every file is checked on valid size


Version 2.0
- the CD-ROM enumeration routine has some major bugs, but they only show if you
modify the functions to scan more than one drive, cause of that I deleted the
SCSI inquiry command and took another approach with IOCTL_STORAGE_QUERY_PROPERTY,
the new function name is MyEnumAllXbox360CDROMs
- added a combo box for better changeablity of supported extraction drives
- added a check box for selecting Xbox1 game extraction mode
- "game data visible function" return value is ignored
- in the function MyExtractXboxImageFromDVD the first unreadable cd sector on the
disc will generate a MessageBox, the user can continue the extraction with errors
- the MyExtractXboxSecuritySector functions now has a Sleep of one second between
sending cdbs, this is for security only, no errors had been reported of a wrong ss
- the extraction routine is now modified for faster reading of sectors


Source Code
-------------
Source Code is not released in future versions. There are to many patchers out there!
They incremented the version number on their own and this really sucks! On 2.0 there
were too many "patched" versions out and users don't know what version they should
download. This also confuses us if we get an error report on an "unknown" version.
We think the really interested people can figure out what's going on by looking at the
source code of version 1.0 and 2.0.


Special Thanks
-----------------
Greets go out to Xboxhacker.net, Xbox-Scene.com, xbins.org and all other sites for
their support.

blackpanther:
Thanks to blackpanther who helped me a lot on the extraction routine speed up. His hex
conversion shows he is a real pro C++ coder.

acidflash:
Thanks for changing parts, coding new source, looking into the code and making suggestions
on what can be made better. Thanks for protection and the amazing send custom cdb dialog.
This was solely your idea! Hope your hand is getting better and you can soon code more
nice things into this. The upcoming hitachi support is yours if the right firmware is out!

Redline99:
Thanks for informing me always and keeping me up to date on new error scenarios. XBC rocks
and is a nice alternative to S360X. Keep me up to date in future on new excellent XBC
releases!

kreon:
Thanks for sending new firmware releases and let me test your new stuff. Your firmware
rules and with full ss extraction a dream has come true for us all!

c4e:
Thanks for making all this possible on the 360 and sharing your knowledge with others!

Schtrom:
I am full of respect for the people above. They have done great things in the last year!
Their knowledge is amazing! I thank them all on working hard in their limited free time
and code hard (even with one hand) to make backing up XBOX discs so easy everyone can do
it without a problem.

The beta team members:
My special thank to the team leader acidflash! He organized the whole beta testing and error
reporting.
- acidflash (team leader)
- Warped
- stl25
- Karwalski

Eugene Pustovoyt:
Thanks to codeproject and Eugene Pustovoyt for his "CPPDumpCtrl - version 1.2" a really nice
hex edit control for the send custom cdb command dialog.


Get your XBOX today!
Kai Schtrom (not sponsored in anyway from MS)
mmm nueva version del Schtrom,nueva dl firm de kreon y nuevo backup creator jeje vaya dia!!

salu2
Me he instalado el 0.81, pero hay algo que no me queda claro: ¿Schtrom y Backups creator son dos programas diferentes para sacar isos "al vuelo" de juegos de 360?y, si es asi, ¿cual es mejor o mas efectivo de los dos?Gracias por la ayuda y un saludo
donde lo as conseguido el o.81
haber, me gustaria q dijerais si con este programa es necesario meter despues la key o te lo hace todo solo y sobre todo, si hay q hacerlo desde el lector de la 360 o se puede hacer directamente desde el lector dvd de PC. (Por cierto si alguien sabe como solucionar mi problema con una placa Gigabyte GA-K8N SLI, q me lo diga. El lector de mi consola es un ms25 Samsung,xD, de agosto de 2005, pero no puedo hacer el flasheado, ni con el pack de flash78 ni con ningun otro)
Hola, queria saber la opinion de alguien que haya probado este programa o aplicacion,ya que el xbox backup creator ,esta dando algun problema que otro.Alguien que pueda verificar que el programa funciona?.Gracias.
yo te puedo verificar, que teniendo el samsung 162c, el xbox backup creator me da error al cambia rde modo, pero me hace la iamgen y no la e grabado porke seguramente no vaya, mientras uque el schtrom no me ad ado ningun fallo al hacer la iamgen y creo que si ke me funcioanra si la grabo, eske no me kedan dvd de doble kapa, sino te lo konfirmaria
Gracias Giru, yo tengo el mismo problema,no tengo dvds.
Alguien que lo haya probado puede decir qtal va??
Este programa saca las imagenes ya con el stealth y demas, solo para grabar y listo??

Que alguien lo confirme plz, que ami ultimamente el Backup creator me da errores [alien]
He comprao hoy el lector Samsung SH-D162C por 19 euritos,he actualizao con el kreon 0.81 y he hecho la primera prueba con este Schtrom360Xtract 3.0.

Tony Hawk original extraido a la primera sin ningun fallo; tb he probao a sacar solo el ss y parece q todo ok.La tengo externa, puesta en una caja USB.

Y si,t lo hace todo en un solo click.Tarda unos 10 min.

No se como sera el backup creator,pero por ahora me quedare con este.

Menuda gozada,agur wxripper y ss merger!!!

Edito.Juego probado y funcionando perfectamente.
Triple,al extraerel juego,que opcion has marcado en la pestañita de extraccion?



Whole disc

Video iso

pfi.bin

dmi.bin

ss.bin

game.iso


Has cambiado alguna opcion mas?


Es que si no necesitamos parchear naday extrae todas las isos a la perfeccion creo que tenemos una gran aplicacion entre manos.

Ale,espero tu respuesta o la de algun''sabedor'' mas.

Un saludo



Edito:

Tanto con esta aplicacion como con el Backup Creator me salen mensajes como ''Can't extract ss bin''

Aque puede ser debido?

EL backup creator,al extraer el juego,al 3.51%, me dice ''error security sector'' y te da las opciones de omitir,continuar o cancelar.

A ver si me ayudais,algo pasa que mi grabadora no debe de extraer las ss.
kreon 0.81 donde lo consigo
Muradas,lo hice con la opcion q viene por defecto,whole disc xtreme 3 style.

Solo he probao con uno aun,pero ya t digo q con el tony todo bien.

Ningun error ni nada parecido.

salu2 compi
A ver, he extraido la imagen, tengo que hacer algo más?
O la quemo ya?
Hola, tengo todo a punto para hacer la copia, se toca algo de las opciones o se deja todo como biene en el schtrom360.
Yo hoy cuando he instalado el lector Samsung he probado con este programa y perfecto, una gozada.
}:/ el megaupload no me sirve por aca [agggtt]
Acabo de probar a extraer el Dead Rising y me da error de lectura,me dice que no me extrae los SS,y hace un ratillo extraje con el mismo programa el Kameo y el Moto GP y de cine,perfecto,lo raro es que me tarda58 minutos en extraerlos,me va lento de narices no creeis?

Sabeis el por que del error ss en este juego?

Saludos
MURAD@S escribió:Acabo de probar a extraer el Dead Rising y me da error de lectura,me dice que no me extrae los SS,y hace un ratillo extraje con el mismo programa el Kameo y el Moto GP y de cine,perfecto,lo raro es que me tarda58 minutos en extraerlos,me va lento de narices no creeis?

Sabeis el por que del error ss en este juego?

Saludos


joe,te tarda demasiao.Yo lo hago en un PC q tengo recien formateao con el Media Center y tarda 10 min.Y eso q lo hago por caja usb.

No tendras tu una por ahi pa probar con eso,no?

Otra opcion,si tienes otro HDD por ahi,seria la d probar a meterle un XP nuevo y probarlo con un sistema limpio.

Q equipo tienes? No andaras con un Pentium 2 no? [+risas]

Salu2 compi,a ver cuando t pillo por banda otra vez.
Clubwar escribió:Este programa saca las imagenes ya con el stealth y demas, solo para grabar y listo??

Que alguien lo confirme plz, que ami ultimamente el Backup creator me da errores [alien]


Aver si alguien puede responder a esto, que ami tb me tiene intrigado. Este programa funciona con que lectores funciona? porque me dice al ejecutarlo No xbox 360 drive found! Saludos
R3alroot escribió:
Aver si alguien puede responder a esto, que ami tb me tiene intrigado. Este programa funciona con que lectores funciona? porque me dice al ejecutarlo No xbox 360 drive found! Saludos


Funciona con el DVD-ROM SH-D162C
Gracias por la respuesta, mañana me lo compro en app que lo tienen a 16 euros! Saludos

PD: Este programa saca las imagenes ya con el stealth y demas, solo para grabar y listo?? (eso todavia no me queda claro)
R3alroot escribió:Este programa saca las imagenes ya con el stealth y demas, solo para grabar y listo?? (eso todavia no me queda claro)


SI [bye]
Hahah, gracias por confirmarmelo! Mañana me lo agencio :D
Buenas me acabo de comprar el pack de samsung 162c (firmware kreon 0.81) +piooner 111.
Con este programa estoy haciendo la imagen y luego la grabo con el clone cd y listo? tengo que poner alguna opcion en el clone cd? o simplemente cargo la imagen y ya esta.? saludos y gracias!!
djsesteban escribió:Buenas me acabo de comprar el pack de samsung 162c (firmware kreon 0.81) +piooner 111.
Con este programa estoy haciendo la imagen y luego la grabo con el clone cd y listo? tengo que poner alguna opcion en el clone cd? o simplemente cargo la imagen y ya esta.? saludos y gracias!!


Yo tengo exactamente el mismo pack que tu, y lo unico q tengo que hacer es "whole disc (Xtreme 2.0)", extract, espero a que termine el programa, abro el clone cd, selecciono la imagen .dvd (no la .iso q la cagas) y despues le digo q la grabe a 2-2.4x, aunque una vez pude grabar un dvd verbatin a la velocidad máxima (entre 6x y 8x), pero aunque me salio bien y va de perlas, no te recomiendo que fuerces la velocidad que te marca el dvd q tengas, sobre todo si son de marcas más "económicas" que los Verbatin. Por cierto con este método no me ha fallado aún ningún backup (llevo 11 de 11) y me cargan a la primera en la consola y rápido.

Saludos.

P.D.: Es más fácil de lo que parece ya lo verás. Suerte.
Jojo, he ido al app y no lo tenian en stock, asi que me lo traen el miercoles! Alguno de vosotros lo tiene en color negro? Esque lo he pedido negro creo que es el mismo. Saludos
Supongo, yo lo tengo el blanco (comprado en app), tengo la grabadora y el lector solo me faltan los dvds que espero que me lleguen hoy, la imagen creo q la ha hecho bien...


saludos
El mio es negro,comprado en una tiendilla d mi ciudad.

Es mejor q los hagais con la opcion xtreme style 3,q ya vienen con pfi y dmi pa hacerlos stealth y q sean mas seguros en internet.

Ya vereis q facil.
juer, aqui se ve muy facil, pero yo siempre lo veo muy dificil, estoy muy crudo en esto!!!!
Ayer e probado este programa con el condemned y de lujo...2 click y a jugar.
El pack fue con una piooner de serie y la samsung 0.81. saludos!!
aver si alguien me echa la mano para conseguir el KREON_V081 porq estoy en Mexico y no me dejar descargar de la pagina megaupload este archivo.o aver si saben de donde mas lo puedo conseguir.


gracias
alarmasselpro escribió:aver si alguien me echa la mano para conseguir el KREON_V081 porq estoy en Mexico y no me dejar descargar de la pagina megaupload este archivo.o aver si saben de donde mas lo puedo conseguir.


gracias


Tienes un mail

Un saludo
No me deja descargar el kreon 0.81 desde megaupload. Alguien me lo puede mandar por email. Muchas gracias.

Otra pregunta ¿Sabeis donde puedo comprar la samsung sh-d162c? es que hablan de app pero no tengo ni idea de que tienda es esa. Muchas gracias.
App es appinformatica, busca en google.
La imagen generado me sirve para el nme 1.1?????

Gracias!!
Kreon 0.81 jaml@msn.com, no lo consigo y veo que alguno de ustedes ya lo tiene un mail. porfa [beer]
Tios, no se q es lo q me pasa....He probado mis 3 juegos (perfect dark, n3 y dead rising) y kon los 3 me da el mismo error, al 3% me dice q no puede extraer las ss. He probao con toas las opciones posibles y na, teno el samsung 162c kon kreon 0.81 y no ay forma. AYUDA POR FAVOOOOOOOOORRRRR!!!!! [snif]


EDIT: acabo de probar tambien kon juegos de XBOX y me sale el mismo mensaje de error........:(
40 respuestas