Sony official update v4.92 is live!
-
As every year, every February/March...
Official Changelog:
- This system software update improves system performance.
Real Changelog:
- Blu-ray keys updated (AACS encryption keys)
- Some sprx changes. (Including authentication plugins, I suspected it is version strings, to be confirmed)
- Kernel updated with new compilation date and one byte change (?)
- 5 new SSL certificates has been added: (Probably for some online services whose certificates will expire soon)
Code:D -Trust Root Class 3 CA 2 2009 D -Trust Root Class 3 CA 2 EV 2009 QuoVadis Root CA 2 G3 T-TeleSec GlobalRoot Class 2 Certum Trusted Network CA
Issues:
-
--------------------------
The PS3 firmware is modular (composed by hundreds of .sprx modules)
The modules are executable files containing compiled code, usually that code requires to load resources (images, sounds, texts for all the supported languages, etc...), and that resources are located inside .rco files (resource containers)
Additionally the .rco files contains the definitions for most of the "objects" that you see in the screen, this includes his position and sizes relatives to a grid with the coordinate origin (X=0, Y=0, Z=0) at the center of the screen
The .rco format was originally used in PSP where the screen size is always the same, but it was not good enought for PS3 because the PS3 allows to configure the display settings for different resolutions (1080p, 720p, 420p, 272p)
So they updated the .rco format to load the position and sizes (and scale factors) from external .txt files codenamed "XMB layouts", this .txt files contains a huge list of values (1 value per line) and are intended to be loaded by the .rco files selectivelly for every display resolution
The XMB layout .txt files are generated automatically without human intervention, is part of the official firmware compilation enviroment (a collection of tenths of scripts and tools intended to create the PS3UPDAT.PUP)
Basically, the .txt files are linked with the whole collection of .rco files (and the rco files are dependant of .sprx files) so we can deduce the .txt files are generated sequentially
Everytime a new rco is compiled the scripts creates new lines in the txt files (as much are needed by that specific .rco)
In OFW 4.89 sony introduced a bug that "breaks" a couple of lines in the .txt files, we can fix them easilly because is just a .txt without any security, but i guess the official developers have very strict rules of the kind of fixes they can apply and modifying the .txt files manually (with a text editor) is not an aceptable solution, because the root of the problem is in the scripts that generates the .txt files
-------------------------------
The first accurate report in this forum about the official bugs (that boosted my interest) was this post by LuanTeles
https://www.psx-place.com/threads/4...the-firmware-update.37203/page-10#post-332535
And the solution was published a few days later
https://www.psx-place.com/threads/4...the-firmware-update.37203/page-17#post-333560
If you are curious enought read our conversation in between that 2 posts, i tryed to explain it in more detail, but my post of the second link is the resume of the story
Compiled date:
2025/02/18 20:07:48
Some heads up from @esc0rtd3w
View attachment 45550
http://dus01.ps3.update.playstation...c179ad173bbc08b55431d30947725a4b/PS3UPDAT.PUP
c179ad173bbc08b55431d30947725a4b
VSH:
TOC: 0x6F5558 (same as 4.91)
Many small changes. Gadgets most likely not affected, but need to verify
LV2:
Compile Time: 2025/02/18 20:07:48
No changes
HFW Progress
Seems to match 4.81 structure
HEN Progress
Working
Current Status:
- HFW: Hybrid Firmware: http://ps3xploit.me/firmware/hfw/HFW_4.92.1_PS3UPDAT.PUP
- HEN 3.4.0 is available.
- More info: PS3HEN v3.3.0 (4.91 Support) - Official Release Thread (Homebrew Enabler for the PS3)
- CFW: Custom Firmware: https://www.psx-place.com/threads/4-92-evilnat-w-cobra-v8-5-cex-dex-pex-d-pex.39743/
For more information
https://www.psx-place.com/threads/ps3-4-92-ofw-dropped.46821/
Software Update Bypass:
(There are some changes in the authentication plugins (new_store.sprx, np_oauth, regcam_plugin) maybe related to version strings only,
I DON'T RECOMMEND USING IT THIS TIME, use at your own risk!)
- Install the latest version of webMAN MOD by @aldostools and download this ps3-updatelist.txt.
- Copy the file to /dev_hdd0/ps3-updatelist.txt and reboot.
Important Notes:
- Bgtoolset by @bguerville now supports 4.92
- Flash Writer DOES NOT YET SUPPORT 4.92.
Developers are aware and anticipated the update, see the discussion here.
https://www.psx-place.com/threads/could-4-92-firmware-be-around-the-corner.46309/
Last edited:
)