franticg33k's Morphe Patches

July 31, 2026 · View on GitHub

A collection of Morphe patches for apps I use.

Patches

v1.3.6  •  main  •  17 patches total

📦 byAir  •  2 patches
💊 Patch📜 Description⚙️ Options
Enable Online ProExperimental companion patch that keeps byAir's online Pro gates open without forcing the crash-prone global entitlement refresh path.
Enable ProSuppresses the main byAir paywall, unlock banners, and local user gating.
📦 Hamropatro  •  1 patch
💊 Patch📜 Description⚙️ Options
Remove AdsDisables all ad serving in Hamro Patro by no-oping the native ad-placement resolver (HamroAdsPlacements). Every banner, native, interstitial, fullscreen and roadblock placement funnels through these leaf builders, so returning an empty list means no ad request is ever built for AdMob, Pangle, IronSource or Facebook Audience Network. Verified on v10.7.30.
📦 Nepalipatro  •  1 patch
💊 Patch📜 Description⚙️ Options
Remove AdsDisables all ad serving from Facebook Audience Network (FAN) and Google Mobile Ads (AdMob). No-ops the plugin bridges so no ads are shown.
📦 Provide Lite  •  3 patches
💊 Patch📜 Description⚙️ Options
Remove AdsBlocks all ad display in Provide Lite by forcing the app's central ad gate (in libapp.so) to always take its 'skip' path. Two branch instructions are rewritten to unconditional skips: the global 'ad enabled' flag check (tbz -> b #skip) and the interstitial/rewarded cooldown gate (b.ge -> b #skip). Verified on v1.4.6 (Dart 3.7.0, arm64, obfuscated) — no ad-show invocation is reached.
Remove License ActivityRemoves the PairIP LicenseActivity and LicenseContentProvider from AndroidManifest.xml and the com.android.vending.CHECK_LICENSE permission, so the app runs without a valid Play Store license (required because the APK is re-signed during patching).
Unlock PremiumPatches the Dart AOT-compiled libapp.so to unlock all premium / VIP features. Forces the VIP state to always be true by rewriting the constant-pool loads (add xN, x22, #0x30 -> add xN, x22, #0x20) inside the cacheIsVipKey readers (getter + 3 callers). Verified on v1.4.6 (Dart 3.7.0, arm64, obfuscated) — flutter.cacheIsVipKey=true on device.
📦 Atlas Photo  •  3 patches
💊 Patch📜 Description⚙️ Options
Remove License ActivityRemoves the PairIP LicenseActivity from AndroidManifest.xml.
Remove License CheckBypasses the PairIP Google Play Licensing check so Atlas Photo runs without a valid Play Store license.
Unlock ProForces Atlas Photo's Hermes (React Native) JS runtime to treat every session as a Pro subscriber by patching the setIsProMember reducer so its isPro field is always truthy. Unlocks all Pro features and removes the Pro paywall.
📦 JellyWatch  •  2 patches
💊 Patch📜 Description⚙️ Options
Remove License ActivityRemoves the PairIP LicenseActivity from AndroidManifest.xml.
Unlock PremiumUnlocks all premium features and shop items in JellyWatch.
📦 Prismatica Pro  •  3 patches
💊 Patch📜 Description⚙️ Options
Remove License ActivityRemoves the PairIP LicenseActivity from AndroidManifest.xml.
Remove License CheckBypasses the PairIP Google Play Licensing check so the app runs without a valid Play Store license.
Remove WatermarkPatches the procedural GLSL shader in libharwin_native.so to disable the "PRISMATICA" watermark in the video player and exported videos.
📦 Mero Karobar  •  1 patch
💊 Patch📜 Description⚙️ Options
Unlock PremiumPatches Dart AOT-compiled libapp.so to unlock all premium features. Forces hasPremiumAccess and isPaidUser to always return true by NOPing their ARM64 conditional branch instructions.
📦 Native Camera  •  1 patch
💊 Patch📜 Description⚙️ Options
Unlock PremiumForces the premium entitlement in Native Camera. Premium status is a local 'is_premium' SharedPreferences flag read on startup behind PairIP's Play Store licensing, so this unlocks RAW DNG, 10-bit video, HLG/UHDR and the boosted-ISO seekbar.

Usage

Add this repo as a patch source in Morphe:

https://github.com/franticg33k/morphe-patches

Or click: https://morphe.software/add-source?github=franticg33k/morphe-patches

Credits