Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"Just think of a computer as hardware you can program." -- Nigel de la Tierre


computers / comp.mobile.android / For experts only - what exactly remains after you've deleted Google apps using adb on the PC without being rooted on Android?

SubjectAuthor
o For experts only - what exactly remains after you've deleted Google apps using aAndy Burnelli

1
For experts only - what exactly remains after you've deleted Google apps using adb on the PC without being rooted on Android?

<u04l43$1m5fb$1@paganini.bofh.team>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=38965&group=comp.mobile.android#38965

  copy link   Newsgroups: comp.mobile.android alt.comp.os.windows-10 alt.comp.microsoft.windows
Path: i2pn2.org!i2pn.org!paganini.bofh.team!not-for-mail
From: nos...@nospam.net (Andy Burnelli)
Newsgroups: comp.mobile.android,alt.comp.os.windows-10,alt.comp.microsoft.windows
Subject: For experts only - what exactly remains after you've deleted Google apps using adb on the PC without being rooted on Android?
Date: Thu, 30 Mar 2023 19:41:24 +0100
Organization: To protect and to server
Message-ID: <u04l43$1m5fb$1@paganini.bofh.team>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 30 Mar 2023 18:41:09 -0000 (UTC)
Injection-Info: paganini.bofh.team; logging-data="1775083"; posting-host="xZdDwhuE87/QSIQDMimeOg.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A";
Cancel-Lock: sha256:hOIvh//OE4jh3azqVo0pzzr1vBUP4fqaDgZOW+Gqi2A=
Content-Language: en-GB
X-Notice: Filtered by postfilter v. 0.9.3
 by: Andy Burnelli - Thu, 30 Mar 2023 18:41 UTC

For experts only - what exactly remains after you've deleted Google apps
using adb on the PC over Wi-Fi or USB without being rooted on Android?

In a recent thread it was shown the "user" _can_ delete default Google apps
(such as Chrome, YouTube, GMail and Google Maps) without being rooted
(if they know how to use adb connections on a Windows PC over Wi-Fi or USB)
*Remove Google Apps from Android?*
<https://groups.google.com/g/comp.mobile.android/c/7qLXTRuzHCU>

List installed Google apps using adb on Windows over Wi-Fi or USB:
C:\> adb shell pm list packages | findstr com.google.android

Uninstall Chrome from Windows over Wi-Fi or USB using adb:
C:\> adb shell pm uninstall -k --user 0 com.google.android.chrome

Uninstall YouTube from Windows using adb over Wi-Fi or USB:
C:\> adb shell pm uninstall -k --user 0 com.google.android.youtube

Uninstall the GMail app from Windows over Wi-Fi or USB with adb:
C:\> adb shell pm uninstall -k --user 0 com.google.android.gm

Uninstall Google Maps using adb on Windows over Wi-Fi or USB:
C:\> adb shell pm uninstall -k --user 0 com.google.android.apps.maps

List remaining installed Google apps (all the above are now gone):
C:\> adb shell pm list packages | findstr com.google.android

Note: The -k option uninstalls the app while retaining the data/cache.

And then the user can replace those canonical Google functionalities with
FOSS equivalents such as Bromite/Chromium/UngoogledChromium, NewPipe,
FairEmail & OSMAnd+ where most of those are _better_ than Google clients.

Install FOSS Chrome replacement:
<https://www.bromite.org/>
<https://www.bromite.org/chromium>
<https://github.com/ungoogled-software/ungoogled-chromium-android>

Install FOSS YouTube replacement:
<https://newpipe.net/>

Install FOSS GMail replacement:
<https://email.faircode.eu/>

Install FOSS Google Maps replacement:
<https://f-droid.org/en/packages/net.osmand.plus/>

My question, for experts, is what remains, given I am aware of this:
"This works because applications truly aren't fully uninstalled
from your device. They are just being uninstalled for the current user
(user 0 is the default/main user of the phone). That's why, if you omit
the --user 0 and -k part of the uninstall command, the command won't
work. These two flags respectively specify the system app will
only be uninstalled for the current user (and not all users,
which is something that requires root access) and that the
cache/data of the system application will be preserved
(which can't be removed without root). Therefore, even if you
uninstall a system app using this method, you can still receive
official OTA updates from your carrier or OEM."
<https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/>

What exactly remains after you've deleted Google apps without being rooted?
--
Posted out of the goodness of my heart to disseminate useful information
which, in this case, is to faithfully try to learn more about uninstalling.


computers / comp.mobile.android / For experts only - what exactly remains after you've deleted Google apps using adb on the PC without being rooted on Android?

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor