this post was submitted on 22 Aug 2023
39 points (93.3% liked)

Android

27555 readers
228 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
 

Like many others, I find ADB to be an excellent utility when I intend to get rid of bloatwares / system-apps-that-I-don't need from my Android phone.

The only caveat being that ADB is to be run only on a separate device (Windows, macOS or Linux), and my Android phone has to be connected to it in USB-debugging mode.

Not sure if this is a dumb question or not - but Is there any ADB equivalent that I can run straight in my Android phone to remove bloatware from the same Android phone ?

Thanks in advance !

all 12 comments
sorted by: hot top controversial new old
[–] [email protected] 9 points 1 year ago (1 children)

shizuku + rish gives you a persistent adb shell and even 3rd-party app integration

[–] [email protected] 2 points 1 year ago

Yeah I use this with Termux. Takes a little fiddling, but it works great afterwards.

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago)

LADB should do the trick, it's also available from the playstore.

How to

[–] TheInsane42 7 points 1 year ago* (last edited 1 year ago) (1 children)

Developer options, 'activate terminal' and when rooted you can switch to root with su. That is an alternative when you use 'adb shell' to get rid of the bloatware.

I'm using Titanium Backup (for more then 10y now) on my rooted/custom rom to freeze or uninstall system apps (so I don't know any other method). Main use of the app is full backups though, including apk. (so I had it registered with a license file purchased, so I can use it even on devices without google store)

[–] [email protected] 2 points 1 year ago (2 children)

I do this too, but I've found this gets increasingly worse over the years, as restores either never complete or ruin the application and I need to install it from the play store anyway...

Are you doing the .apk as well as the data?

[–] [email protected] 2 points 1 year ago

This is entirely up to the app. Many of them don't upgrade properly from previous versions of their own data. Often they only take into account the immediately previous version, so if you try to skip versions they're toast.

[–] TheInsane42 1 points 1 year ago

Yep. I even have some apks still available that aren't available in the store anymore. Alas the data is the biggest issue now in Android 13 though. When it's restored most apps just refuse to start. Time to dive more into this before putting a report in to the developer.

[–] [email protected] 4 points 1 year ago (1 children)

I think running Shizuku and then using Package Manager , you can achieve what you are after.

[–] RichRatsch 2 points 1 year ago

THIS! Shizuku via Wireless ADB and then one of the many ADB apps in the play store! Loving it!

[–] GamerBoy705 3 points 1 year ago* (last edited 1 year ago)

You can use LADB, but it is not free unless you compile the app yourself.

You can use Bugjaeger instead, which can achieve the same thing (just a bit trickier to use). It is free on the Play Store but has ads. You can use an ad blocker in the background though, it's not a big problem.

[–] [email protected] 1 points 1 year ago

Not completely sure about this but maybe termux can do this, but I think you still need access to a PC.