how to delete unwanted installed apps from samsung phone without rooting it.xiaomi lets users do it
Friends koi solution hai iska
Vote down Reasons
how to delete unwanted installed apps from samsung phone without rooting it.xiaomi lets users do it
Friends koi solution hai iska
Try after blowing some air or slapping it few times. May it will work then.
You can remove system apps using adb without rooting your phone
Disable
PshycoKiLLeR wrote:You can remove system apps using adb without rooting your phone
Did that last night
Got rid of many unwanted packages
Not possible without rooting. Even if you root the device don’t remove system as some android phones goes in boot loop after restart. So just freeze the app via titanium backup pro. It will disable apps completely.
Yes theres a way to do it without rooting but its a bit techinical. https://r1.community.samsung.com/t5/others/how-...
You have to setup adb on pc first which is also quite easy.
After removing some apps, phone weight reduced
xera0117 wrote:Yes theres a way to do it without rooting but its a bit techinical. https://r1.community.samsung.com/t5/others/how-...
You have to setup adb on pc first which is also quite easy.
It is very simple
Any noob can do this
jileg wrote:After removing some apps, phone weight reduced
🤣🤣
jileg wrote:After removing some apps, phone weight reduced
PshycoKiLLeR wrote:You can remove system apps using adb without rooting your phone
Kaisse
kukdookoo wrote:Please post
Download and extract the Platform Tools ZIP file for Windows pc
https://dl.google.com/android/repository/platfo...
Enable developer options and usb debugging in phone and connect your phone via usb cable
Open Command Prompt/shell from same directory where platform tools is extracted
Command 1 – adb devices
That will list your device and it should NOT be unauthorised
Now execute command to remove packages
Command 2 – pm uninstall -k —user 0 com.samsung.android.email.provider
This is for removing default email app
Make sure what you are removing by searching the package name first
Pm me if you need list of apps safe to remove
BAT_MAN wrote:Download and extract the Platform Tools ZIP file for Windows pc
https://dl.google.com/android/repository/platfo...
Enable developer options and usb debugging in phone and connect your phone via usb cable
Open Command Prompt/shell from same directory where platform tools is extracted
Command 1 – adb devices
That will list your device and it should NOT be unauthorised
Now execute command to remove packages
Command 2 – pm uninstall -k —user 0 com.samsung.android.email.provider
This is for removing default email app
Make sure what you are removing by searching the package name first
Pm me if you need list of apps safe to remove
sir please shre list of apps safe to remove
aisa karne se samsung security update to nahi band honge??
kukdookoo wrote:sir please shre list of apps safe to remove
aisa karne se samsung security update to nahi band honge??
Refer list given by samsung
https://r1.community.samsung.com/t5/others/how-...
As I said earlier, verify each package name before removing