PS3 Firmware 0.93

LuanTeles

Developer
PSX-Place Supporter
Hey guys, does anyone have firmware 0.93? I have 0.92 and 0.94, but I need the icontex.qrc file from 0.93.

I need the Create new user from that firmware

lb1ifZ7.png
 

Attachments

  • Untitled-1.png
    Untitled-1.png
    61.5 KB · Views: 48
Last edited:
See if it's on here: https://archive.org/details/@darthsternie

I don't know if this is it: https://www.mediafire.com/file/q7xb2ycboblikfe/ebootrom.093.zip/file

I think this video from @zecoxao explains how to extract the ebootrom:

edit: I was able to build the files in linux, but I don't have the keys. I don't know where to put them/probably have to ask zecoxao:

I'm getting errors when creating the makefile due to my GCC version
BTW, the keys are linked in Zeco's video. Check his response to @djvaler8.
 
https://www.mediafire.com/file/ovns39mhfnr5ecz/out.zip/file

it didn't seem to put the files in a workable format. I put the keys folder in ~/data. I don't know if it's due to not having the keys for 0.93 or what is going on, but here's my ps3tools folder https://www.mediafire.com/file/wjh11bai4g9spwk/ps3tools.tar.gz/file , so you can try installing them to your distro. you may have to do sudo -E make install even though zeco just does sudo make install. it adds elevated privileges to the usr folder. good luck. let me know if you figure it out.

@LuanTeles , I figured it out (somewhat). I don't think we can get it to work the way we want it, because that ebootrom isn't decrypted. I used the same file as zecoxao this time, and it worked fine:

upload_2025-1-20_3-52-6.png
 
Last edited by a moderator:
@zecoxao how to decrypt the ebootrom?
There's something weird that happens if you try processing a non decrypted ebootrom. It tries decrypting every self in the home directory, including PS4 stuff (possibly others). Obviously, it can't find the keys with PS4 stuff though. I'm not sure if they're just placeholders for scetool or what. Processing a decrypted ebootrom works with just that ebootrom, nothing more.

@LuanTeles , I figured it out further, but dev_blind isn't in a format that makes sense.

upload_2025-1-20_9-36-48.png


upload_2025-1-20_9-35-10.png


upload_2025-1-20_9-35-42.png
 
Last edited by a moderator:
content is just a tar file, unpack it then you will get files.

if I try to extract it as a basic tar, I get this:

upload_2025-1-20_10-2-1.png


I even tried adding the tar extension. also, is there anyway to extract them all at once? there's like 27 of them.

nm, I figured it out by changing the extension of the mega_content.bin to a tar. slight problem, @LuanTeles :

there is no icontex.qrc

okay, I spoke too soon. it won't let me extract anything from it. if I add the .tar extension, it opens in .7zip, but extracting stuff seems to work as the files appear to exist, but nothing appears on the screen, if that makes sense. I don't understand what I'm doing wrong.
 

Attachments

  • Untitled-1.png
    Untitled-1.png
    16.2 KB · Views: 36
Last edited by a moderator:
if I try to extract it as a basic tar, I get this:

View attachment 45293

I even tried adding the tar extension. also, is there anyway to extract them all at once? there's like 27 of them.

nm, I figured it out by changing the extension of the mega_content.bin to a tar. slight problem, @LuanTeles :

there is no icontex.qrc

okay, I spoke too soon. it won't let me extract anything from it. if I add the .tar extension, it opens in .7zip, but extracting stuff seems to work as the files appear to exist, but nothing appears on the screen, if that makes sense. I don't understand what I'm doing wrong.


Hmm I think I used to use tar command on linux..
 
Hmm I think I used to use tar command on linux..
I think using the mega_content.bin is wrong. how do I merge all the content files together? they have no extension, so I don't know if I can use copy /b somehow. also, it would have to be recursively. I was going to try merging all the content files together into one .tar file. trying to extract them one-by-one doesn't seem to work as it's not recognized as a .tar file.
 
By the way, did you get any segmentation fault when tried running the script? And what version of ubuntu are you using? I had two issues. One of them is segmentation fault and the other one is key not found
I'm using ubuntu 20.04. no segmentation fault. I fixed the key not found issues by using that post by @zecoxao on youtube. I no longer get that. you have to use ebootromexplode if it's not decrypted. I'm trying to get the files out in the open, but that's causing me problems, not that that matters, because it doesn't show an icontex.qrc, perhaps being even older than the first firmware that was on the system. the decrypted firmwares themselves are so old that they're really only the coreos.
 
I'm using ubuntu 20.04. no segmentation fault. I fixed the key not found issues by using that post by @zecoxao on youtube. I no longer get that. you have to use ebootromexplode if it's not decrypted. I'm trying to get the files out in the open, but that's causing me problems, not that that matters, because it doesn't show an icontex.qrc, perhaps being even older than the first firmware that was on the system. the decrypted firmwares themselves are so old that they're really only the coreos.

On some firmwares the icons are located in icon.qrc instead of icontex.qrc
 
btw, segmentation fault is such a broad issue. it's like "an error has occurred" with no information surrounding it. I've encountered it before, not very often, but it has happened, just not with this.

On some firmwares the icons are located in icon.qrc instead of icontex.qrc

I'll try to extract them if I can figure out why the files don't appear. it looks to be about the right size.

@LuanTeles , I don't know how, but I got it:
 

Attachments

Last edited by a moderator:
the earliest one doesn't work due to no nandupdate.pkg, I think, but I just did 0.85. this looks interesting:

upload_2025-1-20_13-41-16.png


it doesn't even have a qgl folder nor coldboot/gameboot:

upload_2025-1-20_13-42-10.png


okay, it did extract 0.60, but there's no dev_blind whatsoever. here's what it is:

upload_2025-1-20_13-48-6.png
 
Last edited by a moderator:

Similar threads

Back
Top