Sony official update v4.91 is live!
-
Official Changelog:
- This system software update improves system performance.
Real Changelog:
- Blu-ray keys updated (AACS encryption key, even after changing the texts in rco in 4.89. removing mentions of keys updates)
- Built from the latest source code lv2_kernel.self and vsh.self (same as 4.89), S0ny built the 4.90 using the old 4.80 source code.
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:
- 2023/12/07
Current Status:
For more information and detailed guides
https://www.psx-place.com/threads/ps3-firmware-4-91-update-is-live-do-not-update.42990/
Software Update Bypass:
(No changes in the authentication method, so it's safe to assume it's secure)
- 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 DOES NOT YET SUPPORT 4.91.
- bguerville provides details about 4.91 PS3Toolset Status
- HEN flash patcher by @lmn7 DOES NOT YET SUPPORT 4.91.
Last edited: