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 reverting the proccess #12

Open
ghost opened this issue Oct 25, 2023 · 2 comments
Open

Help reverting the proccess #12

ghost opened this issue Oct 25, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 25, 2023

Hello, i used your script but now i want to revert the proccess, isnt there a way for me modifying the script so it reverts it

@KushagraKarira
Copy link
Owner

There is no automatic way of reverting, you can either go to /system/apps from a file manager to manually install the apk or search the apk on apkmirror and install it over adb.

@smed79
Copy link

smed79 commented Apr 21, 2024

Re-install pre-installed system app

method 1

adb shell cmd package install-existing <package_name>

method 2

find the full path to the .apk

adb shell cmd package dump <package_name> | grep 'path: ' | cat -f2- -d : 

install the app via it's .apk

adb shell cmd package install -r --user 0 /path/to/app.apk

removed packages are listed here https://github.com/KushagraKarira/Debloat/tree/master/Android

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

2 participants