main
PS4_db_Rebuilder_EXT
Ps4 built-in database rebuilder has the tendency to remove fpkg from the database. This will repopulate the database with them!
This repository is a modification of the aizenar repository (https://github.com/aizenar/PS4_db_Rebuilder_EXT)
Requirement
- Python (3.0+)
Instructions
-
Recursively clone (
git clone <url> --recursive) this repo or downdload a release. -
Start FTP server on the PS4
-
Run the python script through terminal/cmdline:
Version Command 5.05 python3 fix_db.py [PS4_IP] --port [PS4_FTP_PORT] --fw 5.056.72 - 9.00 python3 fix_db.py [PS4_IP] --port [PS4_FTP_PORT] --fw 6.7211.00 python3 fix_db.py [PS4_IP] --port [PS4_FTP_PORT] -
Wait for the script to finish, then logout of the PS4 user without closing the browser
-
Log back in and all your games should be there again
Note: For 11.00 you still need to use wifi you cant use pi-pwn for FTP.
Changes
- Original Repo https://github.com/aizenar/PS4_db_Rebuilder_EXT
- Update fix_db.py so now it supports 11.00 firmware.
Languages
Python
100%