Like most, I like a trim, clean phone and the DUO is definitely trim, but there are still apps I didn't want. What is a person to do? The answer wasn't fx explorer, or root explorer or even Titanium Backup. None of these worked, even with permissions granted. Here is a simple way using adb to remove those pesky unwanted apps.
adb device
adb shell
pm uninstall -k --user 0 com.spotify.music
Just replace the com.spotify.music with whichever app you want.
To figure out the names of the apps, open root explorer, fx explorer or which ever explorer you use and will give you root access.
When in the system folder, select the data folder.
Select the data folder in the data folder.
Located here are the apps and the names used to remove them.
Remember, if you remove something that you shouldn't, your device could become unstable and will then require a reset to the factory image. Not fun. YOU HAVE BEEN WARNED!
Enjoy getting rid of the stuff you don't want.
adb device
adb shell
pm uninstall -k --user 0 com.spotify.music
Just replace the com.spotify.music with whichever app you want.
To figure out the names of the apps, open root explorer, fx explorer or which ever explorer you use and will give you root access.
When in the system folder, select the data folder.
Select the data folder in the data folder.
Located here are the apps and the names used to remove them.
Remember, if you remove something that you shouldn't, your device could become unstable and will then require a reset to the factory image. Not fun. YOU HAVE BEEN WARNED!
Enjoy getting rid of the stuff you don't want.