DanielTheManiel's Morphe Patches
September 4, 2026 · View on GitHub
Pokémon GO related patches for apps I use. Made with the help of AI.
Click here to add these patches to Morphe: https://morphe.software/add-source?github=Dan1elTheMan1el/Morphe-Patches
❓ About / Recommendations
Right now, this repo supports PokeRaid, DeFit, and Custom Keyboard Designer. Here are some more notes about some of my patches:
-
PokeRaid
-
I recommend pairing my patches with Nai64's patch called
Ads Free Reward (Experimental). The default settings work for skipping ads for daily coins or sweepstake tickets. -
Simply remaps the bounty button to the daily coins - you can long press the button to open the original menu.

Figure 1: Bounty Daily Reward Shortcut -
If you want to automatically claim your daily coins without opening the app, use the Daily Reward Background Auto Claim patch. I use MacroDroid, but apps like Tasker or equivalent could also acheive the same.

Figure 2: MacroDroid setup to claim daily rewardsI have it run every day at 4:30PM, and all it does is send a Broadcast to the package
me.pokeraidwith the actionapp.danielthemaniel.pokeraid.CHECK_DAILY_REWARD. -
I though of adding quick join buttons for when lots of people are trying to join raid rooms at the same time. I didn't like that you need to tap into the raid details before joining, and by the time it loads it can already be full. This patch adds JOIN buttons accessible from the main list.
-
-
DeFit
- This app is used to fake Adventure Sync distance while Pokemon GO is not running. To use, close the game (including from app history), then start syncing in DeFit. I find that 9km/h with Human behavior works best.
- I added a tutorial for how to setup Google login/API on your own signing signature. If it's not clear enough let me know, otherwise use my pre-built version.
-
Custom Keyboard Designer
-
This app is a bit difficult to start using, but offers a ton of customization options for creating custom keyboards. Having used PokeGenie on iOS, I wanted an equivalent keyboard on Android, so I designed this one.

Figure 3a: PokeGenie iOS's keyboard
Figure 3b: My adaptation -
If you already have the app installed and just want to import my PokeGenie keyboard, you can manually import the keyboard file.
-
If you want to change the symbols / layout, you can! It's a keyboard designer app of course.
-
🩹 Patches list
v1.5.0 •
main• 15 patches total
📦 PokeRaid - for Pokémon GO Raid • 7 patches
🎯 Supported versions:
| 0.48.9 |
|---|
| 💊 Patch | 📜 Description | ⚙️ Options |
|---|---|---|
| Bounty Daily Reward Shortcut | Tap Bounty to open Daily Reward; long press it to open Bounty. | |
| Daily Reward Background Auto-Claim | Checks daily reward eligibility and automatically claims it (bypassing ads) if available. Invoke by sending intent as broadcast, with action app.danielthemaniel.pokeraid.CHECK_DAILY_REWARD, and package me.pokeraid. | |
| Disable Ads | Disables ads locally using PokeRaid's built-in Disabled ad strategy. | |
| Disable Analytics | Disables Firebase Analytics, Crashlytics, Performance Monitoring, and Advertising ID collection while preserving app functionality. | |
| Hide News Banners | Hides PokeRaid announcement carousels without breaking Data Binding. | |
| Material You Theme | Uses Android 12+ wallpaper-derived Material You colors throughout PokeRaid while preserving semantic status and raid-type colors. | |
| Quick Join Button | Adds an optimistic JOIN button to room cards using PokeRaid's stock authenticated join request. |
📦 Custom Keyboard Designer • 3 patches
🎯 Supported versions:
| 5.B8.8 |
|---|
| 💊 Patch | 📜 Description | ⚙️ Options |
|---|---|---|
| Change keyboard name | Changes the name shown for Keyboard Designer in Android's keyboard/input-method switcher. | • Keyboard name |
| Start with PokeGenie keyboard | Adds my PokeGenie-inspired keyboard design on fresh setup and makes it the portrait text-input default. | |
| Unlock Premium | Unlocks all premium features, extended design package, and extended keyboard package. |
📦 DeFit • 5 patches
🎯 Supported versions:
| 0.8.2a | 🧪 0.9.3 |
|---|
| 💊 Patch | 📜 Description | ⚙️ Options |
|---|---|---|
| Custom Branding | Changes DeFit's app name, header title, and displayed version. | • App name • Top bar text • Version |
| Login Fix Tutorial | Adds an in-app Google Fit login setup guide and a button to copy the installed APK's signing SHA-1. | |
| Material You Theme | Uses Android 12+ wallpaper-derived colors and enables safe system Force Dark without changing DeFit's AppCompat theme parent. | |
| Remove Bottom Banner Ad | Removes DeFit's bottom banner-ad container from the main layout. | |
| Unlimited Time Bypass | Removes the ad requirement and grants the target DeFit version's maximum active time when the button is pressed. |
🛠️ Building locally
- Run
./gradlew buildAndroid - The built patches .mpp file is found in
patches/build/libs/patches-*.mpp - Patch the mpp file using Morphe-Desktop like any other patch bundle.
See the Morphe documentation for more information.
📜 License
DanielTheManiel's Morphe Patches are licensed under the GNU General Public License v3.0