MathewWi / sneek

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

nandcheck improvement (not a real "bug") #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. using nandcheck to check an emulated nand that has either a custom theme or 
priiloader installed

What is the expected output? What do you see instead?

expect no errors, but instead we see:

[Error] Size of Content 8 from title 00000001-00000002 is wrong!
[Error] Size is : 568368 bytes
[Error] Size should be: 3867904 bytes 

What revision are you using?
NANDCheckv0.1b

Please provide any additional information below:
This isn't really a bug since I'm sure this app wasn't intended to check nands 
with custom themes or priiloader installed... but a lot of people have emulated 
nands with this stuff installed (especially since support for custom themes and 
priiloader was added to ModMii) and some are reporting false-postive nandcheck 
errors. It would be awesome if nandcheck could detect themes (at a minimum the 
two supported by ModMii) and also detect priiloader in order to avoid flagging 
them as errors.

Great work crediar, props to you my friend.

Original issue reported on code.google.com by xfla...@gmail.com on 3 May 2011 at 8:34