Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HELP] can't reinstall after uninstall #287

Open
xtools-at opened this issue Dec 18, 2023 · 2 comments
Open

[HELP] can't reinstall after uninstall #287

xtools-at opened this issue Dec 18, 2023 · 2 comments

Comments

@xtools-at
Copy link

xtools-at commented Dec 18, 2023

i screwed up and uninstalled shelter instead of a sheltered app (went to app info on a shortcut and didn't read...) - ofc without removing the profile as described in the readme.

when i try to reinstall the apk downloaded from fdroid, i'm getting "the package conflict with an existing package by the same name".
does anyone know a way around this?

@AntarCrypto
Copy link

Use adb command in pc or shizuku and ashell to uninstall work profile

@Orange-Tofu
Copy link

It is as @AntarCrypto said you have to use adb to remove your workprofile.
Those who are looking for exact commands can refer to these:

adb shell pm list users - To get the list of user
adb shell pm remove-user user-number - To remove the profile

Replace user-number with the output you get from the first command, usually user '0' is you/main profile. DO NOT remove it recklessly. Look for user name like DUAL_APP and remove the corresponding profile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants