

You can either use the TWRP terminal or if root access is present, then you may use a terminal of your choice that supports su (Superuser) with bash commands. You can also make your own zips by following the guide on Zackptg5's GitHub repo wiki (opens new window). To uninstall the system apps you installed via the zip file, just flash the zip again & reboot the device.

To install zip packages, follow three simple steps: Locate it, Select it, Flash it. You can flash it via TWRP-like recoveries or via Magisk. We provide readily available flashable zip packages with the Unity (opens new window) template (even if deprecated, it works) for each application or as a whole package. Remember that these apps need to be in system/priv-app/, not system/app/. TWRP-flashable zip files usually have a META-INF folder with a base structure of the following: Examples include: Gapps (opens new window) for Google apps, MicroG (opens new window) for GMS replacement, Magisk (opens new window) for root management. The most common way to install an application to the system for TWRP users is by flashing a flashable zip file.

Essentially they both do the same thing: writing the apk & xml files into the system.

There are two ways of installing apps using TWRP-based recoveries. # Installing apps into system files TWRP ROOT
