gcfavorites / wiixplorer

Automatically exported from code.google.com/p/wiixplorer
1 stars 0 forks source link

UStealth compatability #553

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What enchancement tip do you have?
If it's more than one please list them here:
1. The ability to read drives that have had been modified to eliminate the Wii 
U format nag message.
2.
3.

Provide as much information as need to fully understand it.
http://gbatemp.net/threads/ustealth-wii-u-format-disk-nag-solved.352786/
basically, Wii U will always ask to format a USB drive that it can detect a MBR 
on but it only checks certain bytes so by altering those, you can still retain 
partition information but the Wii U will not ask you to format it every time 
you turn it on.

The problem is that no other OS or app will recognize that it's formatted 
either UNLESS compatibility is specifically added to it ... which it would be 
nice to have it added to WiiXplorer.

Original issue reported on code.google.com by maxternal on 11 Sep 2013 at 7:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Sorry for all the updates...

Please make the following easy changes to support ustealth:

partitionhandle.h line 39 add:
#define MBR_SIGNATURE_MOD           0x55AB

partitionhandle.cpp line 241 change:
    if (mbr->signature != MBR_SIGNATURE && mbr->signature != MBR_SIGNATURE_MOD) {

Original comment by roess...@gmail.com on 28 Sep 2013 at 1:44

GoogleCodeExporter commented 8 years ago
I compiled a version with UStealth support:
http://www.mediafire.com/download/rk7b81qqd761s2i/R259_mod_UStealth.7z
I didn't test it, I only compiled it with the stealth signature added.

Original comment by c...@mangaheart.org on 13 Jul 2014 at 9:10