Skip to content

System-less GApps converts a NikGApps package into a module usable with Magisk, KernelSU or APatch

License

Notifications You must be signed in to change notification settings

chickendrop89/systemless-gapps

Repository files navigation

System-less GApps

  • A script that converts a NikGApps package into a Magisk/KSU Module.
  • Periodical Updates at SourceForge

Compatibility:

  • Works on most AOSP based custom roms
  • Works on most AOSP based OEM roms (Motorolla, asus, ..etc)
  • May or may not work on bloated stock roms, like oneui, coloros ..etc
  • DOES NOT work on MIUI.

Why Systemless GApps?

  • Systemless GApps can be disabled or installed temporarily
  • It can be used to change other GApps packages previously installed, meaning a device with core gapps can be changed to stock without wiping the data partition

Automated Builds

  • I will not be publishing a release until the bugs listed in KNOWN-BUGS.MD will be fixed

Usage

  • Install requirements using pip:
$ pip install -r requirements.txt
  • Run the script itself:
$ python main.py <input: nikgapps package> <output directory>

Example Usage:

$ python main.py nikgapps-stock-arm64-13-20231107-signed.zip release/

Host Requirements

  • Python 3.8+

Android Requirements

Credits

Releases

No releases published