Uninstall Apps (foundation.e.apps)

Hi,

I would like to uninstall the Apps default application store, as I have another application manager in the smartphone

Is there a simple way to do that?

Thanks,

Pietro

2 Likes
1 Like

Thank you for the quick and detailed reply @AnotherElk . That worked fine.

1 Like

Will uninstalling already build-in application which was compiled affects errors in logcat where something might still refer to those or this command also remove such references?

I donā€™t quite get the question or the problem.
Uninstalling an App just uninstalls the App.
In case of trouble afterwards thereā€™s a command to bring the App back.

1 Like

Apologies, I thought itā€™s about uninstalling system apps, though.

1 Like

This is just a generic Android mechanism to uninstall Apps you canā€™t uninstall via a button in the Settings.
How dangerous it is depends on what you do with it.

Pre-installed Apps in the sense of Apps (think for example Mail, Messages or the Apps installer) just provide App functionality which some users want to get provided by alternative Apps or donā€™t want to have at all. Thatā€™s relatively safe.

If you dig deeper and uninstall important system components without exactly knowing what youā€™re doing, of course you can generate problems.

If in doubt, itā€™s always an option to just leave some Apps be and ignore them :wink: .

1 Like

Yeah, totally agreed. On the other hand if uninstalling build-in apps was that easy I guess in eOS it would have been implemented long time ago for an user.

1 Like

It was certainly promised long agoā€¦

Thank you for this information! Anyway, since I can install an uninstalled app again, this presupposes that there are apks available. So how can I list them, for example if I forget what I have uninstalled?

1 Like

Apparently you can compare the output of adb shell pm list packages (list of installed packages) and adb shell pm list packages -u (list of installed and uninstalled packages) to find out the uninstalled Apps ā€¦

https://adbshell.com/commands/adb-shell-pm-list-packages

5 Likes

Thank you! As per your comment,the following one-liner does the trick: diff <(adb shell pm list packages) <(adb shell pm list packages -u)
Cheers! :slight_smile:

2 Likes

Hi to all,
I have a question.
My phone Redmi Note 4, Mido is Obsoleted. It doesnt get any updates now. There are many Closed topics which doesnt have desired answers. So I write it here.

Now if I want to uninstall some default apks from E os, which way is better !

Using ADB method (without root !!) (but it says that apks remains there on phone or
Using Magisk root it, then with app manager uninstall desired default apks and then Uninstall magisk and make it WITHOUT ROOT for safety!! OR
Is it possible to uninstall the default apk using TWRP recovery !!!
Thanks in Advance
1 Like

Hello.

IMHO, adb shell is safe and the simpliest way. Calling back these ā€˜removedā€™ apps is simple, too, if neededā€¦

Note that apps are still inboard, so it could help to first wipe there cache and data to save a few kO.

1 Like

Thanks for reply,
But I want to delete it completely.
So, please answer me,

  1. Is it possible to uninstall these bloatwares with TWRP Recovery.
  2. How about first, root with magisk then uninstall these bloat wares and then uninstll Magisk (Unroot the phone) for safety.

Please

I donā€™t know, I never test. But, for safety, adb shell is the best because it is fast, easy and you canā€™t break your OS.

And when the result is fine for you, you can learn the other waysā€¦

Edit: what apps want you remove?

4 Likes

I m going to prepare a list form three or four posts.
Thanks

1 Like

My own set of alternative apps:

1 Like