-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an Option to Convert User App To System App #85
Comments
As of v2.5.13, if you have enabled root, apps will be installed using root. |
I think I need to think this through. The typical way of converting an app to system app compromises boot verification and therefore SafetyNet. I think a better option is to convert it via Magisk in which case the system app will be installed systemless-ly. @Atrate what is your opinion on this? |
I am 100% for a systemless approach, these days there's virtually no reason to write to Reference implementation: https://github.com/Magisk-Modules-Repo/terminal_systemizer If Magisk is unavalable (e.g. someone uses SuperSU (why tho)) an option to write directly to |
I agree. For now, I'll only stick to the systemless approach. The second option will only be considered if enough people show their interests in it. |
Well, that requires some major works, I think. I have to think about the future as well because it could be useful for restoring backups of the system apps (which are not installed anymore). |
Well, I need some examples to start my work. I can always fix bugs later. If I were to start from scratch, it would take about a year to do the work that I've done in the last three months. |
It seems the systemless approach is useful in many respects (for apps only), just not only to escalate the privileges of an app.
|
I see actually it doesn't delete the complete path but the items of it |
It just mounts an empty directory on top of the existing directory as a result the directory appears to be empty while it's not. Therefore, the app will be removed systemless-ly without touching the system partition. However, Magisk does have problems with OverlayFS (see topjohnwu/Magisk#2359). |
Closed in favour of #150. |
Loved your project. Carry on !
Add root installer or turning any user app to system app. It will be a great addition !
The text was updated successfully, but these errors were encountered: