this post was submitted on 18 Nov 2024
50 points (100.0% liked)

Android

27951 readers
171 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
 

cross-posted from: https://lemmy.world/post/22174477

A source within Google has told Android Authority that Google plans to basically turn Chrome OS into Android.

top 12 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 8 hours ago

Tbh they should just turn it into a google Linux distro, IMO just bundle Gnome with it and add flatpak support

[–] [email protected] 2 points 10 hours ago

No they are doing it because they are going to be forced to sell Chrome, and they don't want to lose Chromebooks

[–] [email protected] 23 points 1 day ago (1 children)

And then it will catch on and Google will abandon it.

[–] [email protected] 3 points 9 hours ago

*And then it will catch on fire and Google will abandon it.

[–] [email protected] 31 points 1 day ago

That's a lot of words to say "google killing chrome os"

[–] [email protected] 5 points 18 hours ago

I hope they don’t change the architecture of the machines too much. A lot of them seem like decently priced Linux machines with some tweaking.

I always love that all of them charge via USB type C, which is still not a standard for Windows laptops.

I just can’t get around that stupid AI key that should be the caps lock. Also hate that the computer turns on when you open the lid and no way to turn that feature off.

[–] [email protected] 20 points 1 day ago (1 children)

Finally. ChromeOS has always been a dumb idea. Making an entire OS just to use sluggish web apps in Chrome. Who thought of that? As if Android could not do web apps. Then, years later, ChromeOS got "native" apps, in quotation marks because those were just Android apps. So a whole dedicated OS, just to launch Android apps in a compatibility layer. Some additional years later, ChromeOS got "native" games via Steam. Again, quotation marks, because those run in a Debian-based container.

Samsung DeX shows since many years that a Android with a desktop UI is a possibility.

[–] [email protected] 8 points 23 hours ago (1 children)

Samsung DeX shows since many years that a Android with a desktop UI is a possibility.

DeX is infuriating. It's forever almost good enough to fulfill its promise of being a truly mobile desktop but somehow it's never gotten there. The biggest problem now is that most android apps don't present correctly in desktop mode, don't behave intuitively, and / or look like ass.

[–] [email protected] 4 points 21 hours ago

DeX is infuriating. It’s forever almost good enough to fulfill its promise of being a truly mobile desktop but somehow it’s never gotten there.

So like ChromeOS? I wouldn't say DeX is the greatest thing ever but whenever I get home from a stressful work day, sit down at my desk, and then realize that I left my backpack with the notebook at the door, I just plug the next best thing into my USB C dock and sometimes that's my phone. Heck, I even did image editing with Krita from F-Droid once (the Android port has not been updated in years and is alpha quality, so the experience was bad but that's on the Krita port not Android/DeX itself).

The biggest problem now is that most android apps don’t present correctly in desktop mode, don’t behave intuitively, and / or look like ass.

The quality of Android apps in desktop mode isn't really dependent on whether they run on ChromeOS or DeX. If anything, the division in OS strategy into three operating systems at Google (don't forget Fuchsia), caused needless developer fragmentation from both 3rd parties but also within Google.

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

Does that mean we'll start seeing desktop apps like IDEs running in Android? How are you going to develop python on android? A linux container / VM? That's going to be so wasteful. But I am curious.

It won't be good for flashing though. Probably once support ends, it'll be a slow brick upon which one can't install linux.

Anti Commercial-AI license

[–] [email protected] 7 points 23 hours ago

You have been able to do this on Android for a while using Termux, Proot Distro and VSCode Server. I even did it once to host two Angular Frontends on Android to free up Memory form my main latop running the backend.

[–] [email protected] 10 points 1 day ago

Does that mean we’ll start seeing desktop apps like IDEs running in Android? How are you going to develop python on android? A linux container / VM?

Non-web applications on ChromeOS already run in containers. Developer mode (or however ChromeOS calls it) is just installing Debian in an LXC container.

That’s going to be so wasteful.

Have you ever tried browsing the web using Chrome? THAT'S wasteful on resources. A command line-only container for Python development is nothing by comparison.