Homebrew [How-to] Load a fw.img for Any File Dumping + WiiUBru status update

x65943

pronouns big/pingus
Supervisor
GBAtemp Patron
Joined
Jun 23, 2014
Messages
6,262
Trophies
3
Location
ΗΠΑ
XP
27,072
Country
United States
No, because the site I was told to go on, was only for python 2.6, not what I have (2.7)
Look again
GdIrirZ.png
 
Joined
Jan 6, 2016
Messages
789
Trophies
0
Age
26
Location
XP
314
Country
Canada
Look again
GdIrirZ.png
Jesus Christ I'm blind...
Sorry, I will try this now I guess.
Here Goes Nothing

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

Jesus Christ I'm blind...
Sorry, I will try this now I guess.
Here Goes Nothing
Oh look, I am double posting...
I don't care.
Anyways @x65943
upload_2016-11-1_10-45-42.png
Now whenever I try to open those files from the Pastebin tutorial, just a black CMD screen opens and closes for literally a split of a second.
 
  • Like
Reactions: x65943

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,662
Country
France
if you see a window opening and closing right away, it means it's not a "double click" program with a GUI but a command line program.
You need to type some command in a command line window, and see what is written there. like you did for python pip update previously.

which program from the pastbin are you trying to launch?
 
  • Like
Reactions: OfficialBrony
Joined
Jan 6, 2016
Messages
789
Trophies
0
Age
26
Location
XP
314
Country
Canada
if you see a window opening and closing right away, it means it's not a "double click" program with a GUI but a command line program.
You need to type some command in a command line window, and see what is written there. like you did for python pip update previously.

which program from the pastebin are you trying to launch?
Cyan, are you able to help me with this through a PM?
Sorry for the late response, My dog needed some fresh air
EDIT: These files
 
Last edited by OfficialBrony,

x65943

pronouns big/pingus
Supervisor
GBAtemp Patron
Joined
Jun 23, 2014
Messages
6,262
Trophies
3
Location
ΗΠΑ
XP
27,072
Country
United States
Cyan, are you able to help me with this through a PM?
Sorry for the late response, My dog needed some fresh air
EDIT: These files

First add this to your path in your environment variables ;C:\Python27 - that video only had you add scripts (This way you don't have to keep writing out the whole python path e.g. C:/Python27/python.exe)

Then open a command prompt in the folder of the .py you want to run (shift + right click and choose open command window here)

Then type python getfwimg.py. It should run at this point.
 
Joined
Jan 6, 2016
Messages
789
Trophies
0
Age
26
Location
XP
314
Country
Canada
First add this to your path in your environment variables ;C:\Python27 - that video only had you add scripts (This way you don't have to keep writing out the whole python path e.g. C:/Python27/python.exe)

Then open a command prompt in the folder of the .py you want to run (shift + right click and choose open command window here)

Then type python getfwimg.py. It should run at this point.
I'm sorry, English??
God, I am such a NOOB
EDIT: I figured it out. Here is a picture
Is this good or bad?
 
Last edited by OfficialBrony,

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,662
Country
France
these files must not be launched. at least one will not be launched by you directly.
you have to open them in a text editor to edit their content.

once edited, you'll have to launch them using python (not double clicking them)
python filename.py
 

x65943

pronouns big/pingus
Supervisor
GBAtemp Patron
Joined
Jun 23, 2014
Messages
6,262
Trophies
3
Location
ΗΠΑ
XP
27,072
Country
United States
I'm sorry, English??
God, I am such a NOOB

Make your environment variables look like this. I'll bet you only have the python scripts part, and not C:\Python27
wZpsH4h.png


Then shift right click to open a command prompt in iosuhax-master/bin
SS6HNmN.png

Then in the command prompt type python getfwimg.py
 
Last edited by x65943,
Joined
Jan 6, 2016
Messages
789
Trophies
0
Age
26
Location
XP
314
Country
Canada
these files must not be launched.
you have to open them in a text editor to edit their content.
So, you're saying that I have been having an issue, that all this time, I did not even need to worry about???
Wow... I feel SO STUPID...
Make your environment variables look like this.
wZpsH4h.png


Then shift right click to open a command prompt in iosuhax-master/bin
SS6HNmN.png

Then in the command prompt type python getfwimg.py
Yeah I figured it out, I edited my reply with a screenshot, check it out, because I am confused.
 

x65943

pronouns big/pingus
Supervisor
GBAtemp Patron
Joined
Jun 23, 2014
Messages
6,262
Trophies
3
Location
ΗΠΑ
XP
27,072
Country
United States
So, you're saying that I have been having an issue, that all this time, I did not even need to worry about???

You have to edit them before you can run them. Have you been following the pastebin at all?
# edit some values into two of the scripts:
  1. two keys and iv in bin/getfwimg.py
  2. one key and iv in scripts/anpack.py
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,662
Country
France
the pastbin has directions only, it's not a guide.
when it says to "edit some values into ..." you should think that you have to open the file to look inside.
when you do, you see at the top of the first one that there's a comment (if you know programmation language, you'd know it's a comment) telling you that you have to fill the missing keys somewhere in the file.
you'll have to find these keys yourself, then put them inside that file at the correct location (that you'll find by reading the file's content).

you do the same with the anpack.py (you have to search mode, because the key you have to add is not at the start of the file, but near the end)


it has been repeated a lot of time, it's not for the end users, it's for users who know what they are doing.
It's probably released a in "not easy" form for a reason.

Though, it's always great to want to learn. sometime you need to look back a little at other things first to understand what you are doing.

for example, if "python" is not a recognized command, you should reinstall python and reboot your computer. It should write to environment variable automatically. If it doesn't, the install is not properly done.
starting by fixing tools that you will use for this fw creation guide will help you in future steps.
 
  • Like
Reactions: x65943
Joined
Jan 6, 2016
Messages
789
Trophies
0
Age
26
Location
XP
314
Country
Canada
the pastbin has directions only, it's not a guide.
when it says to "edit some values into ..." you should think that you have to open the file to look inside.
when you do, you see at the top of the first one that there's a comment (if you know programmation language, you'd know it's a comment) telling you that you have to fill the missing keys somewhere in the file.
you'll have to find these keys yourself, then put them inside that file at the correct location (that you'll find by reading the file's content).

you do the same with the anpack.py (you have to search mode, because the key you have to add is not at the start of the file, but near the end)


it has been repeated a lot of time, it's not for the end users, it's for users who know what they are doing.
It's probably released a in "not easy" form for a reason.

Though, it's always great to want to learn. sometime you need to look back a little at other things first to understand what you are doing.

for example, if "python" is not a recognized command, you should reinstall python and reboot your computer. It should write to environment variable automatically. If it doesn't, the install is not properly done.
starting by fixing tools that you will use for this fw creation guide will help you in future steps.
Yeah, so how do I edit them?? Also, what keys?? I am doing this because of this guide.
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,662
Country
France
you edit them with a text editor, for example notepad.exe
what keys? when you open the files, it will tell you what keys it needs.

You'll need these keys:

getfwimg.py, near the top of the file
WiiU Common key
Starbuck Wii-U Ancast Key
Starbuck Wii-U Ancast IV

anpack.py, around line 160
Starbuck Wii-U Ancast Key
Starbuck Wii-U Ancast IV


these keys can't be shared here. use google.


I think you shouldn't follow this guide.
You are not ready and you don't even know how to use notepad, you shouldn't try to hack your console.

buy a Wii game (smash bros) and hack the vWii using existing, safe and EASY to follow tutorials.
 
  • Like
Reactions: x65943
Joined
Jan 6, 2016
Messages
789
Trophies
0
Age
26
Location
XP
314
Country
Canada
you edit them with a text editor, for example notepad.exe
what keys? when you open the files, it will tell you what keys it needs.

You'll need these keys:

getfwimg.py, near the top of the file
WiiU Common key
Starbuck Wii-U Ancast Key
Starbuck Wii-U Ancast IV

anpack.py, around line 160
Starbuck Wii-U Ancast Key
Starbuck Wii-U Ancast IV


these keys can't be shared here. use google.


I think you shouldn't follow this guide.
You are not ready and you don't even know how to use notepad, you shouldn't try to hack your console.

buy a Wii game (smash bros) and hack the vWii using existing, safe and EASY to follow tutorials.
Am I able to PM you a picture?? I think I may of found them, but I am not too sure. Since I am not allowed to share them, can I PM you?
 

Pachee

Well-Known Member
Member
Joined
Nov 3, 2015
Messages
480
Trophies
0
XP
562
Country
United States
Now I have this error, someone know what to do?
Did you add the keys properly?
After installing python 2.7 always:
cd c:\python27\scripts
pip install --upgrade pip
pip install pycrypto

Pycrypto install on 2.7 will always fail if you don't have an updated pip.
 
Last edited by Pachee,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    SylverReZ @ SylverReZ: Yummy yummy :rofl2: