13-12-2020 12:11 AM - last edited 13-12-2020 12:19 AM
28-03-2021 06:30 PM
28-03-2021 06:41 PM
I fixed the important one for me which was life360, for somer eason apparently the apk remains "installed" but no traces of it are found, so I uninstalled it through ADB and was able to install it again.
**Step by Step**
1. Install USB drivers for your Device
2. Download and Install ADB tools
3. Enable[ Developer Options](http://wccftech.com/enable-developer-options-android-nougat/) and [USB Debugging](https://technosamigos.com/enable-usb-debugging-on-android-nougat-phones/)
4. Find a good USB cable, plug it into your computer and then to your device. When the pop-up appears asking you to authorize the device, allow it.
5. Open a command prompt (cmd in windows) and type:
adb devices
6. This should return the ID of your device. If not, please go back and retrace your steps.
7. Now type:
adb shell
8. Use the following commands to find the apps you want to disable (replace 'amazon' with the manufacturer, i.e. 'samsung')
adb shell cmd package list packages | grep 'amazon
9. This should give you a new prompt, something to the effect of (device-model):/ - here type the following:
pm uninstall -k --user 0 <name of package>
This should return 'Success' at which point the package has been removed!
Guide by dosangst @XDA
29-03-2021 01:28 PM
I created a thread on reddit and someone posted a reply for the Spotify app at least:
Can't install Spotify on Android 11 / One UI 3 : galaxys10 (reddit.com)
It does include installing a cracked app. Uninstalling it again, makes it possible to also download the regular version from the Google Play Store again.
30-03-2021 04:26 PM
I have the same problem with photomath, but this method does not work because the package of the app is somehow not installed (I searched for it with app inspector), and yet when I try to install the app again from the store or as an apk it gives me an error as if it is already installed.
12-04-2021 07:24 AM - last edited 12-04-2021 07:28 AM
That was exactly my problem, for some reason android 11 update with one ui 3 removed everything about the app but "something" remained which made it seem to the package installer that the app was still installed when in fact it was not, no trace of it anywhere.
The command should've worked. It works for system apps without Root.
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
09-01-2025 03:09 PM
I have the same thing, my VPN was the first thing I noticed which us incredibly frustrating because that's a paid service - wiped from my phone. I'm also a public speaker and use the voice recorder which was a Samsung app and that is also gone, so I noe can't play audio notes that I'd recorded.