this post was submitted on 02 Mar 2025
36 points (97.4% liked)

DeGoogle Yourself

9923 readers
30 users here now

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

  1. Be respectful even in disagreement

  2. No advertising unless it is very relevent and justified. Do not do this excessively.

  3. 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]

founded 5 years ago
MODERATORS
 

Hello, I recently starting degoogling a motorola razr 50 and I overdid it.

My approach was to use 'adb' and uninstall packages. I started with the obvious ones, and then I started going a bit too far. I realise now I should have taken a backup of the apk to restore it after. Well, too late now.

I removed com.android.dialer and com.android.phone. I thought i would not need them since i installed some Fossify app alternatives. My guess is that they are more libraries than apps, and still needed by the Fossify apps (messages and phone). I'm not able now to send/receive calls/sms, and I'm wondering if I could download the apk from somewhere and restore it.

I tried to get some from the interwebs, but I get the following exception when trying to reinstall them: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Existing package com.android.dialer signatures do not match newer version; ignoring!]

The last resort would be to do a factory reset, but I would prefer to avoid it.

Anyone knows how I could fix it?

Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 56 points 1 day ago* (last edited 1 day ago) (4 children)

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.

[–] [email protected] 28 points 1 day ago (1 children)

oh.. nice. I managed to restore it and it works. Thanks a lot!!

[–] [email protected] 11 points 1 day ago (1 children)

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.

[–] [email protected] 5 points 1 day ago (1 children)

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.

load more comments (2 replies)