cobra 7.50 src

Yes I have

THe code I past is only end of code. Process running for a lot of lines and just stop and ask me to quit
I don't see any errors in your log...
You sure no binary files have been produced? at least stage2.elf?
We need to get an idea of what gets produced to know when the compilation stopped...
 
Yes sorry I got it named stage2.elf
I was searching stage2.cex and stage2.dex
Is it good ? WHat is the next step pls ?
 
Yes sorry I got it named stage2.elf
I was searching stage2.cex and stage2.dex
Is it good ? WHat is the next step pls ?
No it's not ok. But it means that the initial binary was created at least....
In C:\PSDK3V2\project, there should be a new folder called BIN in which you should find stage2.cex.release & stage2.dex.release.
 
Last edited:
Thanks bguerville I'm at work and obewan say to me he have semi brick but he have compile it itself ;) I have not looking at the archive atm
 
@bguerville
I found files in BIN folder, tested and crashed my PS3 this morning
I certainly made a mistake some where
No matter, I formated HDD and reinstall PS3 system

@Red-j I got
stage2.dex : 7F399C9E2A9010F37E6F191C9452AAE8
stage2.cex : 8123931A5E42EB3763B0F5B8E43F45B5

I try an other test soon => Second crash :(
 
Last edited:
@bguerville
I found files in BIN folder, tested and crashed my PS3 this morning
I certainly made a mistake some where
No matter, I formated HDD and reinstall PS3 system

@Red-j I got
stage2.dex : 7F399C9E2A9010F37E6F191C9452AAE8
stage2.cex : 8123931A5E42EB3763B0F5B8E43F45B5

I try an other test soon
Check md5 from archive like bguerville said
 
I compiled the 2 stage.bin & get the same hashes as @0_obeWAN for stage2.cex.
stage2.dex md5 is DAF6304EA4A98CE5E42E68E8435B6AD5

Have you renamed the files correctly in /dev_flash/rebug/cobra/stage2.cex? And stage2.dex?
You must remove the .release of course.
You should also rename the original files with .original extension or similar.

Otherwise you can simply use the binaries already made..
 
Last edited:
I compiled the 2 stage.bin & get the same hashes as @0_obeWAN.

Have you renamed the files correctly in /dev_flash/rebug/cobra/stage2.cex? And stage2.dex?
You must remove the .release of course.
You should also rename the original files with .original extension or similar.

Otherwise you can simply use the binaries already made..
I'm rename files correcly and use XMB+ installer
Is normal size grow for stage2.dex ? 0_o
File / Rebug / 7.50
stage2.cex / 81Ko / 81Ko
stage2.dex / 81Ko / 100Ko

Where are the binaries already made pls ?
 
Btw. If you want to compile Cex/Dex stage2 then use source from joonie github. Version here have only cex enabled during compilation.

And fyi this is correct md-5 for dex stage2 for 4.81.1 and 4.81.2:

Code:
DAF6304EA4A98CE5E42E68E8435B6AD5
 
Last edited:
I'm rename files correcly and use XMB+ installer
Is normal size grow for stage2.dex ? 0_o
File / Rebug / 7.50
stage2.cex / 81Ko / 81Ko
stage2.dex / 81Ko / 100Ko

Where are the binaries already made pls ?
Nope. Not normal size. They should be all about 81kb. CEX & DEX stage2 have slightly different sizes but both are around 81kb.
Your 100kb stage2 is likely to be a debug file or whatever....
You probably used the file in the Debug folder mistaking it for stage2.dex but it's not, it's stage2.cex.debug! The debug binaries allow to you to debug cobra using socat!
 
Last edited:
In case someone is on DEX mode, ever encounters stage2 brick,

There are two options to fix

For PS3 with NOR,

Swap HDD or format then it will wipe out dev_flash as well as bad stage2

For NAND (DEX) only,

Use any JB dongle to toggle FSM with lv2diag.self + PUP file on usb root.

This will wipe out devflash on NAND.

Those miserable users with CEX / NAND

= Teensy or Progskeet.


Sent from my iPhone using Tapatalk
 
In case someone is on DEX mode, ever encounters stage2 brick,

There are two options to fix

For PS3 with NOR,

Swap HDD or format then it will wipe out dev_flash as well as bad stage2

For NAND (DEX) only,

Use any JB dongle to toggle FSM with lv2diag.self + PUP file on usb root.

This will wipe out devflash on NAND.

Those miserable users with CEX / NAND

= Teensy or Progskeet.
have a better solution without formatting, but you will need 2 hdds.. just install a non cobra firmware on another hdd and then insert original hdd back. this way it cannot call stage2. i have done this 1000 times in the beginning, lol

edit
oops, this counts only for norflash, stupid me. for nand it is way harder, so i wouldn't mess too much with cobra stuff on nand
 

Similar threads

Back
Top