An open API service indexing awesome lists of open source software.

https://github.com/elohim-etz/morphe-builder

A Magisk/KernelSU module and Apk builder for Morphe patches
https://github.com/elohim-etz/morphe-builder

j-hc kernelsu ksu magisk module

Last synced: about 2 months ago
JSON representation

A Magisk/KernelSU module and Apk builder for Morphe patches

Awesome Lists containing this project

README

          

# Morphe Module and APK
[![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/rvc_magisk)
[![CI](https://github.com/elohim-etz/morphe-builder/actions/workflows/ci.yml/badge.svg?event=schedule)](https://github.com/elohim-etz/morphe-builder/actions/workflows/ci.yml)

Extensive Morphe Builder

Get the [latest CI release](https://github.com/elohim-etz/morphe-builder/releases).

Use [**zygisk-detach**](https://github.com/j-hc/zygisk-detach) to detach YouTube and YT Music from Play Store if you are using modules.

Features


  • Support all present and future Morphe apps

  • Can build Modules and non-root APKs

  • Updated daily with the latest versions of apps and patches

  • Optimize APKs and modules for size

  • Modules


    • recompile invalidated odex for faster usage

    • receive updates from Magisk app

    • do not break safetynet or trigger root detections

    • handle installation of the correct version of the stock app and all that

    • support Magisk and KernelSU



Note that the CI workflow is scheduled to build the modules and APKs everyday using GitHub Actions if there is a change in Morphe patches. You may want to disable it.

## To include/exclude patches or patch other apps

* Star the repo :eyes:
* Use the repo as a [template](https://github.com/new?template_name=morphe-builder&template_owner=elohim-etz)
* Customize [`config.toml`](./config.toml) using [rvmm-config-gen](https://j-hc.github.io/rvmm-config-gen/)
* Run the build [workflow](../../actions/workflows/build.yml)
* Grab your modules and APKs from [releases](../../releases)

also see here [`CONFIG.md`](./CONFIG.md)

## If you are having trouble with the classic mount method of the modules
such as,
- **"Reflash needed"** error after reboots
- **"Suspicious mount detected"** warnings from root detector apps

You can consider using [rvmm-zygisk-mount](https://github.com/j-hc/rvmm-zygisk-mount)

## Building Locally
### On Termux
```console
bash <(curl -sSf https://raw.githubusercontent.com/elohim-etz/morphe-builder/main/build-termux.sh)
```

### On Desktop
```console
$ git clone https://github.com/elohim-etz/morphe-builder
$ cd morphe-builder
$ ./build.sh
```