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?

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.