Tutorial Setup Custom Firmware w/ SigPatches

  • Thread starter Thread starter iAqua
  • Start date Start date
  • Views Views 230,544
  • Replies Replies 889
  • Likes Likes 41

Were you successful in installing redNAND?

  • Yes, it worked perfectly.

    Votes: 174 66.2%
  • Yes, but with some hiccups.

    Votes: 34 12.9%
  • No, and I bricked.

    Votes: 39 14.8%
  • No, it didn't work, but I didn't brick! :)

    Votes: 16 6.1%

  • Total voters
    263
So, just a stupid question, it won't be possible to do a NAND Dump of only the "WiiU" part and use the vWii Sysnand ( WiiU Emu + vWii Sys)?
Well, currently vWii on redNAND is broken. It won't boot.
You'd still have to be using vWii on sysNAND.

As for you actual question, maybe? The current dumper does vWii anyways.
 
  • Like
Reactions: ThunderbInazuma
if you want to install dlc on rednand you just use a wupinstaller and does it require the fake ticket?

if so has anyone established how to make a fake ticket?
 
if you want to install dlc on rednand you just use a wupinstaller and does it require the fake ticket?

if so has anyone established how to make a fake ticket?
Here, this is from kanye_west.
Here is a simple little python script which will generate a title ticket given a title ID and a title key. Obviously the signature will be invalid, so you must install the title from within iosuhax.


import binascii
import sys
import os

if len(sys.argv) != 3:
print("usage: %s titleid titlekey" % sys.argv[0])
sys.exit()

f = open("title.tik", "wb")

if not f:
print("can't open outfile title.tik for writing" % sys.argv[0])
sys.exit()

f.write(b"\x00\x01\x00\x04")
f.write(os.urandom(0x100))
f.write(b"\x00" * 0x3C)
f.write(b"\x52\x6F\x6F\x74\x2D\x43\x41\x30\x30\x30\x30"+
b"\x30\x30\x30\x33\x2D\x58\x53\x30\x30\x30\x30"+
b"\x30\x30\x30\x63\x00\x00\x00\x00\x00\x00")
f.write(b"\x00" * 0x5C)
f.write(b"\x01\x00\x00")
f.write(binascii.unhexlify(sys.argv[2]))
f.write(b"\x00\x00\x05")
f.write(os.urandom(0x6))
f.write(b"\x00\x00\x00\x00")
f.write(binascii.unhexlify(sys.argv[1]))
f.write(b"\x00\x00\x00\x11\x00\x00\x00\x00\x00\x00\x00"+
b"\x00\x00\x00\x00\x05")
f.write(b"\x00" * 0xB0)
f.write(b"\x00\x01\x00\x14\x00\x00\x00\xAC\x00\x00\x00"+
b"\x14\x00\x01\x00\x14\x00\x00\x00\x00\x00\x00"+
b"\x00\x28\x00\x00\x00\x01\x00\x00\x00\x84\x00"+
b"\x00\x00\x84\x00\x03\x00\x00\x00\x00\x00\x00"+
b"\xFF\xFF\xFF\x01")
f.write(b"\x00" * 0x7C)
f.close()
I changed the script so now it works on python 2 as well. Thanks EclipseSin for pointing out the error.
 
  • Like
Reactions: Classicgamer
No, the common key is something completely different.
The encryption key is different for each game.

I don't know.

Well, you can. Whichever one you feel most comfortable using.
I'm gonna mess around with encryption keys, hopefully I can get something to work without the correct one.
 
I won't be using right now since I want it to be perfected but, just wondering..

If I were to format my sysnand, and I have a hard drive, can I put all of the games on the hard drive, and then plug it back into rednand and they would work?
 

Site & Scene News

Popular threads in this forum