Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 2.7 KB

README.md

File metadata and controls

69 lines (50 loc) · 2.7 KB

Hit Github All Releases tag GitHub Issues GitHub Awesome

GitHub-Banner

PS5 Activity Log

An app to display playtime activities from PlayStation 5

Download


About

Users on exploited PS5 do not have the capability to view playtime for any game they play. This app connects to the PS5, grabbing the database that stores all the acitivity log and then displays the details to the user.

Note:

  • An active connection to the PS5 via FTP is required
  • App has to be extracted to a local folder before running (executing from .zip file will cause issues)
  • The file size varies for the activity log database (sl2_log.db), therefore patience is required when its being downloaded

MainMenu

Created using; VS C#


Features

  • Downloads the activity log database (sl2_log.db); skips if same file name/size already exists for faster results
  • Displays all current installed games (including virtual games from ItemFlowz titled * FG *)
  • Playtime stats includes
    • Total time spent
    • Average per session
    • Number of times played
    • First time and
    • Last time played

Requirements

  • Jailbroken PS5 with FTP access
  • .NET Framework 4.6

Known Issues

  • [Unconfirmed] if a game crashes where the PS5 reboots; no log will be recorded for that session
  • The activity log database (sl2_log.db) returns a "database disk image is malformed" error however still able to query

Future Enhancements

  • Offline function
  • Deleted games history

Credits