๐Ÿงฉ Wagg13 Morphe Patches

September 23, 2026 ยท View on GitHub

Curated collection of Morphe patches for premium feature unlocks on Android applications.

This repository contains high-quality, actively maintained patches for popular Android apps using the Morphe patching framework.


โš ๏ธ Important Warnings

๐Ÿšซ No liability for bans. Using modified apps may violate the terms of service of the applications involved and can lead to warnings, restrictions, or temporary/permanent account bans. The author is not responsible for any ban, suspension, account restriction, data loss, or any other consequence resulting from the use of these patches. You use them entirely at your own risk.


๐Ÿš€ Quick Start

โž• Click here to add this patch source directly to Morphe

Option 2: Manual Installation

  1. Open Morphe Manager on your Android device
  2. Navigate to Patch Sources
  3. Add this repository URL:
    https://github.com/WaggBR/Wagg13Patch_Morphe
    
  4. Enable patches from the patch list
  5. Build and install your patched APK

๐Ÿ“‹ Available Patches

v1.0.0ย ย โ€ขย ย mainย ย โ€ขย ย 3 patches total

๐Ÿ“ฆ Bisbiย ย โ€ขย ย 1 patch

๐ŸŽฏ Supported versions:

1.0.2
๐Ÿ’Šย Patch๐Ÿ“œย Descriptionโš™๏ธย Options
Enable PremiumForces the Premium state source before it is recalculated.
๐Ÿ“ฆ Tinderย ย โ€ขย ย 1 patch

๐ŸŽฏ Supported versions:

17.34.1
๐Ÿ’Šย Patch๐Ÿ“œย Descriptionโš™๏ธย Options
Tinder Unlimited RewindEnables unlimited rewinds (only). Every other premium feature depends on Tinder's servers and cannot be unlocked by a patch.

โš ๏ธ Warning: One UI may cause errors or compatibility issues with the APK when this patch is applied.
๐Ÿ“ฆ Native Cameraย ย โ€ขย ย 1 patch

๐ŸŽฏ Supported versions:

1.41.4.1
๐Ÿ’Šย Patch๐Ÿ“œย Descriptionโš™๏ธย Options
Unlock PremiumForces the premium entitlement in Native Camera. Premium status is stored locally and controls features such as the sub-40-Mbps bitrate cap. Compatible with v1.4 and v1.4.1 (PairIP was removed in v1.4.1).

Patch Details

๐Ÿ”ฅ Tinder โ€” Rewind Unlock

  • Package: com.tinder
  • Functionality: Unlocks Unlimited Rewinds (only)
  • Compatibility: v17.34.1 only (the patch is tied to this exact version)
  • Status: โœ… Active & Maintained (BETA)
  • Limitations: No other Tinder feature can be enabled by this patch. All other premium features depend on Tinder's servers, including the photos of people who liked your profile, which are already blurred when they arrive from the server. See Important Warnings at the top of this page.
  • Ban risk: Account restrictions or bans are possible. The author is not responsible for them.

๐Ÿ“ท Native Camera โ€” Premium Unlock

  • Package: com.rawcam.app
  • Functionality: Enables advanced camera features
  • Compatibility: Compatible with all supported devices
  • Status: โœ… Active & Maintained (thanks to Franticg33k โ€” I fixed the patch to work with the current version.)

๐Ÿ“ฑ Bisbi โ€” Premium Unlock

  • Package: com.nouxi.bisbi
  • Functionality: Removes premium subscription restrictions and enables all app features
  • Compatibility: Latest version support
  • Status: โœ… Active & Maintained

๐Ÿ”ง Requirements

  • Morphe Manager installed on your device
  • Supported Architecture: arm64-v8a (primary), others may work but untested
  • Android: 8.0 and above
  • Original APK: Obtained from official sources (APKMirror, Play Store, etc.)

โš ๏ธ Note: Patches are tested on arm64-v8a architecture. Other architectures (armeabi-v7a, x86, x86_64) may have compatibility issues.


๐Ÿ“– Usage Guide

Building a Patched APK

  1. Prepare your APK:

    • Download the original APK for the target app
    • Ensure it's the correct architecture (arm64-v8a recommended)
  2. Apply patches in Morphe:

    • Select the app from the available patches list
    • Choose the version that matches your APK
    • Enable desired patches
    • Configure patch options if available
  3. Generate and Sign:

    • Click "Build APK"
    • Morphe will sign the patched APK automatically
    • Install the generated APK on your device

Configuration

Most patches work out-of-the-box with sensible defaults. Some patches may expose configuration options within the app's settings.


๐Ÿ› Reporting Issues

Found a bug or compatibility issue? Help us improve:

  1. Check: Does the issue persist with the latest patch version?

  2. Gather: Collect the following information:

    • App version tested
    • Device model and Android version
    • APK source (APKMirror, Play Store, etc.)
    • Architecture (arm64-v8a, etc.)
    • Error logs (if available)
  3. Report: Open an issue on GitHub with:

    Title: [App Name] โ€” Brief description of issue
    
    Details:
    - App Version: X.Y.Z
    - Device: [Model]
    - Android: X
    - APK Source: [Source]
    - Architecture: arm64-v8a
    
    Description:
    [Detailed explanation of the issue]
    

โ„น๏ธ Feature requests for other Tinder premium features will be closed, since they depend on Tinder's servers and cannot be done through a patch.


๐Ÿ› ๏ธ Building from Source

Prerequisites

  • Git
  • JDK 21
  • Android SDK (with ANDROID_HOME set)
  • GitHub personal access token with read:packages (used by Gradle to download Morphe dependencies from GitHub Packages)

Setup

  1. Clone this repository:

    git clone https://github.com/WaggBR/Wagg13Patch_Morphe.git
    cd Wagg13Patch_Morphe
    
  2. Set your environment variables:

    export ANDROID_HOME="$HOME/Android/Sdk"
    export GITHUB_ACTOR="your-github-username"
    export GITHUB_TOKEN="your-github-token"
    

    Alternatively, put gpr.user and gpr.key in ~/.gradle/gradle.properties. Never put your token in the project's gradle.properties โ€” that file is committed.

  3. Build the patch bundle:

    ./gradlew buildAndroid
    
  4. Find the built patch bundle at:

    patches/build/libs/patches-*.mpp
    
  5. Load the .mpp file in Morphe (Desktop or Manager) like any other patch bundle.


๐Ÿ“ License

This project is licensed under the GNU General Public License v3.0 (GPLv3) โ€” see the LICENSE file for details.


โš–๏ธ Disclaimer

  • This project is provided as-is for educational and research purposes.
  • Use at your own risk. The author is not responsible for account bans, suspensions, restrictions, data loss, or any other consequence of using these patches.
  • Respect the terms of service of the applications being patched.
  • This tool should only be used for personal, non-commercial purposes.
  • Always download original APKs from official sources.
  • This project is independent and not affiliated with Tinder, Google, Bisbi, or Morphe. All trademarks are the property of their respective owners.

๐Ÿค Contributing

Interested in contributing? We welcome:

  • Bug reports with detailed reproduction steps
  • Feature requests for new applications to support
  • Patch improvements with clear explanations
  • Documentation enhancements

Please open an issue or discussion before submitting pull requests for significant changes.


๐Ÿ’ฌ Support & Feedback

For questions about Morphe itself, visit Morphe's official documentation.


๐Ÿ“Š Project Statistics

  • Total Patches: 3 applications
  • Last Updated: September 2026
  • Status: Actively maintained
  • Architecture Support: arm64-v8a (primary)

๐Ÿ™ Acknowledgments

  • Morphe Framework โ€” The powerful patching engine
  • Franticg33k โ€” Original Native Camera patch
  • Android community for continuous feedback and support

Made with โค๏ธ by Wagg13

Last updated: September 2026