khlam / debloat-samsung-android

ADB commands to aggressively de-bloat Samsung Android Phones without root. Make Samsung One UI closer to stock Android.
MIT License
389 stars 74 forks source link

Cannot uninstall some packages #44

Open MrDisguised opened 1 year ago

MrDisguised commented 1 year ago

When I try to remove com.samsung.android.themecenter which is the galaxy theme store . It shows the following error -

[rounak@archissexy 13:55 ~]$ adb shell pm uninstall -k --user 0 com.samsung.android.themecenter
Failure [DELETE_FAILED_INTERNAL_ERROR]
[rounak@archissexy 13:57 ~]$ adb shell pm uninstall -k --user 0 com.samsung.android.themecenter
Failure [DELETE_FAILED_INTERNAL_ERROR]
[rounak@archissexy 13:57 ~]$ adb shell pm uninstall --user 0 com.samsung.android.themecenter
Failure [DELETE_FAILED_INTERNAL_ERROR]
[rounak@archissexy 13:57 ~]$ adb shell pm uninstall -k com.samsung.android.themecenter
Failure [DELETE_FAILED_INTERNAL_ERROR]
[rounak@archissexy 13:58 ~]$ 

I want to uninstall it. How can I do that ?