INSTALL APP AS SYSTEM APP


Due to the limitation of Android, some root-only functions require you to install our app as a system app.

[TERMINAL] APP SYSTEMIZER

/xda/ veez21

-systemizes user-installed apps systemlessly thru Magisk. Supports all device running Magisk.

HOW TO SYSTEMIZE APP:

  1. Install and then open Magisk app

  2. Tap Modules >> Search icon and look for "App Systemizer (Terminal Emulator)".
  3. image
    tap image to enlarge

  4. Tap Download icon >> Install.
  5. image
    tap image to enlarge

  6. Reboot the device

  7. Install and then open Terminal Emulator by Jack Palevich (Playstore)

  8. Type "su" (grant superuser access when asked)

  9. Type "systemize" or "systemize -h" and you will be presented with a list of installed apps

  10. Type "1" for Systemize Installed Apps and wait for listing apps

  11. Type the number corresponding to our app in the list

  12. Type "2" for "/system/priv-app"

  13. Reboot the device
NOTE:

Please note that you have to install the app on the /system/priv-app/ (not "/system/app/") directory.

[FILE MANAGER] ES FILE EXPLORER

On Android 7.x or lower devices: You can use /system/app mover or other similar apps to do that. If the "/system/app mover" app does not work on your device, you can try to use ES File Explorer.

STEPS:

  1. Open ES File Explorer, open the right navigation drawer and enable the "Root Explorer" option

  2. Copy app folder from /data/app/ to /system/priv-app/ (skip if your not copying a folder)

  3. Long press on app folder, open Properties, tap the Change button

  4. Enable read and execute permission for group and other (rwe-re-re)

  5. Open the app folder and open the "Properties" of the APK file by long pressing on it

  6. Onable read permission for group and other (rw-r-r)

  7. Reboot the device
NOTE:

Please note that you have to install the app on the /system/priv-app/ (not "/system/app/") directory.

HELP/ RESOURCES

  • OFFICIAL: XDA THREAD [Terminal] App Systemizer
  • OFFICIAL: GITHUB [Terminal] App Systemizer
  • MODDED/ FULL VERSION: ES FILE EXPLORER