Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Unable to uninstall #71

Closed
Sealpupsama opened this issue Jan 13, 2021 · 12 comments
Closed

Unable to uninstall #71

Sealpupsama opened this issue Jan 13, 2021 · 12 comments
Labels
incomplete data We need more data to confirm the issue question Further information is requested

Comments

@Sealpupsama
Copy link

Tried uninstaller, app manager and cleaner master but to no avail. The app can't be uninstall.

Phone:Huawei y6p

@FunkyMuse
Copy link
Owner

Did you install it from f-droid or from GitHub?

@FunkyMuse FunkyMuse added incomplete data We need more data to confirm the issue question Further information is requested labels Jan 14, 2021
@amilopowers
Copy link

I have installed version 1.0.9 from F-Droid and can't uninstall either.

@FunkyMuse
Copy link
Owner

I have installed version 1.0.9 from F-Droid and can't uninstall either.

You need to stop the service before you uninstall, if that doesn't work restart your device

@amilopowers
Copy link

Thanks but this doesn't fix the problem.

@FunkyMuse
Copy link
Owner

Thanks but this doesn't fix the problem.

I couldn't replicate the bug, sorry everything works fine here, try uninstalling from f-droid too or if that doesn't work from settings

@amilopowers
Copy link

amilopowers commented Jan 28, 2021

Here is the solution.

  1. Connect phone to computer.
  2. Get developer rights on the phone
  3. Allow USB debugging on phone
  4. Open a terminal on computer
  5. type adb devices
  6. type adb shell pm uninstall -k --user 0 com.crazylegend.vigilante
amilopowers@amilopowers-xps:~$ adb devices
List of devices attached
ZY2273ZR5H	unauthorized

amilopowers@amilopowers-xps:~$ adb devices
List of devices attached
amilopowers@amilopowers-xps:~$ adb shell pm uninstall -k --user 0 com.crazylegend.vigilante

@kotx
Copy link

kotx commented Mar 21, 2021

Here is the solution.

  1. Connect phone to computer.
  2. Get developer rights on the phone
  3. Allow USB debugging on phone
  4. Open a terminal on computer
  5. type adb devices
  6. type adb shell pm uninstall -k --user 0 com.crazylegend.vigilante
amilopowers@amilopowers-xps:~$ adb devices
List of devices attached
ZY2273ZR5H	unauthorized

amilopowers@amilopowers-xps:~$ adb devices
List of devices attached
amilopowers@amilopowers-xps:~$ adb shell pm uninstall -k --user 0 com.crazylegend.vigilante

Just a quick note, pm uninstall ... can be executed on-device (when rooted) from an elevated terminal (e.g. su in Termux) as well.

@Dirty-dv
Copy link

All you need to do is have a extra SD card. 1st go to app Info and then storage. Swap the app over to the SD card of choice. Once done, just format the SD card. Tada!!!

@Dirty-dv
Copy link

Oh BTW, your app. 👍👍👍

@Bromandaschiznit
Copy link

Bromandaschiznit commented May 18, 2022

@Dirty-dv Really appreciate your answer. By far the easiest method. Again, many Thanks

@Bromandaschiznit
Copy link

All you need to do is have a extra SD card. 1st go to app Info and then storage. Swap the app over to the SD card of choice. Once done, just format the SD card. Tada!!!

All you need to do is have a extra SD card. 1st go to app Info and then storage. Swap the app over to the SD card of choice. Once done, just format the SD card. Tada!!!

Dirty-dv Really appreciate your answer. By far the easiest method. Again, many Thanks

@Dirty-dv
Copy link

@Bromandaschiznit you are so very welcome. cheers 🍻

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
incomplete data We need more data to confirm the issue question Further information is requested
Projects
None yet
Development

No branches or pull requests

6 participants