Aequitas - so your app if I understand right, would FTP, and deswizzle the images easily and get them to your computer?
Any chance of adding ability to use the debug BIOS and the XDK tool xbcp.exe to take the image off the xbox while in Halo2 or any other game or dashboard as long as the xbox is running a debug BIOS? (Yeah, I still know, its a bit rebundant when you could just use Xbox Explorer or XIG to take off the current image... but I've explained why I'd like that in previous posts)
It'd be pretty simple to implement - just have the user set the path to xbcp.exe, and then just start it with the file name of the file to get off the xbox, and where to put it. (xs: drive of xbox goes to E\TDATA\, so to use it to get E\TDATA\4d530064\screencap.raw off, you'd start it up as
Code: Select all
xbcp.exe xs:\4d530064\screencap.raw screencap.raw
and you can also use the parameter "/x XboxName" or "/x IP"
(Debug BIOS IP of course) to direct it to get the file off of a specific xbox, and more parameters can be found by starting xbcp.exe with no parameters.)