codafy / showmiiwads

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

Some IOS Title display as 0.0Mb and 1 Block #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1.
Extract BootMii Nand
or
Run SimpleFSDumper
or
Run FSToolBox
or
SneekDumper

thus creating a virtual NAND directory structure

2.
Browse the NAND in ShowMiiWads

3.

NOTICE!!!

IOS Titles... 10,28,31,33,34,35,37,38,40,41,43,45,46,48,51,52,53,55,56,57,58 
and 61 - DO NOT SHOW CORRECTLY

Filesize is 0.0MB ( This is definately not true for any IOS even STUBS are 163k 
)
Blocks is 1 ( Doubt 1.5Mb + is 1 Block )
Content is 1 ( this is valid but it shouldnt be the folder only has 1 .app file 
)

IOS Titles... 50,30,36,60,70,80 and 90 - SHOW CORRECTLY

cIOS Titles... 202,222,223,224,225,236,245,246,247,248,249,250 and 254 - SHOW 
CORRECTLY

3.

Taking IOS45-v3607.wad as an example download from NUS with NUSD

4.

Delete title IOS45-v3607 as a precaution in case revision or version prevent 
install

5..

Try and install IOS45-v3607.wad which is 1.69Mb wad which contains 15 app files

6.

Notice that in folder :\title\00000001\0000002d\content the files 0000001f.app 
and title.tmd are all that gets installed

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

The content does not appear to get installed or displays incorrectly?
The content should of been installed or display correctly!

The content was not extracted or dumped properly possibly but doubtful from 
every dumper tool gives the same result

did the content and data go possibly it is in SHARED1, SHARED2 or some other 
common location?

The content is definately in the wads we try and install it doesnt get to where 
its supposed to go or it does and the application does not factor in the shared 
apps or common locations of app files and content / data for ios titles

What version of the product are you using? On what operating system?

1.4

Please provide any additional information below.

file with -64- is the NUSD file
file without -64- is a pack wad from context menu on ios45 in list
nand.txt and nand.csv are exported list of my nand

Not sure what the difference is between the IOS that work and the ones that 
don't?
The number of content objects seem to be 15+ for most of them which i know was 
not common until lately

Original issue reported on code.google.com by andi.ire...@gmail.com on 8 Jul 2011 at 6:09

Attachments:

GoogleCodeExporter commented 8 years ago
Did some Binary Comparisons and indeed your code must not look in SHARED1 and 
read content.map and therefore does not locate the common app files so some IOS 
titles that are almost or in fact are ALL common shared apps show as 0.0Mb and 
1 block.

Can you please fix this i am guessing the WAD install code that writes the apps 
to Shared1 and maintains the content.map would be the place to start to find 
out how to map out what IOS has which shared app

Original comment by andi.ire...@gmail.com on 8 Jul 2011 at 6:18