Hi I wanted to install an application I have now but I dont want to factory reset, is there a way to remove a singular apk from a kyocera dura xv without factory resetting?
Uninstalling
AanonymousLevel 1 - Junior Member
- Edited
check out mg5077 has an amazing app called uninstaller or check out [Login to see the link]
FliphoneBochurLevel 5 - Gold Elite Member
anonymous I've found that that app doesn't work on a lot of phones. One easy way to do it would be on adb, run pm list packages -3
to list all installed (by user) apps, and run the uninstall command pm uninstall --user 0 com.package.name
for the package that you think is that app.
AanonymousLevel 1 - Junior Member
uninstaller: [Login to see the link]
not sure if it work