reiryuki / Moto-Core-Magisk-Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moto Core Magisk Module

DISCLAIMER

  • Motorola apps and blobs are owned by Motorola™.
  • The MIT license specified here is for the Magisk Module only, not for Motorola apps and blobs.

Descriptions

  • System core framework library of Motorola ROM ported from Motorola XT2125 (nio) as a dependency of any Moto Magisk Modules

For Moto App Porter

  • You need to declare this line bellow in your app AndroidManifest.xml after <application /> if you want to load classes from this Moto Core:

    <uses-library android:name="moto" android:required="false" />

  • Do not do above if your app have it's own library!

  • Do not white list the library with your own Magisk Module /system/etc/permissions/ because there might be a conflict.

Sources

Requirements

  • Not in Motorola ROM
  • Android 6 and up
  • Magisk or KernelSU installed

Installation Guide & Download Link

  • Install this module https://www.pling.com/p/1978575/ via Magisk app or KernelSU app or Recovery if Magisk installed
  • Install any Moto Magisk Module which depends on this module
  • If you are using KernelSU, you need to disable Unmount Modules by Default in KernelSU app settings
  • Reboot
  • If you are using KernelSU, you need to allow superuser list manually all package name listed in package.txt (and your home launcher app also) (enable show system apps) and reboot afterwards

Optionals

Troubleshootings

Support & Bug Report

Credits and Contributors

Sponsors

About

License:MIT License


Languages

Language:Shell 100.0%