Page 1 of 1

wd10ezex HELP ! ! ! with firmware

Posted: July 1st, 2013, 8:25
by cod3mwff
hello guys i have used hddhacker on my wd10ezex hdd to make it work in my xbox and now my hdd that i got the backup firmware.bin file on have crashed the pcb is dead howewer could someone get hddhacker software with a ms-dos usb and backup the firmware and send it to me and u got a life saver forever :)

Re: wd10ezex HELP ! ! ! with firmware

Posted: July 1st, 2013, 14:47
by cod3mwff
ok but how do i do when he says this Serial num + spaces what do he mean by spaces ?

Re: wd10ezex HELP ! ! ! with firmware

Posted: July 1st, 2013, 15:26
by cod3mwff
could u translate it for me ?
S/N WMC1S1132793
MODEL WD10EZEX
FIRMWARE 00RKKA0

Re: wd10ezex HELP ! ! ! with firmware

Posted: July 1st, 2013, 23:01
by HaQue
It means that the Bytes allocated to the serial number is byte 0x0, 0x1 ,0x2......0x14 (20 bytes). So if the serial number does not take up 20 bytes, you have to "pad" it at the end with spaces, which is ascii 0x20.

eg:
a serial number of 123 = 31 32 33 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20
a serial number of abcdefg1234567 = 61 62 63 64 65 66 67 31 32 33 34 35 36 37 38 20 20 20 20 20

if the serial number is actually 20 bytes, you dont need the padding of 0x20!

cheers

Re: wd10ezex HELP ! ! ! with firmware

Posted: July 2nd, 2013, 5:32
by cod3mwff
But that wasnt that i asked for cuz im totally retarded in hex editor it always goes wrong so i did ASK about if someone could make it for me.

Re: wd10ezex HELP ! ! ! with firmware

Posted: July 2nd, 2013, 7:42
by HaQue
Hi,
I don't think it is all that hard. Just need to read, reread, read again.

I am not sure you read the supplied info as you are missing vital information that would enable someone to make it for you.
The 4 bytes at offsets 58 - 5B are the total capacity of your WD drive in LBAs. This will be printed on the label, 1250263728. We need to convert this number into hexadecimal format. Google's calculator can do this for us: