Post Reply 
HDDHackr tool released - make your own 120GB Xbox 360 Hard Drive!
Author Message
YoYoBallz
L4YoY0s

Posts: 6,057.4567
Threads: 644
Joined: 3rd Mar 2007
Reputation: 15.01961
E-Pigs: 13327.7533
Offline
Post: #1
HDDHackr tool released - make your own 120GB Xbox 360 Hard Drive!
Maxconsloe Wrote:Xbox 360 hacker TheSpecialist has released a new version of HDDHackr - a tool that will now allow Xbox 360 owners to create their own 120GB Xbox 360 HDD via a Western Digital Scorpio BEVS-LAT drive, the respective SATA 2.5" drive costs around $80 for 120GB. Forget fudgeing over more than twice that to MS for the Official version!

Xbox 360 hacker TheSpecialist Wrote:It works with the new 120 gb signature. However, this current version can not dump the hddss.bin file automatically from that drive, you'll have to manually dump sectors 16-22 with a tool like winhex and save them as 'hddss.bin'. After that, continue as normal with the hddhackr and everything will be fine.

Also, I'd like to stress that there are 2 versions of the WD BEVS drive out there: the 'RST' and the 'LAT' version. This tool currently ONLY supports the 'LAT' version ! You can find on the sticker of the HDD which version it is. I'll hope to be able to support the RST version of the drive in a future version of this tool.

* DISCLAIMER:
This tool has only been tested by me. It worked for me. While great care has been taken, this tool may contain bugs and therefore may seriously harm your HDD. Use at own risk !!!

* What: This tool will allow you to use HDD's that are not 'certified' by Microsoft. This specific tool is written for use with the Western Digital BEVS series only !

* How to use: Get yourself a Western Digital SATA BEVS HDD. To use this tool, you need a HDD security sector file ('hddss.bin'). If you don't have one, here's how to create one from a valid xbox 360 HDD:
- Dumping the hddss.bin file
Boot to dos from a writeable medium (like a floppy). Connect an *original* xbox 360 HDD to your SATA controller. Make sure it is the only SATA device that is connected. Now run 'hddhackr -d'. This will create a file 'hddss.bin' and it will save it to the path you've started the hddhackr from.
- Modding your Western Digital
Now turn off your PC and connect the Western Digital and boot to dos again.
Type 'hddhackr -f' from the same path you have saved the hddss.bin file to.
This will flash your FW. It will ask if you want to create an undo file. It is advised to do so. This will create an 'undo.bin' file that you need if you want to undo the hack.
- Check if it worked
Shut down your pc, reboot again to dos and again type 'hddhackr -f'. It should now tell you that the drive should work in your x360. If so, connect it to your x360 and go to your dashboard/system/memory where you should be able to format the drive.
- Restoring your WD to original state
If you don't want to use your modded WD in your x360 anymore and you want to flash it back to its original size, then you can now do so. Boot to dos again and run 'hddhackr -u'. This will use the undo.bin file you created before to restore the drive to its original state.

FAQ:
Q. I get an error when I try to dump hddss.bin from a 120 gb HDD.
A. This version can't dump from an elite drive yet. You'll have to dump sectors 16-22 manually with a tool like winhex, save them as 'hddss.bin' and then continue like normal, with the hddhackr.

Q. Will this tool allow me to connect a 500 gb drive to my x360 ?
A. No. The information on sector 16 is signed and can't be changed. You can only use size where you have a valid signature for. In otherwords, if a bigger HDD comes out, you can use that signature.

Q. With which HDD's does this work ?
A. It currently only works with the 'LAT' version of the Western Digital Scorpio BEVS series. The 'RST' version of that drive is currently NOT supported

Q. Do I need the same size WD HDD as the size on sector 16 states ?
A. No. You can use bigger HDD's, but you can't use more than the size stated in sector 16. You can NOT use smaller HDD's than the size on sector 16 states. For example, you can use a 40 GB HDD with a sector 16 from a 20 GB HDD, but not the other way around of course.

Q. Can I use the HDD in my PC again ?
A. Of course. The tool comes with an 'undo' option, that will restore the original size. For example, you use a 40 gb WD HDD, you used hddss.bin from a valid xbox 20 gb HDD, so the tool will transform your 40 GB HDD into a 20 gb HDD. However, you can restore it to 40 gb anytime you want with the undo option.

Q. I have a x360 core version and want to use this hack to buy a cheap HDD. But how do i connect it ?
A. If you don't have a premium, you can make the HDD internal. One great tutorial that will show you how to do this here.

Q. The tool doesn't detect my HDD !
A. First, make sure you are running it from dos, not from a dos box under windows. If the hddhackr does not autodetect your SATA controller (if you have an nForce chipset for example), then you can manually edit the hddhackr to support it. To do this:

1. Find the two ports that your SATA chipset uses for data communication (see the MTKediting thread for more detailed info on how to do this), basically, you need to run 'msinfo32', then go to storage/scsi or storage/ide, depending on your SATA chipset and then look for the two ports that have a difference of 7 between them. For example:
I/O-port 0x0000EFE0-0x0000EFE7
I/O-port 0x0000EFAC-0x0000EFAF
I/O-port 0x0000EFA0-0x0000EFA7
I/O-port 0x0000EFA8-0x0000EFAB
I/O-port 0x0000EF90-0x0000EF9F
I/O-port 0x0000E800-0x0000E8FF

In this example the two ports you are looking for (with difference of 7) are 0xEFE0 and 0xEFA0
2. Open the hddhackr.com in a hexeditor and search for the string 'port=MPRT' (it is at the end of the file). Now, that 'MPRT' string is 4 bytes long: 0x4D 0x50 0x52 0x54. You have to replace these four bytes with the 2 port numbers (which are each 2 bytes long, so you replace the 4 bytes in total), so in the example above you replace these four bytes with: '0xEF 0xE0 0xEF 0xA0'.
3. If you then start the hddhackr, it will automatically detect that you have edited that string, so it will skip the SATA autodetector and instead use the port numbers you've supplied.

Q. Could you do this for my Seagate, Maxtor, Samsung or whatever drive too?
A. Yes, but I don't have plans to do so. The cheapest WD drive (40 gb) ships for about $50 and thus is one of the cheapest. It is a lot of work to
convert this tool for usage with other brands and I don't think it is worth the trouble.

Q. How do I find out if my BEVS drive is a 'LAT' drive ?
A. It's printed on the sticker of the drive, in the model name. For example: WD1200BEVS-60LAT0

Q. Will there be support for the RST drive in the future ?
A. I'll hope to receive an RST drive soon and then hopefully can find out what's going wrong and be able to support it in a future version of this tool.

Q. Where can I donate ?
A. Nowhere. Just enjoy

- Source: [Maxconsloe]

<Myth0s> i love boys
-------------------------------------------------------------------
I Go To Earth When Mars Is Boring.
-------------------------------------------------------------------
¿ʞɔпɟ əɥʇ ʇɐɥʍ I was first EPerson to have upside down title.
-------------------------------------------------------------------
23/04/2007 11:33 AM
Find all posts by this user Quote this message in a reply
dasme
eXemplar paraDigm

Posts: 818.1976
Threads: 147
Joined: 20th Jan 2007
Reputation: -5.71592
E-Pigs: 7.6993
Offline
Post: #2
RE: HDDHackr tool released - make your own 120GB Xbox 360 Hard Drive!
Wow cool :happy:

[Image: unicef320x41thumbnail.gif]

[Image: bizsparkstartup.jpg]
23/04/2007 11:36 AM
Visit this user's website Find all posts by this user Quote this message in a reply
YoYoBallz
L4YoY0s

Posts: 6,057.4567
Threads: 644
Joined: 3rd Mar 2007
Reputation: 15.01961
E-Pigs: 13327.7533
Offline
Post: #3
RE: HDDHackr tool released - make your own 120GB Xbox 360 Hard Drive!
indeed

<Myth0s> i love boys
-------------------------------------------------------------------
I Go To Earth When Mars Is Boring.
-------------------------------------------------------------------
¿ʞɔпɟ əɥʇ ʇɐɥʍ I was first EPerson to have upside down title.
-------------------------------------------------------------------
23/04/2007 11:37 AM
Find all posts by this user Quote this message in a reply
u_c_taker
hacks=drama

Posts: 3,185.2011
Threads: 102
Joined: 29th Jan 2007
Reputation: -1.03084
E-Pigs: 36.7855
Offline
Post: #4
RE: HDDHackr tool released - make your own 120GB Xbox 360 Hard Drive!
x box 360 is lookin better

23/04/2007 11:39 AM
Find all posts by this user Quote this message in a reply
YoYoBallz
L4YoY0s

Posts: 6,057.4567
Threads: 644
Joined: 3rd Mar 2007
Reputation: 15.01961
E-Pigs: 13327.7533
Offline
Post: #5
RE: HDDHackr tool released - make your own 120GB Xbox 360 Hard Drive!
^indeed lol

<Myth0s> i love boys
-------------------------------------------------------------------
I Go To Earth When Mars Is Boring.
-------------------------------------------------------------------
¿ʞɔпɟ əɥʇ ʇɐɥʍ I was first EPerson to have upside down title.
-------------------------------------------------------------------
23/04/2007 11:45 AM
Find all posts by this user Quote this message in a reply
dedat
I also poo when hungry.

Posts: 1,319.1315
Threads: 32
Joined: 14th Apr 2007
Reputation: 1.65351
E-Pigs: 3.5147
Offline
Post: #6
RE: HDDHackr tool released - make your own 120GB Xbox 360 Hard Drive!
ooo that's ounds good, x360 or ps3? that's is the question..
lol
23/04/2007 01:58 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1294
Offline
Post: #7
RE: HDDHackr tool released - make your own 120GB Xbox 360 Hard Drive!
PS3's price = 360+Wii...
23/04/2007 03:34 PM
Visit this user's website Find all posts by this user Quote this message in a reply
xBu
Jedi

Posts: 4,999.4590
Threads: 55
Joined: 15th Apr 2007
Reputation: 3.44876
E-Pigs: 44.0477
Offline
Post: #8
RE: HDDHackr tool released - make your own 120GB Xbox 360 Hard Drive!
Now i know im gonna get one.
23/04/2007 03:37 PM
Find all posts by this user Quote this message in a reply
michaelp
s0ny d0minator

Posts: 1,009.4190
Threads: 100
Joined: 19th Jan 2007
Reputation: -1.92737
E-Pigs: 12.5158
Offline
Post: #9
RE: HDDHackr tool released - make your own 120GB Xbox 360 Hard Drive!
does this mean you can turn a 20gb hard drive into a 120gb?

[Image: michaelp3.png]
23/04/2007 04:54 PM
Visit this user's website Find all posts by this user Quote this message in a reply
dedat
I also poo when hungry.

Posts: 1,319.1315
Threads: 32
Joined: 14th Apr 2007
Reputation: 1.65351
E-Pigs: 3.5147
Offline
Post: #10
RE: HDDHackr tool released - make your own 120GB Xbox 360 Hard Drive!
cool, so the new elite is just gonna have a standard 120 gb hard drive?

ZiNgA BuRgA Wrote:PS3's price = 360+Wii...

actually that's true even in the UK, i can get a ps3 for approx
24/04/2007 09:45 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)

 Quick Theme: