nicksasa said:fogbank , did you try ES_GetTitleTmd ?
WiiPower said:Well i just figured that comex reads this from nand somehow. If you can read the file but not get the size, that's not a problem. You could just read more than required and calculate the size of the tmd.
comex said:But why would an ES_AddTitleStart error tell you anything about /tmp/title.tmd?
WiiPower said:I can't follow. You know that you get the error message in the IOS35 downgrader that AddTitleStart failed?
Also, i write the tmd to the temp folder just before finishing the title, and i assume comex does the same.
fogbank said:WiiPower said:I can't follow. You know that you get the error message in the IOS35 downgrader that AddTitleStart failed?
Also, i write the tmd to the temp folder just before finishing the title, and i assume comex does the same.
I was referring to comex's code, not yours![]()
Trying to guess how there might be a title.tmd left in /tmp after the IOS35 downgrader ran.
WiiPower said:ANY IOS reload will delete the temp folder, so even if it was left there, you have only few chances seeing it.fogbank said:Trying to guess how there might be a title.tmd left in /tmp after the IOS35 downgrader ran.
I don't think it does. And it's really difficult to check that. Does it exit to loader or reboot the Wii, i don't want to test.
Ahh.. I was just speculating (obviously wrong).
QUOTE(WiiPower @ Jul 3 2009, 03:18 PM)
WiiPower said:fogbank said:I've been trying to figure out how comex's worked without a file on SD and without downloading anything first. If ES_AddTitleStart requires a TMD and a cert, I thought of reading it from the NAND but I think I'm running into permissions problems:
/sys/cert.sys
/title/00000001/0000000x/content/title.tmd
Well i just figured that comex reads this from nand somehow. If you can read the file but not get the size, that's not a problem. You could just read more than required and calculate the size of the tmd.

WiiPower said:Well i just figured that comex reads this from nand somehow. If you can read the file but not get the size, that's not a problem. You could just read more than required and calculate the size of the tmd.
WiiPower said:Does it work when you use the latest IOS36 from the NUS server? Comex' one does work on virgin 4.0 Wiis.
WiiPower said:Always integrate an IOS_GetVersion in your system apps. If you did not add code to skip it, it's running on IOS36. Also the HBC does load an IOS when launching apps, it does not have to be the same as it uses itself.
WiiPower said:The manipulated IOS is UNSIGNED(for all those that don't understand, that's worse than trucha signed)
- the IOS is UNSIGNED, but you can still launch it...