- A script that converts a NikGApps package into a Magisk/KSU Module.
Periodical Updates at SourceForge
- 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.
- 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
- I will not be publishing a release until the bugs listed in KNOWN-BUGS.MD will be fixed
- Install requirements using pip:
$ pip install -r requirements.txt
- Run the script itself:
$ python main.py <input: nikgapps package> <output directory>
$ python main.py nikgapps-stock-arm64-13-20231107-signed.zip release/
- Python 3.8+
- Android 14+
- 64-bit Architecture
- Bash (If not included in your ROM, download this)
- Either
Magisk 27.0+
orKernelSU v0.9.4+