👋🧩 Morphe Patches template

August 4, 2026 · View on GitHub

Template repository for Morphe Patches.

❓ About

Patches for apps I like.

TODO: Update this about section with a brief introduction/summary about this repo and what it offers.

🩹 Patches list

v1.0.0  •  main  •  11 patches total

📦 MÁVPlusz  •  10 patches

🎯 Supported versions:

2.4.19-prod
💊 Patch📜 Description⚙️ Options
Disable Firebase CrashlyticsAdds the official firebase_crashlytics_collection_enabled=false manifest flag, disabling all crash/log reporting to Firebase Crashlytics at SDK init.
Disable Pairip license checkPrevents the Pairip-injected Application class from binding to the Play Store licensing service, which would otherwise redirect to / force-close for a side-loaded APK.
Disable Play Integrity failure crashPrevents SecurityException when the Play Integrity API call itself fails (APP_NOT_INSTALLED / APP_UID_MISMATCH), as happens for side-loaded APKs.
Disable Play Integrity gating flag waitStops the startup coroutine from waiting forever on a Remote-Config-backed flag to decide whether to run the Play Integrity flow, by always treating it as disabled.
Disable Play Integrity token requestMakes the Play Integrity token request always fail immediately with an unclassified exception, so the app treats it as gracefully unavailable and continues initialization instead of getting stuck on a Play-Store-required gate.
Disable Play Integrity verdict validationRemoves client-side SecurityException throws that reject unlicensed/unattested/unrecognized Play Integrity verdicts, without touching unrelated code sharing the same method.
Disable StoreLogs telemetryPrevents the app from uploading queued client-side log entries to its own backend telemetry endpoint (.../Log/StoreLogs).
Disable broadcast receiver security checkRemoves SecurityException throws gating a BroadcastReceiver's onReceive, which fail when the broadcast sender isn't verified as the real Play Store.
Disable certificate pinningPrevents the app's OkHttp CertificatePinner from ever being installed, allowing HTTPS traffic to be intercepted (e.g. by a proxy) for analysis.
Trust user-installed certificatesAdds a user certificate trust anchor to the network security config, so a MITM proxy's installed CA is accepted (this is separate from and in addition to disabling OkHttp's code-level certificate pinning).
📦 Időkép  •  1 patch

🎯 Supported versions:

4.3.71.0.2
💊 Patch📜 Description⚙️ Options
Remove idokep adsRemoves ads from the idokep app.

How to use these patches

Click here to add these patches to Morphe: https://morphe.software/add-source?github=hu-liberator/patches

Or manually add this repository url as a patch source in Morphe: https://github.com/hu-liberator/patches

🛠️ Building

To build UserXYZ Patches, you can follow the Morphe documentation.

📜 License

UserXYZ Patches are licensed under the GNU General Public License v3.0