Logm1lo Patches

September 10, 2026 · View on GitHub

Release License: GPL v3

Custom Morphe patches for Android apps. Add to Morphe Manager: deeplink

App requests go to Discussions. Issues are for bugs and feature requests on existing supported apps.

v1.2.0  •  main  •  4 patches total

AppPackageVersionsPatches
Calistreecom.calistree.calistree5.8.5, 5.9.1
  • Dart Pro gates (libapp.so)
  • Premium Unlock
Cube Solvercom.jeffprod.cubesolver5.0.3
  • Puzzles Unlock
  • Remove Ads

FAQ

How do I use this? Install Morphe Manager, add this repo as a source, select your app, and apply the Premium Unlock patch.

Why can't I sign in after patching? Re-signing the APK breaks Google Play Services auth. Sign in before patching, or use email/password instead of Google sign-in.

What versions are supported?

  • Calistree: 5.8.5, 5.9.1
  • Cube Solver: 5.0.3

Other versions may work but aren't tested.

Can you make a patch for another app? Submit a request in the App Requests discussion area.

The patch doesn't work. Make sure you're using the correct APK version. If it still fails, open an issue with details.

Development

Prerequisites: JDK 21+

git clone -b dev git@github.com:logm1lo/logm1lo-patches.git
cd logm1lo-patches

# GitHub package registry auth
echo "gpr.user = YOUR_USERNAME" >> ~/.gradle/gradle.properties
echo "gpr.key = YOUR_GITHUB_PAT" >> ~/.gradle/gradle.properties

# Build
./gradlew :patches:buildAndroid

Output: patches/build/libs/patches-<version>.mpp

License

GPL-3.0