[Solved] Help, I uninstalled a few recommended packages and now apps will not boot! #279
Closed
savageopress11
started this conversation in
General
Replies: 1 comment 2 replies
-
|
If you have access to ADB, nothing is lost. adb shell pm list packages -u | grep -E '^package:' | sed 's/package://' | xargs -I {} adb shell pm install-existing --user 0 {}Otherwise, a GUI option is to use Universal Android Debloater and restore all the packages. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As the title states, I uninstalled a select few recommended packages (Nothing that was labelled as advanced/dangerous or was not rated). I even went so far as to research each package online before I uninstalled, to further verify it was safe to do so. Despite being this careful, my phone will not launch any apps after the usage of Canta including Canta itself, so I cannot re-enable these select packages. My phone is essentially bricked. I still have USB debugging enabled from the Shizuku setup process, and therefore have access to ADB commands. What is my best course of action? I preferably do not want to perform a factory reset.
I have a Samsung S25 running the latest version of OneUI/Android.
Edit #1: Device has reached a blank screen and will not turn on/reboot.
Edit #2: Device has randomly rebooted and is working as normal. I apologize for any inconvenience.
Beta Was this translation helpful? Give feedback.
All reactions