terminal_systemizer icon indicating copy to clipboard operation
terminal_systemizer copied to clipboard

terminal_systemizer

Results 15 terminal_systemizer issues
Sort by recently updated
recently updated
newest added

After installing the release from here: https://github.com/xeddmc/terminal_systemizer/releases, as recommended in XDA forums. I systemized 2-3 apps, and everything was fine, then I reverted one app back and it caused an...

I have successfully tried systemizing as `system` and `system-priv` app and they worked fine. After I did reverting systemized app via this module (terminal), phone stuck at bootloop. Fortunately, none...

https://github.com/Magisk-Modules-Repo/terminal_systemizer/blob/3144ec547a66f948d57e9e73fa765dc7f76f0deb/system/xbin/systemize#L449 The problem is that rev_app is 1 indexed so this line should be ```sh for i in $(seq 1 $((${#rev_app[@]}))); do ```

The module keeps saying 'base.apk doesn't exist' for any app I try to systemize, can someone please help?

Apps no longer use `/data/app/` format.

This module systemizes GPS Joystick successfully however it seems to generate incorrect permissions for GPS Joystick so it crashes on launch. As I'm on a stock Google pixel 4 XL...

Hey there, great tool! I just figured it might be helpful to extend it with a uninstall feature where we can use to remove apps that are installed by systemizer....

Im trying to make GPS JoyStick a sys app to use some core features but when its moved to priv-app it crashes. Moving it to system wont make it a...