this post was submitted on 16 Jun 2026
414 points (96.4% liked)

Linux

65853 readers
365 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

cross-posted from: https://piefed.social/c/hardware/p/2144337/commodore-announces-linux-based-flip-phone-with-no-social-media-no-browser-the-callback

Linux-based phone still ‘runs 99% of Android apps’ so you can do more with it, if you wish.

you are viewing a single comment's thread
view the rest of the comments
[–] thingsiplay@lemmy.ml 9 points 2 days ago (2 children)

You can't remove lot of apps in most Android phones. I have an older phone S7 Edge which I installed an alternative Android OS called "/e/OS". Its way more private by default. Besides all the benefits of privacy, I also do not use the Google Play Store and do not have any social media on it installed.

[–] morto@piefed.social 2 points 2 days ago (1 children)

A custom rom is great and the best path for the techie users. For the general public, you can still disable non needed invasive apps. For minimalist usage aimed at reducing overall phone usage, that's mostly enough. There's also a launcher called baldphone available on fdroid that turns any android phone in a minimalist phone, aimed at the elderly, but still nice for any minimalism enthusiast. It requires some tech skill to install though.

[–] thingsiplay@lemmy.ml 2 points 2 days ago

For the longest time I am using a minimalist desktop too (i mean a launcher or default home app), called Unlauncher.

[–] wizardbeard@lemmy.dbzer0.com 1 points 2 days ago* (last edited 2 days ago) (2 children)

You absolutely can remove every app (including hidden base OS functionality that is packaged as an installed app) through ADB, or through tools like Shizuku that give you effectively "on-device" ADB. There are GUI based apps to do this for both PC and runnable on Android itself.

It's not easily accessible for the average user, but it's literally easier than flashing a custom OS, if you're already looking into that level of things.

[–] Redkey@programming.dev 5 points 2 days ago

As the owner of a relatively new Android phone, who wanted to disable a software update nag, this is no longer always true.

In my research I built a history of instructions for disabling these nag screens/notifications on phones from this manufacturer. At first, there were things you could do on the phone itself. Then you had to change a setting with ADB. Then you had to disable a system app with ADB. Then you had to get root access to uninstall the app with ADB. And now, for my phone and other recent models, there's literally nothing you can do, even with root access in ADB, short of flashing custom firmware.

[–] thingsiplay@lemmy.ml 1 points 2 days ago

Oh okay, I was nor aware this was possible for the regular Android. But it make sense if you get root access. So I learned something new today. :-)