this post was submitted on 04 Jan 2024
105 points (81.8% liked)

Android

27282 readers
380 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

[email protected]


founded 1 year ago
MODERATORS
 

RedMi Note 11. Just received it for Christmas and boy was I crying the first time I booted it. 1 Gb of bloatware must most importantly: impossible to uninstall chrome.

That is ok if any other browser can co-exist beside it... Boy was I wrong again. Some links from apps don't even care about my default browser, they just open chrome cause hell yeah.

This is sickening me, Google is beginning to really disgust me. Someday I'll root this mf to get rid of ALL the bloatware

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 11 points 7 months ago (2 children)

You can uninstall even system apps via ADB

[โ€“] [email protected] 6 points 7 months ago (2 children)

Only disable iirc - but it has the same effect ๐Ÿ˜Š

[โ€“] [email protected] 3 points 7 months ago (2 children)

I thought ADB did remove the apps? You should be able to disable from within the OS, although I wouldn't be surprised if this function was blocked.

[โ€“] southsamurai 5 points 7 months ago (1 children)

You can disable, or uninstall from user space, which is not the same as removing it entirely

[โ€“] [email protected] 4 points 7 months ago

Yeah exactly. It's still effectively uninstalling the app though and should free up space. But it'll still come back if you create another user.

[โ€“] [email protected] 3 points 7 months ago (1 children)

I haven't done it in a while. You can onstall the app via another adb command again. It's another disabling than from within the OS

[โ€“] [email protected] 3 points 7 months ago

Me neither lol I just start with a ROM that doesn't have it to begin with. Hell, my phone has never even had Android System Webview - it came with Mulch instead.

[โ€“] [email protected] 2 points 7 months ago* (last edited 7 months ago)

You can uninstall the app for the user, which achieves 99% of the same effect.

For my case though, on an older Samsung phone running Android 11, I was able to just use the uninstall command (not just for the user) for most bloat apps. Only a couple or so apps refused to be uninstalled entirely. It may not still be valid but it is possible.

[โ€“] [email protected] 2 points 7 months ago* (last edited 7 months ago) (1 children)
[โ€“] [email protected] 3 points 7 months ago

Android Debug Bridge.

It's used automatically when programming android apps on your PC (it'll send the development app to the phone and tell the phone to run it), but you can also use it to run commands on the phone that it normally wouldn't allow, and can sometimes unbrick a dead phone.

It can't fix everything, but it gives you a lot more control over the phone than you'd get otherwise.