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

bug(uninstalling): can't uninstall apps on legacy Android versions, even when rooted #401

Open
3 tasks done
Lost-Entrepreneur439 opened this issue Apr 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Lost-Entrepreneur439
Copy link

Describe the bug

Nothing appears to happen when uninstalling apps on older Android versions, I am unsure of the exact versions affected, however this issue does occur on my Motorola Milestone 3 (model number XT860, codename umts_solana) running CyanogenMod 10.1 (Android 4.2.2). In the wiki, it mentions you need root for Android Jellybean and earlier, but I'm rooted and still can't uninstall anything.

Expected behavior

I'd expect UAD to actually uninstall the application.

You have a solution?

No response

Provide logs

UAD_20240402.log

Acknowledgements

  • This issue is not a duplicate of an existing bug report.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@Lost-Entrepreneur439 Lost-Entrepreneur439 added the bug Something isn't working label Apr 2, 2024
@Tsumetaayz
Copy link

The program uses the --user option to uninstall apps, Jelly Bean doesn't understand the "user" as it was not existent back then.
a solution would be an option for rooted devices in the program that removes the --user key to remove it with root privileges.
example: ADB shell pm uninstall "com.package.name" instead of ADB shell pm uninstall --user 0 "com.package.name", which JB can't run.

@AnonymousWP AnonymousWP changed the title bug(scope): Can't uninstall apps on legacy Android versions, even when rooted. bug(uninstalling): can't uninstall apps on legacy Android versions, even when rooted Apr 3, 2024
@Frigyes06
Copy link
Member

We could add a setting to remove the user tag, or detect android version and do it automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants