Hacking Load Homebrew Channel From Dash

btw, if he has an Haxchi version with wupserver he can just use it to install hbl channel/edit haxchi config
 
How do I check if my Haxchi version has wupserver?
get your wiiu's local ip and wupclient then try to connect to your wii u using wupclient

--------------------- MERGED ---------------------------

get your wiiu's local ip and wupclient then try to connect to your wii u using wupclient
just checked haxchi's wupserver and it's the /dev/iosuhax one... so you'll need to compile a sysnand fw.img with wupserver and then use it to install hbl/fix your haxchi config
 
just checked haxchi's wupserver and it's the /dev/iosuhax one... so you'll need to compile a sysnand fw.img with wupserver and then use it to install hbl/fix your haxchi config

I know how to get my Wii U IP - how do I compile a sysnand fw.img with wupserver?
 
If you manages to build hexFW like Kafluke suggested, you should be able to dump your OTP, SEEPROM, etc...
It also includes a wupserver.

I have tried to build it myself but I got this error:
Code:
make[1]: Entering directory '/home/nastys/Documents/hexFW/firmware'
Traceback (most recent call last):
  File "scripts/anpack.py", line 255, in <module>
    fw = ancast(open(input_fn, "r+b"))
  File "scripts/anpack.py", line 153, in __init__
    self.elf = elf32(file, len(self.header))
  File "scripts/anpack.py", line 98, in __init__
    self.phdrs = [elf32_phdr(file, offset, self.hdr, i) for i in range(self.hdr.e_phnum)]
  File "scripts/anpack.py", line 57, in __init__
    self.p_type = struct.unpack(">I", file.read(4))[0]
struct.error: unpack requires a string argument of length 4
Makefile:19: recipe for target 'patches/sections/0x08120000.bin' failed
make[1]: *** [patches/sections/0x08120000.bin] Error 1
make[1]: Leaving directory '/home/nastys/Documents/hexFW/firmware'
Makefile:9: recipe for target 'all' failed
make: *** [all] Error 2

Anyway, you could just google those keys and keep building IOSUHAX instead.
 
Last edited by nastys,
How do I grab "my 2 keys"? It shows to do such with HBL - but I can't get to HBL :(
Just Google to get the keys

--------------------- MERGED ---------------------------

If you manages to build hexFW like Kafluke suggested, you should be able to dump your OTP, SEEPROM, etc...
It also includes a wupserver.

I have tried building it myself but I got this error:
Code:
make[1]: Entering directory '/home/nastys/Documents/hexFW/firmware'
Traceback (most recent call last):
  File "scripts/anpack.py", line 255, in <module>
    fw = ancast(open(input_fn, "r+b"))
  File "scripts/anpack.py", line 153, in __init__
    self.elf = elf32(file, len(self.header))
  File "scripts/anpack.py", line 98, in __init__
    self.phdrs = [elf32_phdr(file, offset, self.hdr, i) for i in range(self.hdr.e_phnum)]
  File "scripts/anpack.py", line 57, in __init__
    self.p_type = struct.unpack(">I", file.read(4))[0]
struct.error: unpack requires a string argument of length 4
Makefile:19: recipe for target 'patches/sections/0x08120000.bin' failed
make[1]: *** [patches/sections/0x08120000.bin] Error 1
make[1]: Leaving directory '/home/nastys/Documents/hexFW/firmware'
Makefile:9: recipe for target 'all' failed
make: *** [all] Error 2
That's the same error I got
 
"Make" won't do anything until you install a handful of apps including python and pyCrypto and others
 
"Make" won't do anything until you install a handful of apps including python and Crypto and others

I installed python, pykrypto, devkitarms, armips and have downloaded iosuhax, and rebooted, but typing "make" still gives the same error

from my googling it looks like there is an environmental variable that got messed up somehow :(
 
Last edited by chalupabatman,
I installed python, pykrypto, devkitarms, armips and have downloaded iosuhax, and rebooted, but typing "make" still gives the same error

from my googling it looks like there is an environmental variable that got messed up somehow :(
Then you'll have to fix it manually.
What is your PATH variable currently?
Open the Command Prompt and type:
Code:
echo %path%
then press ENTER.

It should include the folder that contains make.
 
Last edited by nastys,

Site & Scene News

Popular threads in this forum