Welcome! Log In Create A New Profile

Advanced

WiiSCU 0.24

Posted by SifJar 
WiiSCU 0.24
October 31, 2009 12:05AM
This is a quick mod of WiiSCU to allow installation of IOS70, as I have been told it is needed for the latest Shop Channel update. Could someone try it please, the main thing which needs tested is the IOS70 installation, nothing else has changed.

Here's the DL :http://www.mediafire.com/?lyc3tadokwj

Thanks if anyone bothers to test it.

EDIT: That one didn't work, this one should hopefully: [www.mediafire.com]



Edited 1 time(s). Last edit at 10/31/2009 01:20PM by SifJar.
Re: WiiSCU 0.24
October 31, 2009 02:07PM
Could you post the shop channel update installation code you used? (Just the patchmii function call I mean) I wanna see how it matches up to mine in Dop-IOS MOD.
Re: WiiSCU 0.24
October 31, 2009 04:38PM
Sure, here:

//wii shop channel
	if (shopchan == 1) {
		printf("[*] Installing the Wii Shop Channel ..\n");
		#ifdef DEBUG
		printf("going into patchmii control\n");
		#endif
		ret = patchmii_install(0x10002, 0x48414241, 18, 0x10002, 0x48414241, 18, 0);
		if (ret < 0) {
		printf("[-] PatchMii_install(); returned %d", ret);
		printf("[*] Press any key to quit.\n");
		wait_anyKey();
		exit(1);
		}

BTW, this is Wack0's code from original WiiSCU, all I have changed in this is the version number, from 0 (which gets latest version, but for some reason doesnt work correctly for some people with the latest Shop Channel) to 18 so it gets v18 instead.

Is there a problem with the dop-IOS MOD Shop update code?



Edited 2 time(s). Last edit at 10/31/2009 04:39PM by SifJar.
Sorry, only registered users may post in this forum.

Click here to login