Nai's Extra Patches

September 18, 2026 · View on GitHub

Nai64

Morphe Patches License Platform

Nai's Extra Patches

A curated collection of Morphe patches that tune, unlock and declutter Android apps and games. Skip ads, bypass license checks, hide root, force orientations, tweak manifest behavior, strip translations and more, all from a single patcher.

Note

Companion to Nai's Patches, which ships the 6 Featured patches (Unlock Premium, Free In-app Purchases, No Ads, Ads Free Rewards, Unlimited Currencies, Pairip Bypass). Add both sources to cover everything.


Table of Contents


Overview

Nai's Extra Patches is a set of ready made patches built for the Morphe patcher. Each patch targets a common annoyance found in modern Android apps and games: rewarded ad walls, forced splash screens, license popups, root and integrity detection, and locked in app purchases.

Note

Every patch is optional. Enable only what you need for a given app or game. Most patches work independently, and several can be combined for a cleaner experience.

The project is open source and community driven. New patches and fixes land through standard pull requests, and releases are produced automatically.

Important

Want to contribute? Please read CONTRIBUTING.md first. It shows how to open a proper PR with one patch at a time, the right commit style, and how to avoid common mistakes that block merges.


Install Source

Add Nai's Extra Patches as a source inside the Morphe patcher.

MethodLink
Deep linkmorphe.software/add-source?github=Nai64/Nai64ExtraPatches
Manualhttps://github.com/Nai64/Nai64ExtraPatches

Tip

Tap the deep link on a device that already has Morphe installed to add the source in one step.

Features

Patches are grouped by what they affect. The table below lists every available patch and a short description.

Ads, Tracking and Consent

Ads, Tracking and Consent

Unlocks and Licensing

Unlocks and Licensing

Display and Interface

Display and Interface

Privacy and Security

Privacy and Security

Device State Spoofs

Device State Spoofs

Hardware and System Spoofs

Hardware and System Spoofs

Storage and Backups

Storage and Backups

Manifest and App Tweaks

Manifest and App Tweaks

Tip

Combine No Ads with Disable Telemetry for the quietest possible session, and add Ads Free Rewards only when an app gates progress behind rewarded ads.


How to Use

  1. Open your app or game APK in the Morphe patcher.
  2. Browse the patch list and toggle the patches you want.
  3. Expand a patch to review its options and adjust them.
  4. Run the patch and install the rebuilt APK.

Important

Always keep a copy of the original APK. If a patched build misbehaves, you can fall back to the unmodified version and try a different combination of patches.

Most patches expose friendly dropdowns or toggles instead of raw text fields, so you rarely need to type anything by hand.


Patch Options

Some patches are highly configurable. Expand a section to see its options.

Ads Free Rewards
OptionTypeDefaultNotes
Patch versionDropdown1.19.0 (Current)Pick a historical implementation, useful when an app only works with an older approach
Reward StrategyDropdownAuto (all networks)AppLovin MAX, Unity Ads, ironSource or every supported network
Instant rewardToggleOnClaim the reward immediately without showing an ad, applies to the current version
Force Landscape / Portrait
OptionTypeDefaultNotes
OrientationDropdownLandscapeLandscape, Portrait, Sensor Landscape, Sensor Portrait, User Landscape, User Portrait
No Ads
OptionTypeDefaultNotes
Block InterstitialsToggleOnFull screen ads between content
Block BannersToggleOnTop or bottom banner ads
Block App OpenToggleOnAds shown on app start
Block MRECToggleOnMedium rectangle banner ads
Block RewardedToggleOnRewarded ads, may disable features that require watching them
Disable Ad SDK Init
OptionTypeDefaultNotes
AdMobToggleOffKills MobileAds.initialize
MAXToggleOffKills AppLovinSdk.initializeSdk
Unity AdsToggleOffKills UnityAds.initialize
ironSourceToggleOffKills IronSource.init
PangleToggleOffKills TTAdSdk.init
MetaToggleOffKills AudienceNetworkAds.initialize
VungleToggleOffKills Vungle init (new + legacy API)
Huawei AdsToggleOffKills HwAds.init
YandexToggleOffKills Yandex MobileAds.initialize
Other networksToggleOffKills MyTarget, StartApp, Chartboost, InMobi and Mintegral init

Aggressive: apps gating content on init callbacks may hang. Do not combine with Ads Free Rewards, which needs live SDKs.

Google Services patches

Simple on/off patches with no options. All default to Off.

PatchWhat it does
Silence Play Services ErrorsKills error dialogs, notifications and resolvable-error flags
Spoof Play Services VersionReports version 25000000 to stop update nags, helps on MicroG
Disable Firebase Auto-InitManifest switches plus removal of measurement components
Bypass Play License CheckAnswers legacy LVL checks with LICENSED
Fix Maps on MicroGReports Maps init SUCCESS and fires the initialized callback
Null Play LocationLocation calls resolve empty, updates complete instantly
Disable Remote Config FetchApps run on bundled defaults, server kill switches never land
Disable Google PayReports GPay unavailable so its buttons never appear
Disable Firebase PerformanceNoops traces and HTTP metrics
Force Google Signed-OutForces guest/offline state instead of sign-in nags
Custom App Resolution (Experimental)
OptionTypeDefaultNotes
Enable Custom ResolutionToggleOffOverride the app window size with the values below
Resolution widthNumber1920Horizontal resolution in pixels
Resolution heightNumber1080Vertical resolution in pixels
Disable Telemetry

Twelve independent toggles let you block each analytics SDK on its own. All default to On.

OptionBlocks
Block Firebase AnalyticsGoogle analytics and crash reporting
Block AppsFlyerMobile attribution and marketing analytics
Block AdjustMobile attribution analytics
Block AmplitudeProduct analytics
Block MixpanelProduct analytics
Block CleverTapUser engagement and analytics
Block SegmentCustomer data pipeline
Block Facebook AnalyticsMeta analytics and event logging
Block Branch.ioDeep linking and attribution
Block Unity AnalyticsUnity engine analytics
Block FlurryYahoo analytics
Block GameAnalyticsGame focused analytics
Version and identity patches
PatchOptionDefaultNotes
Change Version CodeVersion code-1, keeps originalAny positive number
Change Version NameVersion nameEmpty, keeps originale.g. 2.5.1
Rename AppApp nameEmpty, keeps originalNew launcher label
Set Install LocationInstall locationAutoAuto, Prefer external storage or Internal storage only
Spoof Device ModelModel / Manufacturer / BrandEmpty, keeps originalReplaces Build field reads
Spoof Build FingerprintFingerprintEmpty, keeps originalFull build fingerprint string
Spoof CPU ArchitectureCPU ABI dropdownKeep originalarm64-v8a, armeabi-v7a, x86_64, x86
Spoof SDK LevelSDK level-1, keeps originalAdvanced: wrong values crash apps calling newer APIs
Interface patches with options
PatchOptionDefaultNotes
Custom Startup ToastToast messagePatched by Nai's PatchesShown on every launch
Custom Startup ToastDurationLongShort or long toast
Custom Startup DialogDialog titlePatched AppTitle of the startup dialog
Custom Startup DialogDialog messageThis app has been modified...Body of the dialog
Custom Startup DialogDismissableOnAllow closing via back button or outside tap
Status Bar IconsIcon colorWhiteWhite icons on dark backgrounds or dark icons on light ones
Manifest cleanup patches
PatchOptionDefaultNotes
Remove PermissionsPermissions to removeSMS, RECORD_AUDIO, CAMERA and similarComma separated permission names
Remove Hardware RequirementsFeatures to removeEmpty, removes allComma separated feature names, leave empty to remove every uses feature entry

Tips

  • Start with a minimal set of patches, then add more only if needed. Smaller changes are easier to debug.
  • If an app crashes after patching, disable the most recent patch you enabled and test again.
  • Spoof Play Store Install Source can help with apps that restrict features to Play Store installs.
  • Force Landscape or Portrait is great for apps that ignore device rotation or feel wrong in one orientation.

Tip

Keep the patcher log open while testing. Patches that find nothing simply report a warning and move on, so a clean log with no errors usually means the app just did not contain that code path.


Warnings

Warning

Patches marked Experimental, such as Custom App Resolution and Skip Splash Screen, hook deeper into app internals. They may not work on every app and can cause crashes or visual glitches.

Caution

Modifying applications can violate the terms of service of the apps you patch. Use these patches only on apps you own, for personal and educational purposes. The authors are not responsible for bans, data loss or other consequences.

  • Do not enable every patch at once. Over patching raises the chance of conflicts.
  • Some anti cheat systems or strongly protected apps detect tampering regardless of these patches.
  • Always back up your save data before installing a patched build.

Compatibility

  • Targets Android apps and games packaged as APK or XAPK.
  • Requires the Morphe patcher and a Java runtime.
  • Works best on standard Unity, native and ad SDK based apps.
  • Patch behavior depends on the exact app build. A patch that works today may need an option tweak after an app update.

Note

Because each app is different, no single configuration fits all titles. Treat the patch list as a toolkit and tune it per app.

  • Compatibility reports (community): the maintainer does not test every app — search and contribute via COMPATIBILITY.md and the Compatibility Report issue template (label:compatibility issues).
  • Troubleshooting: see TROUBLESHOOTING.mdGot this error? Try enabling x patch. Common install errors, save-data preservation (Preserve App Data / Keep Data on Uninstall), Unity/Il2Cpp limits.

Disclaimer

Nai's Extra Patches is provided as is, without warranty of any kind. It is intended for learning, accessibility and personal customization of software you legally own. It is not a piracy tool and should not be used to bypass paid content you have not licensed.


Made with the Morphe patcher. Contributions welcome.

Back to top