What exactly FMCB is installing?
I'm little confused,I've changed the splash and loading screens but the size of osdmain.elf between my customized loader and the original is 1:1 same but it has different splash and loading screens?
The whole installation size(SYS-CONF and BEEXEC-SYSTEM) is 1:1 equal
Code:
Loading(original) Loading(my)
loadelf_w = 160; loadelf_w = 240;
loadelf_h = 28; loadelf_h = 75;
size(loadelf.h)
62kb 248kb
Splash(original) Splash(my)
splash_w = 240; splash_w = 240;
splash_h = 83; splash_h = 76;
size(splash.h)
274kb 251kb
osdmain.elf - 73,3 KB (75136 bytes)...it's equal to the last byte but not on hex level