Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 CFW and Hacks       Thread starter PSXHAX       Start date Sep 12, 2018 at 1:44 AM       277      
Status
Not open for further replies.
Since his PS4Updates.py python script, PlayStation 4 developer Zer0xFF returns with PS4_db_rebuilder which will restore your FPKGs (Fake Packages) after rebuilding the PS4 database. (y)

Download: PS4_db_rebuilder (Latest Release) / GIT / release_0.1.EXTERNAL.zip (v0.1 rebuilder for external only) via thxalot60 / Restore_DB_PS4_2020.rar (30 KB - For 6.72) / PS4_db_rebuilder_6.72-0.2.zip (Python Script with added support for 6.72 FW) / GIT Fork by lKinderBueno / PS4_db_rebuilder_6.72_7.02_7.55.zip (23.6 KB - compatible with PS4 6.72, 7.02 and 7.55) / GIT Fork by hippie68 / Tutorial by VitoPS4 / PS4_db_Rebuilder_EXT-0.1.zip via @aizenar78
Here's further details from the README.md file, to quote: PS4_db_rebuilder

PS4 built in database rebuilder has the tendency to remove FPKG from the database, this will repopulate the database with them

Requirement
How-to-use
  1. recursively clone this repo or download a Release
  2. start FTP server on the PS4
  3. run the python script though terminal/cmdline python3 fix_db.py PS4_IP (command for external via sp0k: py fix_db.py PS4_IP)
  4. wait for the script to finish, then logout of the PS4 user without closing the browser
  5. log back in and all your games should be there again
:arrow: Update: From the README.md forked by lKinderBueno: PS4_db_rebuilder - Updated to 6.72

PS4 built in database rebuilder has the tendency to remove FPKG from the database, this will repopulate the database with them

requirement
  • Python (preferably 3.0+)
how-to-use
  1. recursively clone this repo or download a Release
  2. start FTP server on the PS4
  3. run the python script though terminal/cmdline python3 fix_db.py PS4_IP
  4. wait for the script to finish, then logout of the PS4 user without closing the browser
  5. log back in and all your games should be there again
Changelog
  • Fixed error "table tbl_appbrowse_XXXXXXX has 53 columns but 47 values were supplied"
  • Support to FW 6.72
PS4_DB_Rebuilder to Restore FPKGs After PS4 Database Rebuilding.jpg
 

Comments

Damn... it does only repair from external storage (formatted in Ext3) and not fpkgs from extended storage (Ps4 formatted). Any help?
 
I am creating a synology pkg to run this from my nas rather than opening a cmd/terminal.

Within the script do I have to change all “PS4-IP” entries to my IP address or a particular line within the script?

Thanks
 
I use this to restore my installed fpkg games after rebuilding database. But I cannot delete anymore games because the Delete option is no longer there when I press the Option button. How can I delete fpkg games after using database rebuilder?
 
Can someone help me, please?

I tried to restore my db, but every time I receive this error after launching the script:
Code:
Traceback (most recent call last):

  File "fix_db.py", line 90, in <module>

    cursor.execute("INSERT INTO %s VALUES %s;" % (tbl[0], ', '.join(sql_list)))

sqlite3.OperationalError: table tbl_appbrowse_0505512624 has 45 columns but 47 values were supplied
 
Redownload the release.. or check ur FTP (ps4) page is still running or sleeping !!

it means some pkg (games) missing on internal hdd or external hdd.
 
I've tried to redownload the release and checked for the ftp on ps4 still running. I tried also with another pc (mac & win), but still the same error.

All pkgs were installed on internal drive of ps4, so if appears some pkg are missing, is it possible to fix the db anyway maybe skipping pkg not found?

(I don't know how the script works but is it possible that the problem comes from ps2 games installed which they are not recognized by the script?)

Thanks in advance
 
Status
Not open for further replies.
Back
Top