Can't create glitch file for Trinity on dash 14699

mod-store

Junior Member
Dec 14, 2011
11
0
I have done heaps of the glitch mods, but for this console, I have dumped the nand and tried to create the glitch ecc file.

In 360 multi builder 0.7 i get the following:
* found flash image, unpacking...
ECC'ed - will unecc
Found 15BL (build 65535) at 00008000
Press any key to continue . . .

Is it not possible to do the hack on consoles already upgraded to 14699?
 

mod-store

Junior Member
Dec 14, 2011
11
0
360 Flash Dump Tool 0.97 says "Couldn't read file or this image is unsupported".

When reading the nand, I did get a read error (same error each of the 4 times I dumped it):

Looking for usb interface device
Flash Config: 0x00023010
Block Size: 16KB Block Limits: 0x000000..0x0003FF
File: nand4.bin
Reading
Error: 250 reading block 2
03FF
 
Last edited:

Martin C

VIP Member
Jan 10, 2004
35,981
0
Scotland, UK
www.team-xecuter.com
so you need to manually map this block back from 3FF to 2, as NAND tools don't recognise any remapped addresses and neither will multi_builder.

You'll also need to follow my ECC remap guide AFTER you've fixed the nand image as above.

---------- Post added at 10:00 ---------- Previous post was at 09:59 ----------

The problem is you have a bad block in the first 50 blocks.

Follow this tut http://team-xecuter.com/forums/showthread.php?t=76018&highlight=bad+block+hex+editor and you should be fine.

(sorry Martin your tut didn't work for us when we had one similar had to go the hex editor way)
Not a problem, however that guide won't help him right now.


EDIT: If the hex editor way worked then my tut would have also worked, provided you followed it correctly.
 
Last edited:

Lizardpcs

VIP Member
Mar 3, 2011
335
33
=EDIT: If the hex editor way worked then my tut would have also worked, provided you followed it correctly.
Couldn't do it your way as we couldn't make the ecc file in the first place to write to the nand

[B said:
2. Write the ecc file to your NAND as per normal. You'll get an error writing to one of the blocks. Don't worry about it for now. [/B]
 
Last edited:

Martin C

VIP Member
Jan 10, 2004
35,981
0
Scotland, UK
www.team-xecuter.com
Couldn't do it your way as we couldn't make the ecc file in the first place to write to the nand
I'll update my guide then, as it's obviously not clear that you may need to manually remap the block before you run it through the ecc creation process.
 

Lizardpcs

VIP Member
Mar 3, 2011
335
33
I'll update my guide then, as it's obviously not clear that you may need to manually remap the block before you run it through the ecc creation process.
That would be great as the hex editor way is very long winded.

Thanks Martin
 

mod-store

Junior Member
Dec 14, 2011
11
0
Great, thanks for the info, that got my nanddump usable :) Just a quick note martin, in the commands you added to the guide, the :'s are missing (in case someone is going to copy and past your commands).