Welcome! Log In Create A New Profile

Advanced

Dop-IOS mod

Posted by SifJar 
Re: Dop-IOS mod
August 16, 2009 02:22PM
I just installed IOS 35 through the old one and dop-IOS didn't freeze, nor do I have a brick in any way shape or form!
Re: Dop-IOS mod
August 16, 2009 04:05PM
So, there is no need for the new one? Cool. I just thought perhaps it'd fail or brick or something if you tried to replace the IOS it was running on. But seeing as it doesn't, I can just delete the new version and release the original. Thanks for your help metroid.
Re: Dop-IOS mod
August 16, 2009 04:13PM
You're welcome!
Re: Dop-IOS mod
August 16, 2009 04:16PM
Does anyone know of an open source program that lets you select the IOS you use? Because I MAY be able to look at the source and add that to this. No promises though.
Re: Dop-IOS mod
August 16, 2009 04:22PM
I believe waninkoko (as much as we don't like him) has released an IOS select function. Unless you speak Spanish though... Good luck reading his site.
Re: Dop-IOS mod
August 16, 2009 04:47PM
Yeah I thought that he had that in WAD manager or something. Anything else, or do I have to download it?
Re: Dop-IOS mod
August 16, 2009 05:12PM
i dont even know where to get that function so i cant really help there but i know that there is something out there that will add that IOS select.
Re: Dop-IOS mod
August 16, 2009 05:16PM
For anyone else interested I just wrote up (in less than 3 minutes ;-) ) a hunk of code for SifJar (that he said he'll use) for this:

int ourios = 0;
int tracker = 0;
int totalios = 3;

for(;;){
WPAD_ScanPads();

if(WPAD_ButtonsDown(WPAD_CHAN_0)&WPAD_BUTTON_A)
break;

if(WPAD_ButtonsDown(WPAD_CHAN_0)&WPAD_BUTTON_RIGHT)
tracker++;

if(WPAD_ButtonsDown(WPAD_CHAN_0)&WPAD_BUTTON_LEFT)
tracker--;

if(tracker < 0)
tracker = totalios;

if(tracker > totalios)
tracker = 0;

if(tracker == 0)
ourios = 35;

if(tracker == 1)
ourios = 36;

if(tracker == 2)
ourios = 60;

if(tracker == 3)
ourios = 61;

printf("IOS: %d", ourios);
}



Edited 1 time(s). Last edit at 08/16/2009 05:16PM by Arikado.
Re: Dop-IOS mod
August 16, 2009 05:19PM
soooo... where would we add this in the source code? In main.c perhaps? (sorry complete noob in coding)
Re: Dop-IOS mod
August 16, 2009 05:19PM
Thanks to Arikado, I think I now have a working IOS select at start up. Again, this needs tested. Here's the link:

[www.mediafire.com]

Thanks, Arikado.
Re: Dop-IOS mod
August 16, 2009 05:21PM
No, thank you SifJar. I'm too lazy to write a definitive IOS installer on my own.

I hope it works out :-)
Re: Dop-IOS mod
August 16, 2009 05:23PM
I did practically nothing here. I just copied what you gave me into marc's source code and modified one other line. You did practically everything. I just put it together ;)
Re: Dop-IOS mod
August 16, 2009 05:23PM
Ok, so should I help test this?
Re: Dop-IOS mod
August 16, 2009 05:25PM
I will test it
Re: Dop-IOS mod
August 16, 2009 05:25PM
Sure, that'd be really helpful. I reckon this should be the final release, once this is tested I'll stick it up on the wiki.
Re: Dop-IOS mod
August 16, 2009 05:26PM
If it works, do you mind if I blog about it?

Also, are you calling it an unofficial mod of DOP-IOS or giving it a new name and crediting the original DOP-IOS?
Re: Dop-IOS mod
August 16, 2009 05:30PM
It wont load for me. Typo?

EDIT: i mean it shows up in HBC but black screens.



Edited 1 time(s). Last edit at 08/16/2009 05:30PM by metroid_maniac.
Re: Dop-IOS mod
August 16, 2009 05:30PM
@Sif Jar

I would just make a new page called Dop-IOS MOD and give credit to the original just stating that you modified it. (similar to AnyTitle Deleter MOD)
Re: Dop-IOS mod
August 16, 2009 05:31PM
@metroid_maniac
Try two things:
1)Try again
2)If 1) doesn't work, press A and see if that does anything
Re: Dop-IOS mod
August 16, 2009 05:36PM
@arikado

It doesn't work. The Wii Remote is still connected but none of the LEDs are on. I had to hard reset. There wasn't a code dump.
Sorry, only registered users may post in this forum.

Click here to login