Welcome! Log In Create A New Profile

Advanced

dose anyone know how to run a betwiin in windows

Posted by duncangu 
dose anyone know how to run a betwiin in windows
September 26, 2009 05:06PM
i have got the python 2.6 and openSSL

and i really do not get the idea of "Copy input dump file to input/flash.bin. ", i can not open the flash.bin, how can i copy the dump into it
Re: dose anyone know how to run a betwiin in windows
September 26, 2009 05:13PM
You need to rename your NAND.bin to flash.bin, then copy it into a folder called input. The folder should be beside betwiin.py (e.g. if you had betwiin.py in "My Documents", the folder input would also have to be in "My Documents", with flash.bin inside it)
Re: dose anyone know how to run a betwiin in windows
September 26, 2009 05:17PM
and you just copy the keys.bin of a working wii into the input, do not need to care about nand-hmac and nand-key???
Re: dose anyone know how to run a betwiin in windows
September 26, 2009 05:28PM
uh, no. You need to have the nand-hmac and the nand-key files from both wiis, but i'm not sure the exact positioning of each, i'll just go check.

EDIT: Out the nand-hmac and the nand-key files from the wii with the working NAND dump in input. Put the nand-hmac and nand-key from the bricked wii in another folder called output, again beside betwiin.py and the input folder. So you need to get a NAND.bin, nand-hmac and nand-key from a working wii, put them all in input, with the NAND.bin renamed flash.bin, and get the nand-hmac and nand-key from your wii and put them in input, then run betwiin.py.



Edited 1 time(s). Last edit at 09/26/2009 05:31PM by SifJar.
Re: dose anyone know how to run a betwiin in windows
November 14, 2009 12:49PM
How about this error:
Traceback (most recent call last):
  File "betwiin.py", line 7, in 
    from nand import *
  File "C:\Py\nand.py", line 8, in 
    from Crypto.Cipher import AES
ImportError: cannot import name AES

Don't know what to do next !
Re: dose anyone know how to run a betwiin in windows
November 14, 2009 01:00PM
Neither do I sorry. I have not used betwiin, and have no experience with python.
Re: dose anyone know how to run a betwiin in windows
November 14, 2009 01:13PM
Quote
ppkhoa
How about this error:
Traceback (most recent call last):
  File "betwiin.py", line 7, in 
    from nand import *
  File "C:\Py\nand.py", line 8, in 
    from Crypto.Cipher import AES
ImportError: cannot import name AES

Don't know what to do next !
Sounds like you dont have python set-up correctly.
Re: dose anyone know how to run a betwiin in windows
November 14, 2009 05:05PM
Now, another problem:

C:\Py>python betwiin.py
Creating empty output image:
Copying boot1 / boot2:
Traceback (most recent call last):
File "betwiin.py", line 46, in
input_nand = NANDFormatSpare("input/flash.bin")
File "C:\Py\nand.py", line 240, in __init__
raise ValueError("File size not divisible by 2112")
ValueError: File size not divisible by 2112
Re: dose anyone know how to run a betwiin in windows
November 15, 2009 01:41AM
Quote
duncangu
i have got the python 2.6 and openSSL

and i really do not get the idea of "Copy input dump file to input/flash.bin. ", i can not open the flash.bin, how can i copy the dump into it

use this link it is a fantastic guide .

[www.console-inf.com]

just register its a free forum, similar to any
Sorry, only registered users may post in this forum.

Click here to login