I need a file manager with root permissions

Hello everyone.
Please tell me which file manager can delete system applications, while the permission of this manager is not required by either location, SMS, or contacts. It would also be good if this manager showed the path of the application being deleted.

Regain your privacy! Adopt /e/OS the deGoogled mobile OS and online servicesphone

i know “ghost commander”, in addition, you need to give it root permission using “magisk”.
“removing” system app can be done using adb,

Search results for 'pm uninstall' - /e/OS community

1 Like

Hi. Thank you very much for your answer.

There are some applications that I would like to replace, simply disabling them does not solve this issue, so I want to uninstall them.

Your option is familiar to me, but I meant something like this:

$ adb devices

$ adb shell

$ su (we use Magisk)

# remount

# cd /system/app

# rm -R FMradio

As you can see, I go to the terminal to perform this task, but I would like to do the same using a file manager. In the file manager, I can use root privileges. Maybe you can recommend such a file manager.

Ghost commander is such file manager.

1 Like

Maybe X-plore file manager will do what you want? It can be configured to have riot access.

2 Likes

AppManager can use Wireless debugging to freeze or uninstall applications (https://muntashirakon.github.io/AppManager/en/#subsubsec:horizontal-action-panel).

2 Likes