MathewWi / dop-iosmod

Automatically exported from code.google.com/p/dop-iosmod
0 stars 0 forks source link

does not seem to correctly identify IOS with NAND Access #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Dop-IOS MOD
2. At the main menu, use "Scan the Wii's internals"
3. Examine log

What is the expected output? What do you see instead?
To show which IOS have NAND Access / All show as Disabled

What version of the product are you using? On what operating system?
11.3 / 4.1E / IOS 249 r17

Please provide any additional information below.

Even an IOS which has been NAND patched by DOPIOS-MOD shows as disabled
e.g. IOS36

Original issue reported on code.google.com by o...@4u.net on 31 Jan 2010 at 7:36

GoogleCodeExporter commented 9 years ago
Whoops. I must have accidentally forgot to swap the check's around. It is 
actually
checking for boot2 access when it is supposed to be testing the NAND access. 
I'll
have it fixed it just a bit. 

Original comment by Lunatik.CN@gmail.com on 31 Jan 2010 at 9:17

GoogleCodeExporter commented 9 years ago
Fixed and Released into v11.4

Original comment by Lunatik.CN@gmail.com on 31 Jan 2010 at 9:46

GoogleCodeExporter commented 9 years ago
How is NAND and Flash access different?

Original comment by o...@4u.net on 31 Jan 2010 at 10:20

GoogleCodeExporter commented 9 years ago
NAND Access means full access to the file system only. It means you are 
bypassing the
security around the files and folders. Without it, some of the low level 
commands
won't allow you delete. Example would be Any Title Deleter being able to delete 
any
title. Normally you can't delete certain titles from the Wii unless you have 
the NAND
Permission patch enabled. Example would be System Menu.

Flash Access means you have RAW access to the NAND. Which is also VERY 
dangerous. But
this is how the HackMii team is able to install the BootMii stuff.

The only reason I show NAND instead of NAND Permission Patch in SysCheck is 
because
of the character limitations on the screen. Most people will know the difference
between the two.

Original comment by Lunatik.CN@gmail.com on 1 Feb 2010 at 12:39

GoogleCodeExporter commented 9 years ago
Thank you for the very quick fix and good explanation of NAND v Flash access.

Original comment by o...@4u.net on 1 Feb 2010 at 1:55

GoogleCodeExporter commented 9 years ago
No Problem. Sorry I didn't reply sooner because of that other bug we were 
talking
about ;)

Original comment by Lunatik.CN@gmail.com on 2 Feb 2010 at 3:41