Visualizzazione Stampabile
-
XBOX ISO backup manager
Salve a tutti.
Non so se vi è mai capitato di utilizzare [URL="http://www.wiibackupmanager.co.uk/downloads.html"]Wii backup manager[/URL], vi assicuro che è un software di altissima qualità per la gestione delle ISO dei giochi wii, e della partizione WBSF, specifica della wii e dei suoi homabrew.
Navigando in rete non ho trovato nulla di simile , ma neanche di lontanamente comparabile.
La domanda è la seguente:
Qualcuno di voi conosce un software che faccio questo, cioè gestisca le ISO dei backup per xbox 360 RGH/JTAG???
Dato che non credo esista, chi sarebbe interessato/capace di intraprendere un progetto, in cooperazione, per crearlo sulla falsa riga del wii backup manager???
-
beh per la parte dela "conversione" ce xbox imagebrowser,o spostamento te lo fai a mano
-
non ho detto che non lo so fare :ambivalence:
A nessuno piacerebbe avere un software che gestisca il tutto? con magari una libreria di giochi e la possibilità di masterizzare, estrarre , convertire o patchare tutto in un unico software???
-
Verrebbe fuori una GUI unicomprensiva... mica male come idea... un pò come l' utility da poco uscita per la Ps3
-
io contattai l'autore di Wii backup manager chiedendogli se poteva supportare anche le iso xbox360.....mi ha risposto "si se gliela regalavo" :)
Comunque non esiste tuttora...c'è anche exiso gui carino ma lontano dalle funzionalità di Wii backup manager
[url]http://www.consoleopen.com/forum/dashboard-software-utility/1795-exiso-gui-update.html[/url]
-
Citazione:
Originariamente Scritto da
Geko90
non ho detto che non lo so fare :ambivalence:
A nessuno piacerebbe avere un software che gestisca il tutto? con magari una libreria di giochi e la possibilità di masterizzare, estrarre , convertire o patchare tutto in un unico software???
e chi ha detto che non sei capace a farlo?
http://stream1.gifsoup.com/view/5774...facepalm-o.gif
ti ho solo spezzettato in fasi il procedimento che fa il wii backup manager tradotto per xbox
cmq io aggiungerei anche l'ftp superveloce se vuoi fare un all in one cazzuto
-
ad essere interessati lo saremmo tutti, ognuno elenchi le proprie capacità in materia e vediamo se esce fuori qualcosa
-
ovviamene il software che intendo farebbe questo e altro:
-Libreria e gestione con cover e info su i game ISO contenuti sul pc.
-Estrazione ISO per caricamento su xbox rgh jtag.
-Interfaccia con abgx per la patch da programma stesso.
-Interfaccia con imgburn per la masterizzazione del DVD.
-Trasferimento dei giochi estratti su USB,tramite FTP alla xbox, e con il supporto alla partizione della xbox.
-Trasformazione e trasferimento dei giochi in GOD direttamente a FSD.
-Interfaccia con FSD per caricare le cover o descrizioni personalizzate.
-
Xbox backup creator per il dump :)
Inviato dal mio B6000 utilizzando Tapatalk
-
Ingegneria del software(studio questo) progettazione in UML.
programmazione Java , C, e discreto di php /html e C++.
-
allora potresti intanto guardare al [URL="http://www.360crunch.net/forum/attachment.php?attachmentid=1318&d=1317522031"]sorgente di exiso 2.7[/URL] :)
Bisogna anche evocare Swizzy che sicuramente ci avrà girato intorno a qualcosa del genere...
-
Citazione:
Originariamente Scritto da
Titty
Verrebbe fuori una GUI unicomprensiva... mica male come idea... un pò come l' utility da poco uscita per la Ps3
Diciamo che non intendo creare funzioni nuove ma unirle sotto un unico software.Molte cose bisogna riscriverle per poterle fare girare quindi non è solo creare un GUI unica.
Credo che il 70% sia creare la GUI che si interfaccia con i vari software già esistenti.Per esempio IMGBURN ha delle chiamate che fanno partire direttamente la masterizzazione ed appare solamente la barra progresso ed il log, ma il main del programma rimane imgburn quindi poco lavoro.
Invece l'FTP ed il supporto alla partizione xbox sarebbe da vedere se riscriverla o copiarla ( se possibile) da software esistenti.
-
Citazione:
Originariamente Scritto da
guerrierodipace
allora potresti intanto guardare al [URL="http://www.360crunch.net/forum/attachment.php?attachmentid=1318&d=1317522031"]sorgente di exiso 2.7[/URL] :)
Bisogna anche evocare Swizzy che sicuramente ci avrà girato intorno a qualcosa del genere...
Ho dato un occhiata veloce al software. diciamo che lo scheletro va bene . il problema è che è C# e io di .NET framework non capisco una mazza.
-
Quindi ragazzi, chiunque abbia voglia di cimentarsi con questo progetto scriva le proprie capacità così potremmo creare un team dedicato allo sviluppo di questo software.
Grazie a tutti
-
Citazione:
Originariamente Scritto da
Geko90
Ho dato un occhiata veloce al software. diciamo che lo scheletro va bene . il problema è che è C# e io di .NET framework non capisco una mazza.
I've already ported the C code from exiso to C# you can find the result here: [url=http://www.sendspace.com/file/uzg76e]Download XISOExtractorGUI_v1.0_b84.exe from Sendspace.com - send big files the easy way[/url] i don't have the source code for it on that link tho, i have to get that from my currently broken computer...
If there is someone willing to work with me on the GOD stuff i'd be happy to create this for you guys... however... there are more to it then just telling imgburn to "burn the iso" as you now a days have XGD3 games which require alot more care then just layerbreak and speed... you now also have to set certain settings depending on the burner, the firmware on it and the discs used... About converting back to ISO... that's not going to be doable to a iso possible to burn using imgburn without ALOT of research and stuff... you simply discard alot of security data when you extract the iso, converting it to GOD is basically just copying the iso data to a set of split files with a GOD container header... not very difficult once you know all there is to know about that shit...
-
Citazione:
Originariamente Scritto da
Swizzy
I've already ported the C code from exiso to C# you can find the result here: [url=http://www.sendspace.com/file/uzg76e]Download XISOExtractorGUI_v1.0_b84.exe from Sendspace.com - send big files the easy way[/url] i don't have the source code for it on that link tho, i have to get that from my currently broken computer...
If there is someone willing to work with me on the GOD stuff i'd be happy to create this for you guys... however... there are more to it then just telling imgburn to "burn the iso" as you now a days have XGD3 games which require alot more care then just layerbreak and speed... you now also have to set certain settings depending on the burner, the firmware on it and the discs used... About converting back to ISO... that's not going to be doable to a iso possible to burn using imgburn without ALOT of research and stuff... you simply discard alot of security data when you extract the iso, converting it to GOD is basically just copying the iso data to a set of split files with a GOD container header... not very difficult once you know all there is to know about that shit...
For the xgd3 there isn't any problem. You must select type of burner :normal( set it for truncate burning) ,burner max or payload type. Then create a config. file for imgburn of the specific DVD burner.
For convert to GOD , I think that on PC you must have only ISO patched ready for burning. When you want convert and transfer it on xbox ( God, o only file extracted from ISO ), you can do it on the fly..
I want create only a big GUI, under it you can call function of other already working software ,like xbox backup creator,image browser ecc.
My English is not very well. If I dosen't understand your idea please answer for correct me.
Thanks for answer.
-
Discussione molto interessante peccato che non ho basi per programmare se no avrei dato una mano molto volentieri, considerate l' opzione di aggiungere una gui per il burner max, magari fare un all in one sarebbe da sogno.. se vi servono icone personalizzate vi posso aiutare e sono a vostra completa disposizione !!
-
Citazione:
Originariamente Scritto da
Geko90
For the xgd3 there isn't any problem. You must select type of burner :normal( set it for truncate burning) ,burner max or payload type. Then create a config. file for imgburn of the specific DVD burner.
For convert to GOD , I think that on PC you must have only ISO patched ready for burning. When you want convert and transfer it on xbox ( God, o only file extracted from ISO ), you can do it on the fly..
I want create only a big GUI, under it you can call function of other already working software ,like xbox backup creator,image browser ecc.
My English is not very well. If I dosen't understand your idea please answer for correct me.
Thanks for answer.
Burning XGD3 games with the Truncate option is RETARTED... some games (Forza 4 is one that is FAMOUS for having problems when burnt as Truncated...) that is the reason why we have the BurnerMAX software in the first place... what you do when you truncate the disc is that you skip the last 200mb, some games store data here... what do you think happens when the dvd drive tries reading the data that you skipped? obviously it'll crash or have any number of unknown issues...
Yes, it's possible to make configurations for imgburn... but... they're individual, each computer have a different set of settings that makes the burn result better...
I'm not going to make a frontend for other frontended tools, besides there is no GOD tool (that i know of) that will work with CLI (Command Line Interface) meaning, iso2god only accepts input in it's GUI... how would you solve that problem without simply launching iso2god?! and why would we want a tool that simply launches another one? it adds extra steps for nothing in particular...
If someone is serious about making a AIO Tool, let me know... i'm willing to help out, or even do alot of work on a AIO tool for this stuff, as long as it's not simply running a large number of other apps just because other ppl are lazy... writing the code yourself (like i've done in the port i linked you to) grants you ALOT more control of what is going on... and it also removes the possibility of user screw ups such as not extracting all files required or replacing the files with faulty versions or whatever... you also don't have to rely on other ppl to fix bugs in their tools since you're the one that have the code and can thus fix the bugs yourself...
-
Citazione:
Originariamente Scritto da
Swizzy
Burning XGD3 games with the Truncate option is RETARTED... some games (Forza 4 is one that is FAMOUS for having problems when burnt as Truncated...) that is the reason why we have the BurnerMAX software in the first place... what you do when you truncate the disc is that you skip the last 200mb, some games store data here... what do you think happens when the dvd drive tries reading the data that you skipped? obviously it'll crash or have any number of unknown issues...
Yes, it's possible to make configurations for imgburn... but... they're individual, each computer have a different set of settings that makes the burn result better...
I'm not going to make a frontend for other frontended tools, besides there is no GOD tool (that i know of) that will work with CLI (Command Line Interface) meaning, iso2god only accepts input in it's GUI... how would you solve that problem without simply launching iso2god?! and why would we want a tool that simply launches another one? it adds extra steps for nothing in particular...
If someone is serious about making a AIO Tool, let me know... i'm willing to help out, or even do alot of work on a AIO tool for this stuff, as long as it's not simply running a large number of other apps just because other ppl are lazy... writing the code yourself (like i've done in the port i linked you to) grants you ALOT more control of what is going on... and it also removes the possibility of user screw ups such as not extracting all files required or replacing the files with faulty versions or whatever... you also don't have to rely on other ppl to fix bugs in their tools since you're the one that have the code and can thus fix the bugs yourself...
Effettivamente ha ragione, ma la vedo molto ardua l' impresa di ricostruire tutte le gui in una sola semplificata.. Non so se rendo l' idea....
-
It's not easy to do anything with programming, anything that is more advanced then a hello world is likely to not be very easy to do (for a novice, someone that doesn't know much about programming, once you know alot about programming things get alot easier...)
It took me 2-3 days atleast to get the C code ported to C# and be working... then it took me quite a bit more time to improve it and so on... if you guys want i can write a library (dll) that you can include into whatever project you want (.net based) which have the functions of XISOExtractorGUI apart from the GUI stuff of course (that you'll have to provide on your own)
-
It 'a good idea, but it would take at least someone skilled in programming that is to reconstruct the' eventual gui.
Sorry for my bad bad bad english...
-
Citazione:
Originariamente Scritto da
genhack
It 'a good idea, but it would take at least someone skilled in programming that is to reconstruct the' eventual gui.
Sorry for my bad bad bad english...
I'm pretty skilled with programming... and i do make GUI's alot ;)
I just don't want to spend ALOT of time doing ALOT of research on my own... GOD isn't particularly useful for me, netheir is burning games (or checking them with ABGX360)
-
something need to be rewrite. I think that it's possible because all of this tool are open source.We can copy the algorithm.
But the other 70% it's create a GUI and integrate CLI software like abgx....
The only GUI tool that would remain is the burning screen of IMG burn.
-
Citazione:
Originariamente Scritto da
Geko90
something need to be rewrite. I think that it's possible because all of this tool are open source.We can copy the algorithm.
But the other 70% it's create a GUI and integrate CLI software like abgx....
The only GUI tool that would remain is the burning screen of IMG burn.
So, you're saying that ISO2GOD is open source? where's the source for it?!
** edit: **
I found some source code that is from ISO2GOD: [url]https://github.com/Intline9/i360gm/tree/master/dep/iso2god[/url] however, this is NOT compileable due to the fact that it's been reversed by a tool that doesn't verify that the extracted code is proper... there are several errors, some that are easy to bypass, others that are not so easy to bypass without extensive research into exactly what the code is doing and why...
What this means is that there is ALOT of reasearch to be done in order to get GOD stuff supported... i have in my possession the code for GOD2ISO (turning a GOD container into an ISO) however, iirc i'm not allowed to just spread it around... [i was given it by the author per my request quite some time ago... when i was actually considering working on a AIO tool on my own... i've since decided not to spend much time on it on my own as i don't really need it anyways]
-
Ok,You be right. But i don't think that "god function" is necessary to create a first version of this tool.
we can focus on :
- BD of iso's game, with cover and info
- Extraction and conversion of iso
- patch and burning game
- ftp , usb, and fatx support to transfer games
Other function will came after.
-
Citazione:
Originariamente Scritto da
Geko90
- BD of iso's game, with cover and info
BD of iso's game? what do you mean with that? and where do you expect to get the covers from? google? your server? microsoft?
Citazione:
Originariamente Scritto da
Geko90
- Extraction and conversion of iso
Conversion to what? GOD = a container converted from ISO, otherwise we only have extraction...
Citazione:
Originariamente Scritto da
Geko90
- ftp , usb, and fatx support to transfer games
FATX, as in talking directly with the harddrive?
-
1 DB( data base), I wrote it with iPhone , and it corrected to BD...
For covers, We can do it using the same server of FSD, Microsoft or, do you know JQE360? We can use this....
2 sorry ,Extraction only. I've mistake , cut&paste...
3 yes , if you have alot of games to copy directly to hard drive and want connect it to PC.
-
Citazione:
Originariamente Scritto da
Geko90
1 DB( data base), I wrote it with iPhone , and it corrected to BD...
For covers, We can do it using the same server of FSD, Microsoft or, do you know JQE360? We can use this....
Ok, what should the database contain exactly? and should it be local or online?
-
[url]https://github.com/Swizzy/XISOExtractorGUI[/url] <--- i've uploaded my XISOExtractorGUI Code here for anyone that wants to have a look at it...
-
Citazione:
Originariamente Scritto da
Swizzy
Ok, what should the database contain exactly? and should it be local or online?
The database is local, sqlite.Inside of this we can insert info about iso( path,game id ,name,id of preferece,etc..) and statistics (Nº of transfer , Nº of burning ,etc...)
-
Citazione:
Originariamente Scritto da
Geko90
The database is local, sqlite.Inside of this we can insert info about iso( path,game id ,name,id of preferece,etc..) and statistics (Nº of transfer , Nº of burning ,etc...)
Why would the end-user want to have statistics of transfers and burning??
-
progetto interessante ammetto che pure io ci avevo pensato da un pò.
per quanto riguarda l'estrazione delle iso creai del codice a suo tempo che estraeva correttamente gli xgd2 non l'ho mai aggiornato ad xgd3 però il grande swizzy ha convertito exiso in c sharp. e quindi sei già a cavallo.
Fidati di swizzy è un ragazzo molto ma molto in gamba..
Il suo aiuto lo accetterei volentieri (e ne sarei anche molto felice).
Io vorrei un trasferimento ftp in real time.
Cosa intend i tu per fatx? vuoi un supporto al filesystem r/w come quel tool per iniettare dati nel disco fisso? o chiavette?
Ho già offerto a Swizzy la mia disponibilità, è stato lui poco fa a farmi notare questo thread in skype, se ti serve una mano ti posso aiutare sempre compatibilmente con il mio tempo libero.
In questo swizzy è ancora più grande perchè fidati che ci starà già lavorando :-) hahahaha
Anche Styp potrebbe aiutarti/ci.
Potremmo fare un consoleopen manager o qualcosa del genere le capacità ci sono..
-
XBOX ISO backup manager
Io sono molto contento di questo interessamento di swizzy. Infatti questi commenti sono molto costruttivi. Stiamo gettando una base per raggiungere un intento unico nello sviluppo del software. Non è che accetto io l'aiuto, l'idea è che tutti collaboriamo allo stesso modo, ognuno con il suo tempo libero.
L'intenzione è proprio creare un Iso manager per gestire giochi per tutte le Xbox sia con firmware sia con rgh/jtag.
Voglio includere il supporto per il filesystem della Xbox per copiare TU , e i giochi direttamente nel disco Xbox.
For swizzy:
This features is a plus, simply to be developed.
I don't know if that statistics is interesting , but I would be happy if I could find it on a software.
Swizzy, if you we can create together a UML project and after split project in several steps.
Inviato da mio iPhone utilizzando [URL=http://tapatalk.com/m?id=1]Tapatalk[/URL]
-
Stai ancora studiando o sei già nel mondo del lavoro?
Ho programmatori che vengono da una lunga carriera che no sanno nemmeno cosa è l'uml.
Questo è un buon punto a tuo favore.
Ogni progetto in team deve avere un team leader che coordina gli altri altrimenti non si collabora in modo profiquo.
Perchè non crei i casi d'uso di questa applicazione, poi ci creiamo uno workspace web dove possiamo lavorare.
-
XBOX ISO backup manager
Grazie, sono laureando in ing del software , e sto anche lavorando ( in un settore diverso , anche se sempre del settore IT mi occupo).
L'esperienza si swizzy , se disponibile, lo quotano come miglior team leader. Ma questo non vuol dire che non possiamo collaborare alla pari per il primo periodo e per i brainstorming.
Dopo verrà creato un team e vedremo. Sempre vedendo la disponibilità di swizzy.
Per il resto posso creare più che i caso d'uso , un mockup con i vari vai d'uso. Più user-friendly se vogliamo fare vedere a chi non conosce l'ing del software.
Così buttiamo giu un idea di GUI.
Inviato da mio iPhone utilizzando [URL=http://tapatalk.com/m?id=1]Tapatalk[/URL]
-
Citazione:
Originariamente Scritto da
Geko90
if you we can create together a UML project and after split project in several steps.
As G1zm0 said, even professionals don't know uml... i am one of the ppl that don't know it... i just code... xD
-
Citazione:
Originariamente Scritto da
Geko90
Grazie, sono laureando in ing del software , e sto anche lavorando ( in un settore diverso , anche se sempre del settore IT mi occupo).
L'esperienza si swizzy , se disponibile, lo quotano come miglior team leader. Ma questo non vuol dire che non possiamo collaborare alla pari per il primo periodo e per i brainstorming.
Dopo verrà creato un team e vedremo. Sempre vedendo la disponibilità di swizzy.
Per il resto posso creare più che i caso d'uso , un mockup con i vari vai d'uso. Più user-friendly se vogliamo fare vedere a chi non conosce l'ing del software.
Così buttiamo giu un idea di GUI.
Inviato da mio iPhone utilizzando [URL=http://tapatalk.com/m?id=1]Tapatalk[/URL]
G1zm0 is by far more skilled then i am tho, and he's much better suited as a team leader in my eyes, iirc that's the role he have at work... altought he also code alot :)
-
[url]https://github.com/Swizzy/x360ISOManager/blob/master/x360ISOManager.exe?raw=true[/url] could you guys check this, tell me what you think of this very early design? :D
*NOTE: This is just a quick one i set up, it has zero functionality, all you can do is browse the various tabs... *
** edit: **
If the above link don't work, try this one: [url]https://github.com/Swizzy/x360ISOManager/blob/master/x360ISOManager.exe[/url] and click on "View Raw" to download a compiled version of the design work i've done so far...
-
Citazione:
Originariamente Scritto da
Swizzy
[url]https://github.com/Swizzy/x360ISOManager/blob/master/x360ISOManager.exe?raw=true[/url] could you guys check this, tell me what you think of this very early design? :D
*NOTE: This is just a quick one i set up, it has zero functionality, all you can do is browse the various tabs... *
I can't try it now, because I work on MAC freshly formatted and I've not yet installed the virtualization software. Tomorrow I will give you feedback. bye :tears_of_joy:
-
Now, i' am trying, one moment :-)