CFW 4.89.3 Evilnat Cobra (8.4) (CEX/DEX/PEX)

PS3 CFW 4.89.3 Evilnat Cobra (8.4) (CEX/DEX/PEX) -

Last edited:
Since yesterday I have been trying 4.89.3 PEX OC version on my CECHC04 model PS3. I couldn't install the Xai_plugin yesterday, but today I installed the new version. I played The Last of Us and GTA 5 to try it out. RSX Boost definitely provides better gameplay. I tried playing PS2 Classic and Normal PS2 game no problem (Fan control worked). Thank you very much to everyone who contributed.
 
sorted by creation date?
Also, I have the game data utility in alphabetical sorted after the 4.89.3 update.Do you have it in alphabetical sorted or by creation date? can you tell me please

Not in my case I tried to give writing privileges in multiman and I tried to overwrite these files via ftp it didn't work and I tried manually through multiman it still doesn't give me the option to sort by creation date
 
Benim durumumda değil, multiman'de yazma ayrıcalıkları vermeye çalıştım ve bu dosyaların üzerine ftp ile yazmaya çalıştım, işe yaramadı ve multiman üzerinden manuel olarak denedim, hala çalışmıyor Bana oluşturma tarihine göre sıralama seçeneği sunmayın
It doesn't write option to sort by creation date, it writes alphabetically, alphabetical order should be up and down arrow key icon, if you choose it will sort by creation date
 
It doesn't write option to sort by creation date, it writes alphabetically, alphabetical order should be up and down arrow key icon, if you choose it will sort by creation date
that's how it is! I was copying the ghost files, which the usb creates, of 4 kb instead of the heaviest ones, so obviously it didn't work now it works both in games and in save data
thank you very much again
 
işte böyle! Usb'nin oluşturduğu 4 kb'lik hayalet dosyaları en ağırları yerine kopyalıyordum yani açıkçası çalışmadı şimdi hem oyunlarda hem de save data'da çalışıyor
tekrar çok teşekkür ederim
So it's working fine? No problem I guess? Game data utility Alphabetical A-Z format or by creation date? can you send me a photo? i better see the folders
 
So it's working fine? No problem I guess? Game data utility Alphabetical A-Z format or by creation date? can you send me a photo? i better see the folders
Yes now it's perfect I have several sagas that do not synchronize well in alphabetical order, that's why I had it in the creation date, I have the saved games in alphabetical order but you can put them by descending or ascending update date too but it's different because here they are by date of update, not of creation, I think

IMG_2247.jpeg

IMG_2246.jpeg
 
Last edited:
glad it worked it will be game data not save data

here it is Are these in alphabetical order or by creation date?
upload_2023-2-2_19-43-5.png
[/QUOTE]
 
Last edited:
Yes now it's perfect I have several sagas that do not synchronize well in alphabetical order, that's why I had it in the creation date, I have the saved games in alphabetical order but you can put them by descending or ascending update date too but it's different because here they are by date of update, not of creation, I think

IMG_2247.jpeg

IMG_2246.jpeg
upload_2023-2-2_19-55-40.png

Updates in the folder in the picture, how are the dlcs here, are they alphabetical?
 
Oh sorry, English is not my mother tongue, if they appear alphabetically from A to Z because the dates do not match.

IMG_2249.jpeg
No problem man Have you installed 4.89.3?
does it go alphabetically? I think the month and year are mixed Can you post some more photos?
 
No problem man Have you installed 4.89.3?
does it go alphabetically? I think the month and year are mixed Can you post some more photos?

If I am in 4.89.3 the pex / cex version and I am absolutely sure that they are in alphabetical order, it is more that they are from A to Z ending with the Japanese alphabet

IMG_2251.jpeg

IMG_2252.jpeg
IMG_2253.jpeg
IMG_2254.jpeg
 
If I am in 4.89.3 the pex / cex version and I am absolutely sure that they are in alphabetical order, it is more that they are from A to Z ending with the Japanese alphabet

IMG_2251.jpeg

IMG_2252.jpeg
IMG_2253.jpeg
IMG_2254.jpeg
I have updated all CFW version with Cobra 8.4 by default, you can download it from my MEGA FOLDER and try again, or download this PKG, install and launch it:

https://github.com/Evilnat/xai_plugin/raw/latest_release/xai_updater_cex.pkg

It will update Cobra to version 8.4



Thank so much mate! ;)

You don't need to update anything to install the CFW, but I recommend you to update webMAN MOD and all other homebrew that you use


It is not permanent, it will be disabled after rebooting the PS3


★I think my CFW is modified to sort only in alphabetical, recently played and format★



Thank so much mate! ;)

You don't need to update anything to install the CFW, but I recommend you to update webMAN MOD and all other homebrew that you use


It is not permanent, it will be disabled after rebooting the PS3


I think my CFW is modified to sort only in alphabetical, recently played and format


I have deleted all 20 PUP files, check again the first thread or check my MEGA folder with new PUPs updated
evilnat wrote as an answer to my question where I put the star inside It detects alphabetically in 4.89.3 I will find a way to change the game data utility folder (flash1) I think the game data file is available here
 
evilnat wrote as an answer to my question where I put the star inside It detects alphabetically in 4.89.3 I will find a way to change the game data utility folder (flash1) I think the game data file is available here

Games data is stored on /dev_hdd0/game (with PSN games and DLC)

When you install the packages, an entry is written to XMB database.

Most of the XMB categories are sorted using /dev_flash/vsh/resource/explore/xmb/registory.xml

However Game Data folder is sorted by timeCreated in category_game.xml
Code:
<View id="seg_gamedata">
<Attributes>
<Table key="gamedata">
<Pair key="icon_rsc"><String>tex_album_icon</String></Pair>
<Pair key="icon_notation"><String>WNT_XmbItemAlbum</String></Pair>
<Pair key="title_rsc"><String>msg_gamedata_utility</String></Pair>
<Pair key="str_noitem"><String>msg_error_no_gamedata</String></Pair>
<Pair key="action"><String>exec_game</String></Pair>
</Table>
</Attributes>
<Items>
<Query class="type:x-xmb/folder-pixmap" key="gamedata"  attr="gamedata" src="xcb://localhost/query?limit=2048&table=MMS_MEDIA_TYPE_HDD&sort=-Game:Common.timeCreated&cond=Ae+Game:Game.category GD+Oe+Game:Game.category 2D" />
</Items>
</View>
 
How would I know which specific version of the exploit/hack to use for my specific model of PS3 Slim?
 
Last edited:
Games data is stored on /dev_hdd0/game (with PSN games and DLC)

When you install the packages, an entry is written to XMB database.

Most of the XMB categories are sorted using /dev_flash/vsh/resource/explore/xmb/registory.xml

However Game Data folder is sorted by timeCreated in category_game.xml
Code:
<View id="seg_gamedata">
<Attributes>
<Table key="gamedata">
<Pair key="icon_rsc"><String>tex_album_icon</String></Pair>
<Pair key="icon_notation"><String>WNT_XmbItemAlbum</String></Pair>
<Pair key="title_rsc"><String>msg_gamedata_utility</String></Pair>
<Pair key="str_noitem"><String>msg_error_no_gamedata</String></Pair>
<Pair key="action"><String>exec_game</String></Pair>
</Table>
</Attributes>
<Items>
<Query class="type:x-xmb/folder-pixmap" key="gamedata"  attr="gamedata" src="xcb://localhost/query?limit=2048&table=MMS_MEDIA_TYPE_HDD&sort=-Game:Common.timeCreated&cond=Ae+Game:Game.category GD+Oe+Game:Game.category 2D" />
</Items>
</View>
available in alphabetical order I want to change it according to time
 
Back
Top