jacobsson
Senior Member
Last edited:
Is the file named item_tex_online_storage.gim (located inside explore_plugin_full.rco)I don't know if anyone noticed this, but online storage got a new icon
![]()
Btw, i was not aware about this problem... since how many firmware versions is broken ?
Is the file named item_tex_online_storage.gim (located inside explore_plugin_full.rco)
In 4.88 firmware (or lower) the icon was looking like this:
![]()
The weird thing is rebug package manager (and all forks of it) was loading that icon... since the icon has been modifyed officially... some package managers needs to be modifyed (to dont load the new version of it with the + logo and the cloud)
Btw, i was not aware about this problem... since how many firmware versions is broken ?
Im looking at this documentation to try to figure how the associated screens and messages was looking before and as far i understand is not going to be so easy to fix it
https://www.sony.com/electronics/support/articles/00012677
The weird thing is in your screenshot it looks like the word "back" belongs to a different screen... i mean... the text "back" is intended to be displayed inside the submenu with the full black background (the impose_plugin), right ?
In other words... the text "back" belongs to the black screen of step #17 from the link i posted
Right now im not completly sure if that icon was displayed in other places of the official XMB, but there is copy of it inside explore_plugin_full.rco (because the contents of this rco are availables for a lot of te other sprx files)IIRC, The one in the save data folder is loaded from ps3_savedata_plugin.rco (item_tex_online_storage.gim), the package managers loads item_tex_online_storage.gim too but the one inside the explorer_plugin_full.rco that is still the same as the older fws

Here are my dualboot 4.89 in two flavour:
Dual Boot 4.89
DB 4.89 link: https://www.mediafire.com/file/tgg4rcita9m6icc/DB_4.89_littlebalup.zip/fileLittlebalup's 4.89 Dual Boot firmware
PUP MD5: 9466FC0D75F42E22E3B9E3B8D76C58AD
Compatibility:
Any PS3 already running a CEX custom firmware
Features:
- Made from 4.89 OFW (CEX)
- All the features of the 4.89 OFW (CEX)
- Same CoreOS files size and structure than OFW
- Same PUP size and structure than OFW
- Patched isoldr and spu_pkg_rvk_verifier to allow installation of any 4.89 or higher CFW (CEX)
Installation:
- Rename the "DB_4.89_littlebalup.PS3UPDAT.PUP" file as "PS3UPDAT.PUP"
- On a FAT32 formatted USB storage device, create a folder named "PS3". Within that PS3 folder, create another folder named "UPDATE".
- Copy the "PS3UPDAT.PUP" file to the UPDATE folder you just created.
- Verify the MD5 signature of the "PS3UPDAT.PUP" file you just copied in the UPDATE folder.
- Plug the USB storage device to your PS3 then install via [Settings] -> [System Update] -> [Update via Storage Media]
- Follow the on screen instructions.
Dual Boot + Hybrid 4.89 (DB with exploitable silk_webkit)
DBH 4.89 link: https://www.mediafire.com/file/eq1z3t3axsowdmz/DBH_4.89_littlebalup.zip/fileLittlebalup's 4.89 Dual Boot & Hybrid firmware
PUP MD5: 6FD6EA6458C0AD202289217B079922BC
Compatibility:
Any PS3 already running a CEX custom firmware
Features:
- Made from 4.89 OFW (CEX)
- All the features of the 4.89 OFW (CEX)
- Contains exploitable webkit for e.g. HEN installation
- Same CoreOS files size and structure than OFW
- Patched isoldr and spu_pkg_rvk_verifier to allow installation of any 4.89 or higher CFW (CEX)
Installation:
- Rename the "DBH_4.89_littlebalup.PS3UPDAT.PUP" file as "PS3UPDAT.PUP"
- On a FAT32 formatted USB storage device, create a folder named "PS3". Within that PS3 folder, create another folder named "UPDATE".
- Copy the "PS3UPDAT.PUP" file to the UPDATE folder you just created.
- Verify the MD5 signature of the "PS3UPDAT.PUP" file you just copied in the UPDATE folder.
- Plug the USB storage device to your PS3 then install via [Settings] -> [System Update] -> [Update via Storage Media]
- Follow the on screen instructions.
Both tested on NOR and NAND. From XMB and Recovery.
Hopefully @esc0rtd3w can fix this bug in HEN 3.1.0@sandungas look, the same problem as the one i heard when 4.89 was released, i'm thinking it could be an official bug
Look how it looks at 480p, there a lot of bugs at this resolution, that's why remote play is broken, it runs at 480p too
![]()
![]()
![]()
The fact that the whole 480p mode is broken (instead of only a few parts of it) means that the rco files are fine. Think in it this way:@Louis Garry confirmed, it's a 4.89 bug, 480p resolution is completely broken
Let me improve the fix :PSo what we need to do is to "insert" a couple of values at lines 2585 and 2586 (we dont know which value to add... i would add the value 10)
Nice, your calculations matches very wellI think the correct value should be 55 or 56.
218 * (720 / 1080) = 145.333 = 145
218 * (480 / 1080) = 96.888 = 97.97 (rounded with adjustment)
218 * (272 / 1080) = 54.9 = 55
It goes to show how much care is given to testing the firmware updates at s#ny's dev labs, they made GUI related changes but omitted to test the outcome in every resolution. Oh dear...