uninstall - Samsung Galaxy A8 (2018) Questions & Answers

How can I uninstall bloatware from my a8 without root or adb?

Cant

Related

How do I remove read only files?

And uninstall Google junk apps?
They are all locked the phone is rooted however I can install apps from adb on pc easily but not uninstall the pre installed ones?

Is there any way to reinstall already installed apps?

I used the method of typing
pm uninstall --user 14 com.android.app
To uninstall some system apps. Since I have root, I did not use the -k parameter, but I uninstalled it for another user on my phone. I have the app on my user, but not on the other user. Whenever I try to reinstall it for the other user using
pm install --user 14 /data/app/com.android.app-1/base.apk
I get an error saying the app is already installed. Is there a way I can add the app to the user? Like I said earlier I have root access.

Uninstalling system apps Failure [-1000]

Hello there people I have been trying to uninstall few android apps from a Xiaomi device but it seems some of them are throwing this error
whyred:/ $ pm uninstall -k --user 0 "com.xiaomi.calendar" Failure [-1000]
Does anyone have any idea how do I go about fixing this problem ? I would really appreciate any kind of help.
Thanks
My guess is the mentioned app is installed as a system-privileged app: such apps can only get uninstalled by a user with elevated rights, means he/she must be superuser.
BTW:
Uninstalling an app is applied with command
Code:
adb uninstall <PKG-NAME>

How to uninstall preinstalled Apps & Games?

Can anyone guide How to uninstall preinstalled Apps & Games?
lucifer3984 said:
Can anyone guide How to uninstall preinstalled Apps & Games?
Click to expand...
Click to collapse
Welcome to XDA,
Hope this link helps
How to uninstall carrier/OEM bloatware without root access
If you want to get rid of carrier/OEM apps from your phone, here's how you can uninstall bloatware from your device without root access!
www.xda-developers.com

Question Bloatware For Oppo A54

Hi, i bought a Oppo A54 two last days and i would like do know the bloatware can uninstall with Adb on pc. Thanks
Mazako98 said:
Hi, i bought a Oppo A54 two last days and i would like do know the bloatware can uninstall with Adb on pc. Thanks
Click to expand...
Click to collapse
Using adb shell you can remove bloats by doing "pm uninstall -k --user 0 NameOfPackage"
Ho, i know this feature. But my phone Oppo A54 5g is crash not work the display because i had already used Adb and wrong uninstall some system apps. Can you tell the bloatware of Oppo A54 5g please?
Mazako98 said:
Ho, i know this feature. But my phone Oppo A54 5g is crash not work the display because i had already used Adb and wrong uninstall some system apps. Can you tell the bloatware of Oppo A54 5g please?
Click to expand...
Click to collapse
usually I find package names by using ApkInfo app from Playstore. If you have uninstalled some system apps and can remember their package names then reinstall by using
Code:
adb shell pm reinstall --user 0 "packagename"
My Oppo A54 5g not working because find in assistance day 10 march.
This phone equipared the warranty card i bought day 15 february and used adb commands for uninstall of bloatware but i wrong because i have uninstall some apps of system so my phone not working for this reason you understand?
Mazako98 said:
This phone equipared the warranty card i bought day 15 february and used adb commands for uninstall of bloatware but i wrong because i have uninstall some apps of system so my phone not working for this reason you understand?
Click to expand...
Click to collapse
Yes I understand.

Categories

Resources