Santodan Patches

September 24, 2026 · View on GitHub

Independent patches for the Morphe patcher.

Add Santodan Patches to Morphe, or add this source manually:

https://github.com/Santodan/santodan-patches

Patches

v0.3.2  •  main  •  5 patches total

📦 Peafowl Theme Maker for EMUI  •  1 patch

🎯 Supported versions:

GMS_27.5.1
💊 Patch📜 Description⚙️ Options
Peafowl - Unlock Theme Ownership (Experimental)Use Peafowl's local free-theme path without the billing preflight. Experimental; server downloads are not guaranteed.
📦 Pillo  •  1 patch

🎯 Supported versions:

0.6.19
💊 Patch📜 Description⚙️ Options
Pillo - Hybrid Lock-Screen NotificationsUse fullscreen alarms while the phone is locked and banner notifications while it is unlocked. Select Pillo's Banner/Light notification mode.
📦 Reddit  •  3 patches

🎯 Supported versions:

2026.37.0
💊 Patch📜 Description⚙️ Options
Reddit - Content filters (Experimental)Adds keyword and per-community flair filters under Morphe > Filters. Home-feed flair filtering requires Show flairs in home feed, which is installed automatically.
Reddit - Show flairs in home feed (Experimental)Shows native post flair badges below titles in the home feed, including cached and joined-community posts. Controlled by Morphe > Layout.
Reddit - Start as guestSkips the forced startup login screen using Reddit's native browse-logged-out action. Login remains available from the account menu. Already included upstream in Morphe Patches PR #3109: https://github.com/MorpheApp/morphe-patches/pull/3109

Building

This repository uses the official Morphe Gradle plugin and release layout. GitHub credentials with package-read access must be available as GITHUB_ACTOR and GITHUB_TOKEN for local builds.

For local Windows builds, copy .env.example to the ignored .env file, insert a GitHub token with read:packages access, and run:

.\build-local.ps1

On Windows, if you use the .env file, run the wrapper through build-local.ps1 so the GitHub package credentials are loaded:

.\build-local.ps1 :patches:buildAndroid
.\build-local.ps1 :patches:generatePatchesList

You can run gradlew.bat directly only when GITHUB_ACTOR and GITHUB_TOKEN (or the equivalent Gradle properties) are already set in that terminal.

On Linux or macOS:

./gradlew :patches:buildAndroid
./gradlew :patches:generatePatchesList

The generated bundle is written to patches/build/libs/patches-<version>.mpp. patches-list.json, patches-bundle.json, and the generated section of this README are release-owned files and should not be edited manually.

Patch targets

AppPackageSupported versionPatch
Redditcom.reddit.frontpage2026.37.0Content filters (Experimental); Show flairs in home feed (Experimental); Start as guest
Peafowl Theme Maker for EMUIh7.hamzio.emuithemeotgGMS_27.5.1Unlock Theme Ownership (Experimental)
Pilloxyz.rtrvr.pillo0.6.19Hybrid Lock-Screen Notifications

See AI_Guide.md for implementation details and device-testing notes.