Live data from Hacker News

Linux on Dex

linuxondex.com

41–50 of 228 posts

Re: Linux on Dex

#41
post #18

This is really cool. I've been looking for such thing for a long time now. If you have a corporate Job like consulting or something equivalent it's very likely you are packing an awful laptop with you everywhere you go, a DELL or a Lenovo or something like that. DEX opens a door for next generation Mobile Desktop , where you SmartPhone is also your Desktop Computer. I really hope Apple does something similar in this…

Also consider Chromebooks. You get the desktop version of Chrome (ie whatever extensions you want), windowed interface, runs Android apps, and via the rapidly maturing Crostini project you can also run Linux apps. Heck on Intel based Chromebooks you can run Steam and use Proton/SteamPlay to run Windows games (and other Windows apps).

The nicest thing about the Chromebooks is that the software is identical, but the hardware varies from $200 cheapo devices all the way up to almost $2,000. This means you are far more likely to find your own sweet spot of price, size, memory & cpu, storage etc.

Some also have LTE so can be used as an alternative to a phone.

Re: Linux on Dex

#43
post #39
post #25

Earlier quoted context omitted.

I won't hope that a phone would handle 10000 rows much better. But that "Excel" thing might be an answer: the laptop must be running Windows, and Windows users often run an antivirus, and some Windows antivirus software is known to be terrible. (The MS-provided basic antivirus was always fine in this regard, though.)

>I won't hope that a phone would handle 10000 rows much better. Galaxy S9 has 2 X 4 Core @ 2GHZ , my corporate laptop has an i5 from 2015 with 2 @ 2GHZ. I'll go with the Galaxy.

x86 GHz != ARM GHz

Re: Linux on Dex

#44

I want a laptop with a hole where the mouse pad should be. I want to be able to put my phone into that slot, dock it, and use the screen of my phone as the mouse pad for the laptop. I want my phone to do all the processing and work. I want the laptop dock to be an extension of my phone, running something like DEX to make the laptop experience work. The only thing I want this laptop dock to do is give me a screen, a k…

Given the variability in phone dimensions, it seems like you'd have to buy a phone specifically designed for your laptop, or vice versa.

Attempts have been made before, like the Asus Padfone line, but it never really caught on.[0]

[0]https://www.asus.com/Phone/PadFone_S_PF500KL/

Re: Linux on Dex

#45
post #29

I was hoping this would allow me to ssh into my phone to make/take calls and send/receive texts. Does anyone knows if that's possible?

"I was hoping this would allow me to ssh into my phone to make/take calls and send/receive texts. Does anyone knows if that's possible?"

I send SMS from the command line by curl'ing twilio ...

  curl -X POST -d "Body=Hi" -d "From=3032221111" -d "To=4151112222" "https://api.twilio.com/2010-04-01/Accounts/${account_sid}/Messages" -u "${account_sid}:${auth_token}"
I do at least half of my testing this way, from inside my terminal that I am already working in (I wrote a little sms script in /bin/sh).

Of course this means that your phone number has to be at twilio (either source the number from them or port it to them).

Re: Linux on Dex

#47
> Samsung DeX is supported on Galaxy S8/S8+, Note8, S9/S9+, Note9, and Tab S4.

> * Phones should be connected to an external display to use Samsung DeX.

> * Selected Samsung HDMI adapter/cable is recommended to use Samsung DeX.

> * Samsung DeX using a HDMI adapter or cable is only available on Note9 and Tab S4.

------ So really, DeX only works well (with HDMI cable) on Note9 and Tab S4?

Re: Linux on Dex

#48
post #45
post #29

I was hoping this would allow me to ssh into my phone to make/take calls and send/receive texts. Does anyone knows if that's possible?

"I was hoping this would allow me to ssh into my phone to make/take calls and send/receive texts. Does anyone knows if that's possible?" I send SMS from the command line by curl'ing twilio ... curl -X POST -d "Body=Hi" -d "From=3032221111" -d "To=4151112222" "https://api.twilio.com/2010-04-01/Accounts/${account_sid}/Messages" -u "${account_sid}:${auth_token}" I do at least half of my testing this way, from inside my…

Yeah I'm aware of this, but my use case is different. I'm often abroad, but I also often need to contact numbers from my home country, so I wanted to have a phone I could ssh into from abroad and serve as a gateway

Re: Linux on Dex

#49
post #27

I just want a tab like the S4 with that keyboard and mouse to ship with a proper linux distro, customized and optimized to it. Would buy it in a flash

Something like the Google Pixel Slate, which can run Linux apps?

As someone who's been looking for a first-class Linux experience on a mobile tablet for a while and been very underwhelmed by everything on offer, I'm pretty excited about this and am very curious how it compares with running Linux on the upcoming Slate. That said, the S4 is quite a bit smaller and lighter than the Slate and more what I'm in the market for though I expect the Snapdragon to be quite a bit slower than the x86 in Google's product.

Re: Linux on Dex

#50
post #46

What is Dex? I've read a lot on that page but still don't get it.

When you plug a hdmi cable into a Samsung phone you can either use screen mirroring or go into a desktop mode thats designed for keyboard and mouse.
Post reply on HN