github phantomptr/ps5upload v4.1.6

latest release: v4.1.7
3 hours ago

Fix: pkg install stuck at "installing" on unverifiable firmware (issue #230).

  • Fixed: installs never completed on FW 12.xx. On firmware where
    app.db is unreadable (FW 12.20+), verify_launchable returns
    Unsupported (None), which prevented the synthetic-DONE grace
    period from firing. The install would succeed on the PS5 but the UI
    showed "installing" indefinitely. The grace verdict now fires on
    both None (unverifiable) and Some(false) (not yet registered).
  • Fixed: Tier-0 worker installs not recognised as synthetic-DONE.
    is_synthetic_done_tier now includes APPINST_VIA_TIER0_FLAG
    (0x10000000). Installs via the Tier-0 worker path were missing the
    synthetic-DONE classification, causing the same stuck-at-installing
    symptom.

Don't miss a new ps5upload release

NewReleases is sending notifications on new releases.