this post was submitted on 19 Jun 2023
23 points (100.0% liked)

Philippines

1605 readers
1 users here now

Mabuhay at maligayang pag-alis sa Lemmy! ✈️


An abandoned community for the Philippines and all things Filipino! 🇵🇭


Started out as a Reddit alternative during the blackout from Jun 12-21, 2023 with over 1k members in just a few days. Fizzled faster than the "I Didn't Do It" kid after a month until it became the internet's Centralia in less than a year.

Image

image


image

Filipino artists whose works were featured on our daily random thread covers.

Image

founded 1 year ago
MODERATORS
 

Welcome to the RD thread!

This is a place for casual random chat and discussion.

A reminder for everyone to always follow the community rules and observe the Code of Conduct.

Image

“So, here you are. Too foreign for home, too foreign for here. Never enough for both.” ― Ijeoma Umebinyuo

Mobile apps:

Quick tips:

Footnotes:

  • Daily pixel art courtesy of adroitcell
  • Report inappropriate comments and violators
  • Message the moderation team for any issues
you are viewing a single comment's thread
view the rest of the comments
[–] megane_kun 4 points 1 year ago (1 children)

Aside from convenience, in what ways is this better than the "standard" method of using ADB?

I mean, one of the steps is installing ADB and enabling developer mode on the phone. I guess you don't have to pull up a list of the apps that you want to remove? I wonder if there's anything more to it.

[–] FabulousCable3945 5 points 1 year ago (1 children)

oh they also keep a list of apps that are safe to remove per device manufacturer. If something goes wrong. Open a github issue to warn others about it and so they could update the list.

[–] megane_kun 4 points 1 year ago* (last edited 1 year ago) (1 children)

Yeah, that's one of the advantages I see over there (having a list already made for you, which is convenient).

I mean, the biggest advantage this has over the “standard method” is convenience:

  • you don't have to do ADB commands
  • you don't have to keep the list next to your ADB shell
  • you don't have to even go find a list for your phone model

Those three alone that I've listed already covers most of my pain points in the “standard method,” and for me personally, it already makes for a compelling case.

However I was wondering if it does something that isn't possible using ADB. If there's some feature that it is capable of, but ADB isn't capable of, then that'd make for an even more compelling case.


EDIT: Formatting

[–] FabulousCable3945 4 points 1 year ago (1 children)

At the end of the day, it is just a GUI for wrapping ADB commands.

It just makes the deleting and restoring the system apps much easier with just a few clicks, and having list to know which can be safely deleted.

[–] megane_kun 3 points 1 year ago

Alright, got it!‌ Thanks for the recommendation.

I think what I'd do is to get this for routine cleanup (after a MIUI update, for example), and then run things with ADB for the others that this tool might have missed.