How to install our apps as system apps?

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

On Android 8.0 or greater devices:
================================
An app required permissions won't be automatically granted even it has been moved to "/system/priv-app/". If you are using Magisk, please download App Systemizer for converting our app as a system app.

Here are the steps:
1. install and then open Magisk (https://magiskmanager.com/)
2. tap Menu > Downloads
3. install "App Systemizer (Terminal Emulator)"
4. reboot the device
5. install and then open Terminal Emulator (http://bit.ly/2IrPZWN)
6. type "su"
7. type "systemize"
8. type "1" for Systemize Installed Apps and wait for listing apps
9. type the number corresponding to our app in the list
10. type "2" for "/system/priv-app"
11. reboot the device

For more details, please visit http://bit.ly/2yCvu9S or http://bit.ly/2Mm5wK5.

On Android 7.x or lower devices:
================================
You can use /system/app mover (http://goo.gl/lj23wH) 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 (https://goo.gl/GxK5yC).

Here are the steps:
1. open ES File Explorer, open the right navigation drawer and enable the "Root Explorer" option
2. copy our app folder from /data/app/ to /system/priv-app/
3. long press on our app folder, open Properties, tap the Change button
4. enable read and execute permission for group and other
5. open the app folder and open the "Properties" of the APK file by long pressing on it
6. enable read permission for group and other
7. reboot the device

For more details, please visit https://goo.gl/bhBzQw

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

Comments

Popular posts from this blog

My device does not have the "Change" button for moving apps!

How to grant the WRITE_SECURE_SETTINGS permission to the Big Font app?

How to format the SD card as the internal storage?