It isn't working
App names aren't showing up
I'm on moto g40 fusion, custom rom and rooted
Last edited:
Where can we find 17.4.1?Confirmed working on Android 13 gsi
App systemizer v17.4.1
Android 13 pixel experience plus gsi vndklite
Latest magisk and BusyBox ndk from module repo
Im getting the same thing. No results and no apps showing T_TView attachment 5884217
It isn't working
App names aren't showing up
I'm on moto g40 fusion, custom rom and rooted
2 posts up. Get 17.4.1.Hi guys. I just installed the systemizer 17.3.1 but when I ask it to show the list, the list is empty. How do I fix this?
I saw that but I just assumed it shouldn't really matter. Plus I was reading the comments for it and they were also saying that 17.4.1 doesn't show lists but I'll try it out and see if it works.
Yeah it did work, thanks. How do you desystemise an app btw?
Option 4.
Eh wtf? Bro..... no......... I swear to god that that option wasn't there before. I swear to you I'm not that stupid lol
...on "sourceforge.net/projects/magiskfiles/files/module-uploads" is no download of terminal systemizer available. thank you very much for the new link!I downloaded terminal_systemizer-master.zip from github and try to install from Magisk as module, but get unzip error((.
What to do, please help?
P.S. I unzipped it and repacked it without additional folder. But still get error Installation failed.
P.S.S. This version helped. Now it works finally
![]()
Release 17.4.1 · xeddmc/terminal_systemizer
This release is just an upload of the release from KreAch3R. I have not modified or changed anything, only added it here for easy finding and download on devices. ### v17.4.1 * More Android 11 supp...github.com
Systemized does not equal rootI got terminal_systemizer installed and systemized two apps. How do I run them with as root?
systemize
systemize -nc
systemize -a com.oasisfeng.greenify org.adaway
systemize -d /sdcard/example.apk /sdcard/example2.apk
Sorry wrong line numbers, should be 315 and 559.
It's basically the same path fix as you did before, I just hardcoded it without if-clause for my personal use.
I have no time to publish it at the moment, otherwise I had done it already. (and I rarely use my github account at the moment).
Line 315 can be replaced with:
and line 559 with:Code:[ $API -lt 30 ] && systemize /system/$installdir /data/app/${apklabel}-*/base.apk [ $API -ge 30 ] && systemize /system/$installdir /data/app/*/${apklabel}-*/base.apk
Code:[ $API -lt 30 ] && app_path="/data/app/${i}-*/base.apk" [ $API -ge 30 ] && app_path="/data/app/*/${i}-*/base.apk" [ -d $SYSTEM/priv-app ] && systemize /system/priv-app "${app_path}" || systemize /system/app "${app_path}" "$i"
This is not tested, but it should work.
No, it's like when you update a system app from play store, it stays as a system app.When a systemizied app is updated, how do you re-systemize it? Do you just rerun the terminal UI and choose the updated app and reboot? After reboot, does the updated app replace the old one?