gnuhead-chieb / revanced-automatic-builder

Bash script that builds Revanced(All apps!) automaticaly. Just run script!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you add option to make and install rooted builds!?

Lucky-069 opened this issue · comments

commented

The script works good, but I was wondering if it's possible to install rooted builds! Also if you can add toggle to run the script manually, rather than keeping it fully automated.

it seems no differences between root/nonroot varients of revanced app package.
So,the only difference between the two varients seems to be whether it is a systemapp or not.
it can be systemize app by using "Systemizer" magisk module.
I will implement systemize option to script when executed with -r(--root) commandline option and systemizer module installed.

commented

The rooted app can't be installed via installer and it needs to be mounted which is different from systemizing! Perhaps you can take a look at this repo how it uses the root option. I like how your repo uses very less dependencies! https://github.com/decipher3114/Revancify
Even tho this looks good, but the dependencies it uses is just unnecessary I feel. Also I have my own mount script in bash that works better than all of the ones mentioned above!

I see.