🦊 Foxxo Patches
September 26, 2026 · View on GitHub
Custom Morphe Patches repository by FoxxoOwO.
📲 How to use these patches in Morphe
Click here to add this repository as a patch source in Morphe:
👉 Add to Morphe
Or add manually in Morphe Manager:
- Source:
FoxxoOwO/foxxo-patches
🩹 Patches list
v1.2.0 •
main• 12 patches total
📦 Instagram • 11 patches
| 💊 Patch | 📜 Description | ⚙️ Options |
|---|---|---|
| Clone | Renames the package and app label so the patched build installs alongside a stock Instagram instead of replacing it. | • Package name • App name |
| Debug bridge | Development only: exposes the Feurstagram settings over ADB broadcasts so they can be driven from a shell instead of the on-screen panel. | |
| Feed item filtering | Drops ad/promo and suggested feed units at the JSON-parse layer, catching the ones injected inline into the timeline that URL blocking misses. Gated on the Ads and Suggested toggles. | |
| Force SDR display | Reroutes Instagram's window colour-mode changes so the app can be pinned to SDR, keeping the dark UI's blacks deep instead of the washed-out look HDR forces. | |
| Install-packages permission | Declares REQUEST_INSTALL_PACKAGES so the update dialog can download and install a new release directly instead of opening the browser. | |
| Limit feed to following profiles | Optionally restricts the home feed to accounts you follow, by rewriting the feed request's pagination header. Gated on the runtime toggle. | |
| Network content blocking | Blocks the feed, stories, explore, reels, ads, suggestions and tracking at the network layer, gated on the runtime toggles. | |
| Popup hiding | Drops Instagram's popups ("Couldn't refresh feed"), which a blocked surface raises on every failed request. Gated on the Instagram popups toggle. | |
| Restart relay | Declares the one-shot activity Feurstagram runs in its own process to bring Instagram back after the cache-clear restart. | |
| Settings entry point | Opens the Feurstagram settings on a long-press of the Home tab, and installs the surface hiders and update check. | |
| Signature check bypass | Forces Instagram's signing-certificate trust checks to always pass, so a re-signed APK is treated as an official Meta build and deep links route to their content instead of falling back to the home feed. |
📦 AI Plant Doctor • 1 patch
🎯 Supported versions:
| 3.1.0 |
|---|
| 💊 Patch | 📜 Description | ⚙️ Options |
|---|---|---|
| Unlock premium | Unlocks all AI Plant Doctor premium features by bypassing Google Play Billing and returning an active annual subscription. |
🌿 AI Plant Doctor (me.jodoin.aiplantdoctor)
What the patch does
Unlocks all premium features of the AI Plant Doctor app (me.jodoin.aiplantdoctor v3.1.0_antisplit) by intercepting Google Play Billing communication. The app always detects an active annual subscription (me.jodoin.aiplantdoctor.premium_annual).
Unlocked features
- Unlimited plant diagnosis (AI Plant Doctor)
- Full access to the Budsy assistant
- Unlimited pest and disease detection
- Personalized care plans
- Advanced plant health analysis
- AI diagnostics and Day Pass features
How it works
The app is built with Flutter. The subscription check logic resides in Dart code (libapp.so), which obtains the purchase state across the Pigeon IPC bridge from the Java in_app_purchase_android plugin.
The patch intercepts the queryPurchasesAsync call at the Java layer and injects a mocked response containing an active me.jodoin.aiplantdoctor.premium_annual purchase, completely bypassing Google Play BillingClient.
📸 Instagram Direct / Chat-Only (com.instagram.android)
What the patch does
Transforms Instagram into a distraction-free, dedicated messenger (Messenger for Instagram):
- Direct launch into DMs: The app automatically launches directly into Direct Messages (inbox) upon startup.
- Feed and distraction removal: Blocks the main home feed, Stories, Explore/search, and recommended Reels feed.
- Clean bottom navigation: Hides Home, Explore, Reels, and Creation tabs from the bottom bar, leaving only Direct and Profile.
- Messenger-like back navigation: Pressing Back in the main Direct inbox moves the app to the background / home screen instead of returning to an empty feed.
- In-chat media playback: Posts and Reels shared in direct messages remain fully viewable and playable (via signature check bypass).
- Settings: Long-press the Direct inbox title bar or the Profile tab to open Feurstagram settings.