Proxma Patches

July 19, 2026 · View on GitHub

Morphe patch bundle for My Telenor, Investify, Simosa (Jazz), MyZong (Zong), and NetMonster. See Patches below for the current list of apps, supported versions, and what each patch does.

How to use

  1. Install Morphe Manager.
  2. Add this source: https://morphe.software/add-source?github=totsiaw/proxma-patches (already added? open the source and tap Update / pull-to-refresh to get the latest version).
  3. Pick your app, select the patches you want, tap Patch, then install the result.

Patches target a specific app version (below). If your installed app is a different version, it won't match until that version is added.

Patches

My Telenor (com.telenor.pakistan.mytelenor)

Supported version(s): 4.2.62

PatchDescription
Block trackersStops the Insider, TikTok Business SDK and Mixpanel Session Replay trackers from initializing (event/attribution/session-replay tracking never starts). Leaves AWS Amplify, Firebase core/RemoteConfig/FCM and Google Ads init untouched so app data, push and the remote ad-config the ads patch relies on keep working.
Block trackers (manifest flags)Disables Firebase Analytics + Google advertiser-id auto-collection and the Facebook SDK's auto app-events / advertiser-id / auto-init via AndroidManifest flags — the SDK-side auto-collection that no bytecode init-stub can reach. Leaves Firebase core (FCM push, RemoteConfig) and the Facebook ContentProvider intact. Separate from the bytecode Block trackers patch so you can pick either or both.
Bypass device validationNeutralizes the client-side device-validation gate (anti-root / anti-emulator / anti-Frida / anti-Xposed / anti-tamper battery) that shows a "Device validation failed" toast and kills the app via finishAffinity() on a rooted, emulated or re-signed build. Redirects the single failure callback to the success path so all ~16 checks report as passed and the app keeps running pre- and post-login.
Remove adsRemoves every Google Ad Manager ad (banners + interstitials) across Daily Rewards, Home, Test Your Skills and Explore by nulling the remote ad-config chokepoint, so each surface renders its no-ads layout and never requests an interstitial.

Investify (com.blueinklabs.investifystocks.free)

Supported version(s): 5.6.0

PatchDescription
Bypass PairIP license checkDisables Google PairIP's license/installer check (com.pairip.licensecheck) so a re-signed build runs on a real device instead of being redirected to the Play Store and killed. No-ops the LicenseContentProvider entry point and LicenseClient.initializeLicenseCheck().
Unlock premium (remove ads)Unlocks Investify premium — forces the backend no_ads entitlement getter to report true in both the model and its Realm proxy, so the app treats the account as ad-free without any purchase. Ad SDK loads are gated on this flag app-wide.

Simosa (com.jazz.jazzworld)

Supported version(s): 3.3.2

PatchDescription
Bypass signature verificationDisables Simosa's anti-tamper signature check so a re-signed APK launches normally instead of stalling on the splash / "version is not correct" dialog.
Remove ads & trackingRemoves every ad (interstitial, banner, daily-reward) and every tracker (Mixpanel, Firebase, Facebook, AppsFlyer) — app events, network sends, ad-SDK requests (Google Ads / AppLovin / AnyMind / Prebid), SDK auto-collection, and the ipify IP leak. The app then phones home only to its own Jazz API.

MTProxy (com.sdev.mtproxy)

Supported version(s): 2.1.4

PatchDescription
Remove adsRemoves every AdMob ad — the interstitial (rerouted to its onAdFailedToLoad branch so the proxy-apply action still runs, but no ad loads or shows) and the on-screen banner (load skipped). No feature is lost.

MyZong (com.zong.customercare)

Supported version(s): 5.19.19.112

PatchDescription
Remove ads & trackingRemoves every ad (AdMob) and every tracker (Firebase Analytics, AppsFlyer, Facebook, TikTok, and the Veridium SDK's own Google Analytics) — event sends, full SDK init (AppsFlyer init, TikTok initializeSdk/startTrack, MobileAds.initialize), and auto-collection. Pushwoosh push is left intact. The app then phones home only to its own Zong API.
Unlock daily reward (skip ad)Claim MyZong's daily reward with no 'watch ad' popup and no ad. Forces the reward-bubble tap to take the app's own direct-claim branch (the same claim call the post-ad path makes), upstream of both the popup and the rewarded ad.

NetMonster (cz.mroczis.netmonster)

Supported version(s): 3.4.1

PatchDescription
Unlock premium (NetMonster)Unlocks NetMonster Premium — forces the premium repo's derived flows so real-time LTE/NR-NSA location calculation is unlocked, ads are removed, and the status shows Active (far-future expiry) without an Adapty subscription.