
Okay, we have a successful build! So, I guess this is good, eh?

Same here, this sudden activity catched my attention.Definitely following this thread.

Yes it is my friend!It would just make a brick.
We need to learn more about the PPC side's checksum system, the OTP, the SEEPROMS and anything else they did to protect it.
but it's a start!...
Feel free to share anything I gave you in PM, but you'll need to re-post as the mega links are down.Yes it is my friend!
Glad to spread this information to some other people and hopefully get this going!

I appreciate it man! I'll be sharing what I've learned in a write up so people can start compiling these and work on it <3Feel free to share anything I gave you in PM, but you'll need to re-post as the mega links are down.
Live, Learn and most of all, Share!
I can only stop by once in a while as I travel extensively, but I'll try to spend time on this as time allows.
-dl
On github there's another fork of wup installer with full titles in the whitelist.Where is a non whitelisted version?

I'm guessing you mean this:On github there's another fork of wup installer with full titles in the whitelist.
It's not this fork. The one of cmdj13.I'm guessing you mean this:
https://github.com/ryanrocks462/WUPinstaller-GUI
"It will allow for Sub-Folders inside the Install Directory.
I Have Also Removed the Black/White list, so any title may be installed."
"NOTE: Only install Retail/Dev Titles or any other titles that require a Signed Ticket, Onto a Signature patched Emunand, Failure to do so will result in your console being bricked!"

https://github.com/cmdj13/wupinstallerIt's not this fork. The one of cmdj13.
I don't know, we should try.https://github.com/cmdj13/wupinstaller
There we are. So really, this should allow us to install this if we can repack the fw.img?

You got a expendable Wii U?I don't know, we should try.
No, but I only know that this fork doesn't remove whitelist, but:You got a expendable Wii U?
" wouldn't want to waste one until there's a good chance it will work.
I need to look at how the PPC protects the ARM before I'd say it was worth a try.
As time allows, I'll try to find time, but work's a bitch right now, 60+ hours a week minimum and dealing with a plant closure (lot's of layoffs- no fun)
- DataLogger"

I mean, I have 2 Wii U's, I'd rather not ruin one until there's a good chance it'll work.No, but I only know that this fork doesn't remove whitelist, but:
So it only adds full titles in the whitelist.if( (titleIdHigh == 0x0005000E) // game update
|| (titleIdHigh == 0x00050000) // full title
|| (titleIdLow == 0x10041000) // JAP title
|| (titleIdLow == 0x10041100) // USA title
|| (titleIdLow == 0x10041200)) // EUR title
{
installedTitle = ((u64)titleIdHigh << 32ULL) | titleIdLow;
What is the title id of the title that you're(or someone other is) going to install?I mean, I have 2 Wii U's, I'd rather not ruin one until there's a good chance it'll work.

It's not in the cmdj13's fork whitelist.OSv10, as it's a system image/update.
00050010-1000400A v15702

So we'd probably need to try Ryans if anything.It's not in the cmdj13's fork whitelist.
I could edit and compile wupinstaller myself, if you want.So we'd probably need to try Ryans if anything.

Not yet, the system probably has some checks that'll be tripped.I could edit and compile wupinstaller myself, if you want.