source for planned integration: https://issuetracker.google.com/issues/392521081?utm_source=...
source for planned integration: https://issuetracker.google.com/issues/392521081?utm_source=...
It felt so close already back then, sluggish, but still usable. But that initial implementation was running some in-house version of Ubuntu with a custom kernel (if I remembered it correctly).
I just wish this becomes a reality much sooner then later. Especially if I can have my dev environment on some remote VPS with either tunneling, github code spaces or Azure DevBox
Honestly I'd like to see Windows 11 running under this as well, but that seems incredibly unlikely.
I feel this a lot. I use it daily, mostly as a thin client for remote desktop use but there are little niggles that would make it better. Examples:
- Let me control how the top bar and taskbar are viewed
- Let games capture the mouse in remote desktop (for fps type games)
- Fix the small issues that cause the mouse capture to fail on steam link occasionally
- Fix rendering issues with firefox while in desktop mode
- Let the youtube UI work in a more "desktop" way while in dex mode
These might be mostly app responsibilities, but if they could fix some of this stuff dex would be a dream instead of just being mostly useful.
https://9to5google.com/2018/11/09/samsung-linux-on-dex-andro...
It was the Ubuntu 16.04 desktop running in a LXD container. It crashed when the tablet went in out of memory, so I had to be careful with what I was running.
Security-wise: True; but Android is a gigantic yet well-oiled ecosystem at this point, from silicon designers to manufacturers to vendors to developers, running on handhelds to TVs to wearables to gaming devices (including AR/VR consoles).
> shame that Chrome OS was subsumed by Android
ChromeOS had a decade but Google is wise focus on just one desktop platform. I don't think it should surprise anybody that a platform with 3bn users & 2mn odd apps won out.
So the development wasn't local, but it was sort-of usable. (And the editing is local in any case.)
It's always funny charging my phone off the USB C for my monitor, nudging my mouse and seeing a pointer appear on the screen though.
The hardware can do it, it's just that the system settings won't show you the 4K resolution option for some reason. But you can do some hacks to make it appear and then it works just fine.
You need to install a nondescript app called 'Samsung Good Lock' from the Samsung store (not available in Play store), and use that to side-load an app called 'Multistar', which is an app to tweak display settings. From that side-loaded app you need to tap the 'I Samsung DeX' which does various setting changes to "Make Dex even more friendly", it doesn't specify what it does exactly, but it'll make the 4K resolution option appear in the system settings.
This all feels real sketchy and I don't understand why Samsung doesn't just enable 4K resolution officially, because the hardware is clearly capable of it.
With every OneUI update there are rumors that it'll natively support 4K, but so far that hasn't happened AFAIK. Admittedly I haven't used Dex in a while for myself, but judging from recent Reddit posts this hack is still needed.
With the S9 they introduced the developer test version of Linux on DeX but it never came to the S8 or S10 and it was already discontinued with the Android 10 update :(
https://www.chromium.org/chromium-os/chrome-os-systems-suppo...
https://www.chromium.org/chromium-os/developer-library/guide...
Note specially the parts of WIP, missing features, to be yet done, and so on.
It lets people who want to tinker do it, while keeping people who probably shouldn't tinker from doing it.
It's not available in the Google Play store because the play store rules are really stupid. A lot of apps aren't available there.
Also, it looks like Good Lock is now also available on the Google Play Store, and there it lists Samsung Electronics as the developer [2].
I guess this does make it less sketchy of an app to use, but it still feel wrong to have to do so many weird steps to get a menu option working.
[0] https://en.wikipedia.org/wiki/Good_Lock [1] https://news.samsung.com/global/make-your-galaxy-smartphone-... [2] https://play.google.com/store/apps/details?id=com.samsung.an...
Linux Plumbers Conference 2025 | Adding Third-Party Hypervisor to Android Virtualization Framework
https://lpc.events/event/17/contributions/1447/attachments/1... https://youtu.be/hLdUCrlheKg
So you start the 'server' on eg your desktop, and that registers with eg GitHub or Microsoft (or perhaps another service, not sure how open the system is), and then you can use any other computer to connect to your system via GitHub or Microsoft (as a proxy, I think). The other computer can either run just a browser, or can run a vscode (which is basically also a browser in the end).
See https://code.visualstudio.com/docs/remote/tunnels
Yes, the nice thing about the tunnels is that the computer you want to develop on doesn't have to be reachable from the internet. It only has to be able to reach the internet. GitHub (or Microsoft) play the man-in-the-middle.
It's really convenient. I often use it to develop from my laptop on my desktop, even when they are on the same local network: because it's basically just as fast, but I don't have to worry about which network I'm on, it just always works (as long as I have Internet access on both machines. But if that ever stops, I'm not really going to develop much anyway.)