Hacking SuperDump

  • Thread starter Thread starter tueidj
  • Start date Start date
  • Views Views 143,629
  • Replies Replies 291
  • Likes Likes 2
BenieUK said:
QUOTE said:
When i download the file, it shows up with a .dol codec. I cant open the file, please help!

A .dol file needs to be run through the Homebrew Channel on your wii NOT your PC.
i just put superdump.dol on the root of the sd card then went to homebrew channel and nothing happened
 
ILikeBacon said:
BenieUK said:
QUOTE said:
When i download the file, it shows up with a .dol codec. I cant open the file, please help!

A .dol file needs to be run through the Homebrew Channel on your wii NOT your PC.
i just put superdump.dol on the root of the sd card then went to homebrew channel and nothing happened

I assume (assume being key word) that you need to put in the Rock Band 1 disc as well. But I'm not sure.
 
ILikeBacon said:
BenieUK said:
QUOTE said:
When i download the file, it shows up with a .dol codec. I cant open the file, please help!

A .dol file needs to be run through the Homebrew Channel on your wii NOT your PC.
i just put superdump.dol on the root of the sd card then went to homebrew channel and nothing happened

You should know that the Homebrew Channel reads DOLs in /apps/, silly.

Rename the DOL as "boot.dol" and put it in "/apps/Superdump/"
 
BoomDivX said:
And to answer why you should do it even if 3 other apps are doing it:
- one program to do all is better in my opinion
- "why should I reimplement a feature that already exists in at least 3 other dumping programs?" Because you're program is already doing something the 3 others are doing, but faster!
Still missing the point... the wii's wifi speed tops out at around 450-500KB/s. Adding wifi support to superdump would not be any faster than existing programs.
QUOTEthough i completely agree with LightyKD wifi is a option that should definitely be included in this app, ppl have preferences.
to make a truly good app is to try to cater to a wide audience e.g. ppl who prefer wifi dumping.
You want me to spend hours/days working on wifi support just for the few people who are too lazy to choose between clicking superdump or ftpii from the homebrew channel?

Superdump was made because the existing programs were too slow at dumping to disc. The exisiting programs that can dump to wifi already give the best performance possible. Superdump was not written to be the greatest dumper app of all time, it was meant to be the fastest SD dumper - that was extended to include USB support since there weren't any fast USB dumpers either, but wifi cannot be improved and will not be added.
 
I knew that answer was coming - it's just a shame you had to spell it out, tueidj.

I think this is a great program. It works only slightly slower than USBL GX dumping to any of my USB sticks (except 1 that took 20 minutes longer than any other stick) than dumping to my exHDD. So long as I use WBFS, I don't particularly need this program, but I do think it's a good tool to have if I'm visiting friends and want to copy their games.

Using command prompt to combine the parts isn't difficult, but I think this application could benefit with a simple bat/exe file for all the lazy people to combine parts for them. And/or a *nix/mac equivolent.
 
Hey im a newb when it comes to Homebrew Channel stuff. How exactly do you dowload SuperDump, meaning where should i put the file, in a specific location?? Also, after I finished instaling the Homebrew Channel can i remove the private folder and things I put on there from my SD card??

Thanks, this would really help.
 
TEC36 said:
What is a good program for combining .bin files/making .iso files?

Note that I'm broke.
Dialexio said:
This goes into the command prompt for Windows XP and up.
Code:
copy /b 0.bin+1.bin+2.bin wii.iso

And to recap, for *nix systems (including Mac OS X):
CODEcat 0.bin 1.bin 2.bin > wii.iso

Add/remove #.bin files as necessary. If it doesn't work, the files probably aren't in the same directory the Terminal is in.
I have yet to come across a GUI, if that was what you meant.
 
Dialexio said:
TEC36 said:
What is a good program for combining .bin files/making .iso files?

Note that I'm broke.
Dialexio said:
This goes into the command prompt for Windows XP and up.
Code:
copy /b 0.bin+1.bin+2.bin wii.iso

And to recap, for *nix systems (including Mac OS X):
CODEcat 0.bin 1.bin 2.bin > wii.iso

Add/remove #.bin files as necessary. If it doesn't work, the files probably aren't in the same directory the Terminal is in.
I have yet to come across a GUI, if that was what you meant.

Thank you so much!
 
Dialexio said:
This goes into the command prompt for Windows XP and up.
Code:
copy /b 0.bin+1.bin+2.bin wii.iso

And to recap, for *nix systems (including Mac OS X):
Code:
cat 0.bin 1.bin 2.bin > wii.iso

Add/remove #.bin files as necessary. If it doesn't work, the files probably aren't in the same directory the Terminal is in.

I tried this, and after a bit of moving files around, I got it to start working. Once I did, 0.bin (I am trying to combine an ISO of Rock Band 1) appeared and soon a message appeared saying there wasn't enough room to store it. Sure enough, the drive only had about 3GB of free space. I uninstalled a few unneeded programs and soon I had 4.55GB of free space. From what the two .bin files (0 and 1) say, the total space an RB1 ISO takes up is 4.37GB, so I thought I was fine at this point. Unfortunately not. The prompt attempted to combine the .bins and moved on to 1.bin this time. Still, an message saying there was insufficient space popped up.

I typed in copy /b 0.bin+1.bin wii.iso as it says, but I don't think that's the problem. Could I be wrong about the file sizes/free space? Thank you in advance.
 
Are the .bin files on your computer, on your storage device (SDHC card, USB hard drive...), or both? Just get the .bin files onto the storage device if they aren't there, and delete the .bin files from your computer.

Hopefully, there's enough space on your computer. Just use the command as before, but instead of "wii.iso," make it output onto your computer. Here's an example (I assume you're using XP? Vista changed the user directory location.):
Code:
copy /b 0.bin+1.bin "C:\Documents and Settings\ACCOUNT\Desktop\wii.iso"
 
The drive that you are writing the .iso to (the disk you say has 4.55GB free space) must be formatted as NTFS, not FAT or FAT32. Otherwise you will get an insufficient disk space message.
 
tueidj said:
The drive that you are writing the .iso to (the disk you say has 4.55GB free space) must be formatted as NTFS, not FAT or FAT32. Otherwise you will get an insufficient disk space message.

That would be my problem. I'm trying to write to my C drive. However, I can't format the C drive into NTFS, this is a sibling's computer I'm using for the SD reader. Also, I didn't have a portable device (SD/USB) large enough for both parts so I put them on separate USBs and tried to combine them from those (which worked, as in it tried but there still wasn't enough space for now obvious reasons).

So, it seems I need to either format an entire drive into NTFS, or buy/borrow a portable device large enough for the whole ISO.

Am I right, or is there something else I can do?
 
Help,I'm getting really tired. Every time i try to dump it keeps saying "Error reading sector data". What am i doing wrong here? I have a 4gb micro sd with nothing on it.Please help!
 
I was bored and someone mentioned a wanting a GUI, ncConcat is the result.

QUOTE said:
Description:
ncConcat is a small program that can be used to merge multiple files into one file.

Extra Info:
This program simply uses the windows copy command ("copy /b input0+input1+input2 output").
This program was made for people who are too lazy to use the command line or write a batch file.
This program automatically sorts the selected input files.
To access extra settings simply right-click the icon in the system tray.

Requirements:
This program requires .Net 3.0, the official package for .Net 3.5 SP1 (a cumulative update which includes .Net 2.0 SP2/.Net 3.0 SP2/.Net 3.5 SP1) can be downloaded here: http://download.microsoft.com/download/2/0.../dotnetfx35.exe

But I recommend you get and install the silent installer found here (extract and run the "DotNetFX3in1.exe" found inside the SVCPACK folder): http://www.ryanvm.net/forum/viewtopic.php?t=6431
More information about .Net can be found here: http://msdn.microsoft.com/en-us/netframework/default.aspx

Changelog:
07-11-2009: Initial release (a01).

All rights reserved
nubecoder
www.nubecoder.com
ncConcat.png


[Download Link]
 
nubecoder: While I firmly believe people who can't use the command prompt have no business hacking their wii, your app is greatly appreciated.

conan3000: Install a cIOS, preferably rev13 or later.
 
Hm... I got an error when trying to dump. It can't read the filesystem on my SD card. It is formatted in FAT32. Any ideas?
 

Site & Scene News

Popular threads in this forum