Hacking HBC update v1.1.1

actar

Well-Known Member
Member
Joined
Feb 3, 2011
Messages
371
Trophies
0
Location
Torino (Italy)
XP
214
Country
Italy
But if someone want to use also forwarder dol for start usb loader?

IMHO: is better to use a priiloder version who recognize the new hbc without using other dols.

IMHO.2: For Wii user, actually the best is only to keep hbc 1.1.0
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,661
Country
France
I'm tempted to say that the best is to know what you are doing, and if you don't then you shouldn't mess with hacks and homebrew to begin with.
But, I'm only tempted :ninja:

If you don't understand what you are doing, don't do it.
Wait, read, learn, ask for help, understand.
If a user do things wrong, it's his own fault.
 

actar

Well-Known Member
Member
Joined
Feb 3, 2011
Messages
371
Trophies
0
Location
Torino (Italy)
XP
214
Country
Italy
Maybe my words were misunderstood because of my bad English.
Or I don't understand correctly what you (and other) want to say.
I didn't want in any way to be aggressive.
Sorry if I gave that impression.

I say only that I mod and recompiled priiloader MOD236 and after install it, he work good with the new hbc.

The code that I mod is on the previous page, what's wrong?
Why isn't a good idea use a version of priiloader that know new ID?
 

JoostinOnline

Certified Crash Test Dummy
Member
Joined
Apr 2, 2011
Messages
11,005
Trophies
1
Location
The Twilight Zone
Website
www.hacksden.com
XP
4,339
Country
United States
another dol which could be made is only loading HBC1.1.1 TitleID (LULZ)
and Making it a hidden channel with the TitleID of HBC1.7 to 1.1.0

It will redirect all homebrew's call to old HBC to the new HBC.
That won't work. Hidden channels are in a different directory than regular ones.
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,661
Country
France
Sorry if I felt aggressive, it's because you are not the first user telling others not to update.
I understand what you mean by "the best is not to update" (the new version not fixing an important bug on Wii, and keeping the old one will be less a problem for users)

I just say that telling users not to update is wrong.
How long do they have to keep from updating? nobody will tell them "ok, now it's fine, go ahead and change your homebrew version".

Telling them not to update without explaining the problem? ok, but remember that they will wait until someone tell them that it's fine. They will have a popup everytime they go in HBC telling them to update and they will be scared to do it.
While, explaining the problem, they will understand by themselves when they can update and why they couldn't before. (they could, just that some other homebrew would have problems)

Developers worked on it and fixed bugs, it's to be updated and used.
Then, if other homebrew doesn't work, it's the other homebrew's problem which need to be updated too.


It wasn't against you, but against the idea of telling other users what to do.


@Joostin:
Oh, yes, I forgot that.
But I thought such forwarder was already released for past HBC update. they probably never worked...
 

actar

Well-Known Member
Member
Joined
Feb 3, 2011
Messages
371
Trophies
0
Location
Torino (Italy)
XP
214
Country
Italy
if the mods agree I pass the link to the updated version with the new ID.
I've tried and it works without problems.

The version is the same one that gave me burritoboy9984 (priiloader MOD236), when I recompiled it for the new wiimote.
 

mike333

Well-Known Member
OP
Member
Joined
Aug 30, 2010
Messages
718
Trophies
0
XP
258
Country
Poland
if the mods agree I pass the link to the updated version with the new ID.
I've tried and it works without problems.

The version is the same one that gave me burritoboy9984 (priiloader MOD236), when I recompiled it for the new wiimote.
Could You make patches for Daco and send them through:
https://code.google.com/p/priiloader/issues/list

Thank You.
 

XFlak

Wiitired but still kicking
Member
Joined
Sep 12, 2009
Messages
13,832
Trophies
3
Age
38
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
9,826
Country
Cyprus
Question:
But if the problems is only for priiloader isn't better only to add the new ID ?

...snip...

If someone want it, I had already compiled and test it in my wii: it works good.
Please share! If a few more people can test it and confirm it's working as it should I'll add it to ModMii; I've got to put out a small update for the new hackmii installer anyways.

I just want to add that installing the new priiloader isn't necessary for brick protection. Someone could be semi-brick their Wii and only have the old school "preloader" (with an e) installed. They will try launching the homebrew channel from the priiloader menu and it will fail, but users can just install\load the latest HBC forwarder dol that Joostin shared. So basically the only downside to older priiloader versions is that you have to install a dol first before being able to boot (or autoboot) into the HBC.
 

mike333

Well-Known Member
OP
Member
Joined
Aug 30, 2010
Messages
718
Trophies
0
XP
258
Country
Poland

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,661
Country
France
I don't know Priiloader's author stand about mods.
isn't it better that he release it himself? or include it into the auto-update feature?
Does he still work on it? latest revision is from 12 months ago.
 

actar

Well-Known Member
Member
Joined
Feb 3, 2011
Messages
371
Trophies
0
Location
Torino (Italy)
XP
214
Country
Italy
The last version MOD is this: http://gbatemp.net/threads/modify-any-wii-4-3-below.171901/page-404#post-4247524
And is been used from so much users.

Now I see also this to change, but is a case that I must to understand better before apply changes.
App never go here in normal condition, but obviously must be "completed".
Code:
void LoadHBCStub ( void )
{
    //LoadHBCStub: Load HBC JODI reload Stub and change stub to haxx if needed.
    //the first part of the title is at 0x800024CA (first 2 bytes) and 0x800024D2 (last 2 bytes)
    //HBC < 1.0.5 = HAXX or 4841 5858
    //HBC >= 1.0.5 = JODI or 4A4F 4449
    //HBC >= 1.0.7 = .... or AF1B F516
    if ( *(vu32*)0x80001804 == 0x53545542 && *(vu32*)0x80001808 == 0x48415858 )
    {
        return;
    }
    //load Stub, contains JODI by default.
    memcpy((void*)0x80001800, stub_bin, stub_bin_size);
    DCFlushRange((void*)0x80001800,stub_bin_size);
   
    //see if changes are needed to change it to the right ID
        switch(DetectHBC())   
    {
        default: //not good, no HBC was detected >_> lets keep the stub anyway
            gprintf("HBC stub : No HBC Detected!1.0.8 stub loaded by default\n");
        case 3:
            *(vu16*)0x800024CA = 0xAF1B;
            *(vu16*)0x800024D2 = 0xF516;
            DCFlushRange((void*)0x80001800,stub_bin_size);
            break;
        case 1: //HAXX
            *(vu16*)0x800024CA = 0x4841;//"HA";
            *(vu16*)0x800024D2 = 0x5858;//"XX";
            DCFlushRange((void*)0x80001800,stub_bin_size);
        case 2: //JODI, no changes are needed
            break;
    }
    gprintf("HBC stub : Loaded\n");   
 
    return;   
}
 

Taleweaver

Storywriter
Member
Joined
Dec 23, 2009
Messages
8,689
Trophies
2
Age
43
Location
Belgium
XP
8,090
Country
Belgium
Wow...four pages, but I can barely see any comments on this piece of work:

(from the version history of v1.2)
BootMii/boot2 can be installed again on newer Wiis


Does this mean what I think it means? Can bootmii be installed on any given wii now*? :blink:





*okay, excluding that mini wii 'cause it lacks an SD-port. But any other wii.
 

SifJar

Not a pirate
Member
Joined
Apr 4, 2009
Messages
6,022
Trophies
0
Website
Visit site
XP
1,175
Country
Wow...four pages, but I can barely see any comments on this piece of work:

(from the version history of v1.2)
BootMii/boot2 can be installed again on newer Wiis
Does this mean what I think it means? Can bootmii be installed on any given wii now*? :blink:
*okay, excluding that mini wii 'cause it lacks an SD-port. But any other wii.
No, it's a reference to a bug in the first release which meant some newer (but still old) Wiis (with vulnerable boot1) were identified as vWiis and couldn't install BootMii/boot2, despite their vulnerable boot1. This was fixed. It is still not possible to install BootMii/boot2 on any Wii it was not previously possible on.
I don't know Priiloader's author stand about mods.
isn't it better that he release it himself? or include it into the auto-update feature?
Does he still work on it? latest revision is from 12 months ago.
It would be rather hypocritical if he disapproved of mods, considering that's what Priiloader is; a mod of crediar's preloader..
 
  • Like
Reactions: Thomas83Lin

DEFIANT

a daft old man who stole a magic box and ran away
Member
Joined
Dec 9, 2008
Messages
364
Trophies
1
Location
Gallifrey
Website
www.youtube.com
XP
1,386
Country
United States
Ok I got my shit sorted out. HBC is updated to the latest. Priiloader is updated to see the new HBC. I'm not sure why my wii was acting funny. Whatever it was doing, it's not doing it now...oh well.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Lesbians invented babies +2