cobra 7.50 src

I feel like I'm pestering him about it now
But it's a much needed change a lot of us are wanting.
It's discussed in this thread so you know what's what
PLEASE HELP. HABIB to REBUG. is it possible? newbie (solved)

https://r.tapatalk.com/shareLink?ur...share_tid=10641&share_fid=179881&share_type=t


Sent from my iPhone using Tapatalk

The idea is good, but people don't read and we will end up having a lot of feedback of, "after habib or rebug, I can't go back to 3.55 or any other cfw"..


Sent from my iPhone using Tapatalk
 
It's better than
"After my kids/ gf / bf / wife /friend played on my console it's now updated from disc / psn to official firmware" now I have to pay to get it back on cfw
Where as "after updating I cannot change to x/y/z firmware" oh I change the folder PS3 to CFW and it will update / turn off cobra and it will update is a lot better isn't it?


Sent from my iPhone using Tapatalk
 
It's better than
"After my kids/ gf / bf / wife /friend played on my console it's now updated from disc / psn to official firmware" now I have to pay to get it back on cfw
Where as "after updating I cannot change to x/y/z firmware" oh I change the folder PS3 to CFW and it will update / turn off cobra and it will update is a lot better isn't it?


Sent from my iPhone using Tapatalk

I'm like half and half, the update method hasn't been changed for 10 years some people don't go to forums.

Another possible situation
Code:
when I downgrade to 3.55 I have to rename my pup to CFW_UPDATE.PUP
but when I want to update from other CFW that's not REBUG or HABIB
I had to rename my pup name to PS3_UPDATE.PUP

This is so confusing!! and inconvenient !! Please fix this
 
Last edited:
You do downgrading for people right?
If you explain to them that game updates are ok but don't do system updates or you will need to have it downgraded again.
You get that look of disbelief. Then you say how psnpatch will stop online system updates as long as they don't want to go online and if anyone puts a new game disc in just be there to make sure it doesn't ask you to update the system to play the game
It's a lot for them to take in
A lot of people won't try updating and bring there consoles back to me for me to update them for them
It has to be better to say
Your on cfw now so it won't see any ofw firmwares now so stick to getting your updates from rebug.me or pax-place etc and you cannot go wrong

Just to add
It's not hard for firmware developers to put the updates into the folder structure with a txt that says put the CFW folder on root of USB and install
if it's already set up then everyone will see that and know what to do
 
You do downgrading for people right?
If you explain to them that game updates are ok but don't do system updates or you will need to have it downgraded again.
You get that look of disbelief. Then you say how psnpatch will stop online system updates as long as they don't want to go online and if anyone puts a new game disc in just be there to make sure it doesn't ask you to update the system to play the game
It's a lot for them to take in
A lot of people won't try updating and bring there consoles back to me for me to update them for them
It has to be better to say
Your on cfw now so it won't see any ofw firmwares now so stick to getting your updates from rebug.me or pax-place etc and you cannot go wrong

Just to add
It's not hard for firmware developers to put the updates into the folder structure with a txt that says put the CFW folder on root of USB and install
if it's already set up then everyone will see that and know what to do

I haven't done downgrading as service for years, if I do downgrading business I would disable qa flag and warn people to read up on psx forums. If they don't then will end up updating their PS3 to OFW so they can come back and ask for another downgrade so I can make more $$$ lol. [jk]

But I understand your concern, a friend of mine had a kid who wanted to play latest BD and ended up updating their PS3 to OFW..
 
Hi all . Great job. Can you confirm if it work without change on all cfw 4.81 without change? Can we compil it with psl1ght or only with son¥ sdk? Thanks
it works on 4.81.1 REX/D-REX and binaries are already uploaded
 
Hi all . Great job. Can you confirm if it work without change on all cfw 4.81 without change? Can we compil it with psl1ght or only with son¥ sdk? Thanks
Binaries are included but if you really need to, you can compile Cobra's stage2 with psl1ght v2 on both Linux & Mingw.
 
Binaries are included but if you really need to, you can compile Cobra's stage2 with psl1ght v2 on both Linux & Mingw.
I extracted files in C:\PSDK3v2\project\Cobra\ an ran make_stage2.bat but doesn't work for me, process stop
Code:
ppu-gcc -T stage2.ld -nostartfiles -nostdlib -nodefaultlibs -Wl,-static -L.   -Wl,--gc-sections -Wl,-Map=stage2.map -o stage2.elf start.o ps3mapi_core.o main.o crypto.o modulespatch.o config.o drm.o psp_s.o mappath.o storage_ext.o region.o psp.o cobra.o permissions.o sm_ext.o ../lv2/src/usb.o ../lv2/src/patch.o ../lv2/src/interrupt.o ../lv2/src/interrupt_c.o ../lv2/src/io.o ../lv2/src/libc.o ../lv2/src/libc_c.o ../lv2/src/memory.o ../lv2/src/memory_c.o ../lv2/src/thread.o ../lv2/src/thread_c.o ../lv2/src/process.o ../lv2/src/synchronization.o ../lv2/src/modules.o ../lv2/src/modules_c.o ../lv2/src/storage.o ../lv2/src/object.o ../lv2/src/security.o ../lv2/src/time.o ../lv2/src/hid.o ../lv2/src/pad.o ../lv2/src/syscall.o ../lv1/src/hvcall.o ../lv1/src/stor.o ../lv1/src/device.o  laboratory.o ../debug/src/debug.o ../debug/src/printf.o ../debug/src/debug_util.o
ppu-objcopy -O binary stage2.elf stage2.cex.debug
Appuyez sur une touche pour continuer...

Edit I just find the new file created and named stage2.elf is the good one ?
 
Last edited:
I extracted files in C:\PSDK3v2\project\Cobra\ an ran make_stage2.bat but doesn't work for me, process stop

Code:
ppu-gcc -T stage2.ld -nostartfiles -nostdlib -nodefaultlibs -Wl,-static -L.   -Wl,--gc-sections -Wl,-Map=stage2.map -o stage2.elf start.o ps3mapi_core.o main.o crypto.o modulespatch.o config.o drm.o psp_s.o mappath.o storage_ext.o region.o psp.o cobra.o permissions.o sm_ext.o ../lv2/src/usb.o ../lv2/src/patch.o ../lv2/src/interrupt.o ../lv2/src/interrupt_c.o ../lv2/src/io.o ../lv2/src/libc.o ../lv2/src/libc_c.o ../lv2/src/memory.o ../lv2/src/memory_c.o ../lv2/src/thread.o ../lv2/src/thread_c.o ../lv2/src/process.o ../lv2/src/synchronization.o ../lv2/src/modules.o ../lv2/src/modules_c.o ../lv2/src/storage.o ../lv2/src/object.o ../lv2/src/security.o ../lv2/src/time.o ../lv2/src/hid.o ../lv2/src/pad.o ../lv2/src/syscall.o ../lv1/src/hvcall.o ../lv1/src/stor.o ../lv1/src/device.o  laboratory.o ../debug/src/debug.o ../debug/src/printf.o ../debug/src/debug_util.o
ppu-objcopy -O binary stage2.elf stage2.cex.debug
Appuyez sur une touche pour continuer...
Do you have a ps3dev2 folder in the PSDK3v2 folder?
 

Similar threads

Back
Top