A payload reliability patch. Fixes a helper crash ~5 seconds after install
rejection on firmware 10.xx, and adds Polish language support.
- Fixed: helper dies after install rejection on FW 10.00+ (issue #152).
The payload's install-init authid threshold wasfw_major >= 11— use the
SYSTEMauthid only on FW 11+,ShellCoreeverywhere below. But FW 10.xx
has the sameSYSTEM-authid gate forsceAppInstUtilInitialize: calling it
underShellCoreleaves Sony's installer daemon (IPMI) half-wedged. The
immediateInstallByPackagereturns0x80B2116F, and roughly 5 seconds
later Sony's installer watchdogSIGKILLs our process — exactly the
"helper dies after I click install" symptom in the bug bundle. The threshold
is nowfw_major >= 10, matching what the standalone DPI daemon already
does on all firmwares. Users on FW 10.xx+ who push the updated payload from
Connection → Send payloadwill stop seeing the post-reject crash. - Fixed: outdated "Connect to your PS5" description (issue #208). The
connection-screen blurb still said the helper stays loaded only until rest
mode — which was true before the 4.1.0 auto-reconnect release but reads as
stale now. Rewritten to point at the auto-reconnect toggle (on by default). - New: Polish (Polski) language support. Thanks @heni0xyz for the
contribution. Selectable from the language picker; the completeness test
now coversplalongside the other 18 locales.