Personal collection of my Morphe Patches.
Strips ads and analytics/crash-reporting SDKs at the bytecode level, cleans build artifacts and dex debug info, trims resource bloat — unused density buckets, unused language packs, lossless PNG recompression — and lets you scale the app's display density independent of system settings, for smaller, cleaner APKs.
v1.39.0-dev.1 •
dev• 27 patches total
📦 Xender • 3 patches
🎯 Supported versions:
| 18.8.0.prime |
|---|
| 💊 Patch | 📜 Description | ⚙️ Options |
|---|---|---|
| Clean main UI | Hides the bottom navigation bar, the top-right guide icon, and the Rate/Help/About drawer items, keeps the connect/create/join buttons on top, and stops them from being auto-hidden. Reapplied on create, resume, and drawer open (and retried for ~1.8s after each) since some of these views are inflated lazily. | |
| Skip splash screen | Jumps straight to the main activity from the splash screen, skipping the splash animation entirely. Also restores the storage-permission request and local media scan that the splash screen normally performs, so the Apps/Photo/Video tabs still load. | |
| Speed up splash screen | Enters the main activity directly after the splash permission check instead of delaying for the additional external-storage check. |
📦 SnapTube • 3 patches
🎯 Supported versions:
| 7.64.0.76450210 |
|---|
| 💊 Patch | 📜 Description | ⚙️ Options |
|---|---|---|
| Disable Notification Defaults | Turns off the Toolbar, Recommended contents, and Tool notifications channels by default. | |
| Hide Settings Items | Hides the Download tools and Phone clean categories, and their sub-items, from Settings. | |
| Remove Watch Ad To Download | Removes the requirement to watch a rewarded ad before a download starts. |
📦 All Video Downloader & Ace Player • 3 patches
🎯 Supported versions:
| 1.9.7 |
|---|
| 💊 Patch | 📜 Description | ⚙️ Options |
|---|---|---|
| Disable ad dialog when reopening app | Prevents the full-screen "loading ad" dialog from appearing when the app is reopened after being minimized. | |
| Disable downloader from download menu | Strips WebDownloadActivity's scheme/mimeType/host/pathPattern intent-filter data (action and category tags kept) so it no longer offers itself as a handler in the system download/"complete action using" chooser. | |
| Skip splash and language screens | Jumps straight to the main activity from the splash screen, skipping the splash animation, the language-selection screen, and any ad/app-open dialog normally shown first. |
📦 RS File Manager • 4 patches
🎯 Supported versions:
| 2.3.0.4 |
|---|
| 💊 Patch | 📜 Description | ⚙️ Options |
|---|---|---|
| Disable downloader from download menu | Strips RsDownloadActivity's file-extension and scheme/mimeType intent filters so it no longer offers itself as a handler in the system download/"complete action using" chooser. | |
| Hide more actions | Hides Hide, Add to desktop, Encrypt, Decrypt, Add bookmark, Web Search, Copy to, Move to, Transfer, and Playing from the "More actions" menu. | |
| Hide network, tools and bookmarks on home page | Hides the Network, Tools and Bookmarks sections from the home page section list. | |
| Skip splash screen | Moves the launcher intent filter to the main activity and calls the all-files-access permission request directly, instead of showing the splash activity and its full-screen 'grant storage access' dialog. |
📦 ES File Explorer • 1 patch
🎯 Supported versions:
| 4.4.3.7 |
|---|
| 💊 Patch | 📜 Description | ⚙️ Options |
|---|---|---|
| ES File Explorer Ui Cleanup | Removes BookMark, New Files, Cleaner Row In HomePage, Cleans More menu actions |
📦 MX Player Pro • 4 patches
| 💊 Patch | 📜 Description | ⚙️ Options |
|---|---|---|
| Hide File Transfer, Video Playlist, Private Folder tiles | Removes the File Transfer, Video Playlist, and Private Folder tiles from the tools tile list. | |
| Hide Me tab promo items | Collapses the WhatsApp, Legal, and Help entries on the Me tab. | |
| Hide local tiles banner | Collapses the local device tiles banner. | |
| Skip welcome screen | Moves the launcher intent filters and app shortcuts from the welcome/splash activity to the main activity, so the app boots straight past the splash and update screen. |
🌐 Universal • 9 patches
| 💊 Patch | 📜 Description | ⚙️ Options |
|---|---|---|
| APK Junk Cleanup | Removes build artifacts and metadata that bloat the APK: Play Services / Firebase version files, protobuf descriptors, debug probes, kotlin builtins, META-INF subfolder clutter, and misc junk. Safe — only removes files with no runtime purpose. | • Keep Only One Architecture • Target architecture |
| Add Toast | Shows a custom toast message when the app starts. Works on any app. | • Toast message • Show once |
| Custom DPI (Universal) | Change this app's display size without touching your phone's system settings. Make it bigger if things look too small, or smaller to fit more on screen. Works on any app. | • Display scale |
| Png Optimizer | Compresses PNG images without losing quality and strips hidden metadata (DPI, timestamps, text) to make the app smaller. Only rewrites files when the result is actually smaller. | |
| Remove Ads | Stubs known ad SDK entry points and poisons ad-network URL strings across the whole app. | |
| Remove Analytics | Disables tracking and crash-reporting tools, corrupts analytics web links inside the code, and removes background tracking services. | |
| Remove Debug Info | Removes debug information (line numbers, variable names, source file references) from every class in the .dex files to reduce overall APK size. | |
| Remove Duplicate Graphics | Keeps images for only one screen density (like xhdpi) and removes copies for all other densities. Android will automatically scale the kept images, making the app significantly smaller. | • Target density |
| Remove Languages | Removes translations for languages you don't use across ALL resource types (strings, drawables, layouts, raw, xml, etc.). Only keeps the languages you pick. Base resources with no language code are always preserved. | • Languages to keep |
Click here to add these patches to Morphe: https://morphe.software/add-source?github=BlazeFTL/FTL-Patches
Or manually add this repository url as a patch source in Morphe: https://github.com/BlazeFTL/FTL-Patches
To build FTL Patches, you can follow the Morphe documentation.
FTL Patches are licensed under the GNU General Public License v3.0 Public License v3.0](LICENSE)