Just trying the ROM for the first time, before installing I was thinking that I was going to have full control of the OS, but at my surprise, the default apps cannot be uninstalled.
This is intentionally done? Any way to remove them?
In the near future the pre-installed apps should be completely uninstallable, according to the plan of the /e/ administration.
At the moment there is only the possibility to delete pre-installed apps manually. My first attempt to remove the WEATHER app was successful. Take a look at Can I Delete the Weather widget
Hi @svprdga, not sure if there is any custom ROM in which you can remove system apps. We are planning on implementing it but it is a bit complicated and may need a lot of code changes. Do not have an ETA on this.
On the latest android versions the root rights are manually given to each application separately. It solves some old problems and makes AddonSU looks more attractive then before. You can also hide its presence with iSU.
hello
uninstall system apps android without root using adb shell comments
It’s easy and useful
this comment
pm uninstall -k --user 0 < and package program name >
for example
if you want delete mail program
pm uninstall -k --user 0 foundation.e.mail
I don’t know if it’s because of that but after I uninstalled the torch light app with pm uninstall -k --user 0 foundation.e.light
and set up some other things, my home screen is only showing me a loading circle.
Has anyone had the same issue ?
I wouldn’t expect a torch app to have such an effect on the OS but maybe I’m wrong.
As far as I remember I just installed some apps. I can’t be 100% sure but I did the same setup since then and it works fine.
To be sure one would have to uninstall the torch app on a freshly installed /e/, reboot it and see what happens but I don’t have the time right now.