What commands did you use for removal and reinstall of the package?
DeGoogle Yourself
A community for those that would like to get away from Google.
Here you may post anything related to DeGoogling, why we should do it or good software alternatives!
Rules
-
Be respectful even in disagreement
-
No advertising unless it is very relevent and justified. Do not do this excessively.
-
No low value posts / memes. We or you need to learn, or discuss something.
Related communities
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
To delete this: ./adb shell pm uninstall --user 0 com.google... To restore this: ./adb shell cmd package install-existing com.android....
At this point, unfortunately, all you're left with is a factory reset. The way Android is built today just won't allow you to reinstall modules and libraries unless its6from the official channel.
Dude, seriously? Don't tell a user to do a factory reset unless you actually know what you're talking about jfc.
No idea what "jfc" means, but you're right. Just because I compulsively backup so for me a factory reset is the easiest "fix-all", it doesn't mean everyone else functions like me. I spoke out of place, and I'm sorry. Thanks for pointing it out, I'll be more careful moving forward.
Entirely fair; sorry for blowing up.
Nah man. It's all good. I appreciate how you care about correcting wrong information that might affect others. Your heart is in the right place. Thank you for calling me out.
jfc means Jesus Fucking Christ.
Ah, OK. Thanks. I just learned something new.
You can be proud of yourself for admitting you were wrong. It doesn’t happen a lot on the web or in the world.
More than pride, I feel great someone took the time to tell me I'm wrong. We're all growing until the day we die, and we all need others to call us out when needed for us to rethink our ways and then try to make changes for the better.
TheTechnician27 displayed care for others enough to do his part in stopping misinformation, that's something we sorely need more off in the world.
The apps are still untouched on the phone.
They're just unavailable for the standard user.
You can reinstall them with adb.
OK, I'll bite. How?
the apps aren't completely uninstalled from your device, only from the current user account. according to this stackexchange thread running
adb shell cmd package install-existing [package_name]
should bring the "removed" package back.
oh.. nice. I managed to restore it and it works. Thanks a lot!!
I recommend using App Manager in the future. It has a nice interface for disabling apps, tells you which apps are bloatware, and uses ADB in the backend.
So far I've been risking it a bit on my own. I broke a few things already.. and then had to restore them. I don't know if there is an easy way of seeing what can be deleted and what not. I'll have a look at App Manager, thanks.