←back to thread

Lindroid

(twitter.com)
262 points LorenDB | 8 comments | | HN request time: 1.04s | source | bottom
1. figmert ◴[] No.40710954[source]
I'm currently in the process of trying to see if Samsung DeX is able to replace my laptop. It is running directly on Termux, as opposed to using something like proot. So far it seems promising, and the biggest thing issue I have is that the Termux-X11 session essentially acts like a VM in that shortcuts are not seemless.

I'd love to know how this compares to that. Or maybe there's a way to make that more seemless. E.g. if apps would be shown as Android apps as far as the launcher is concerned.

replies(3): >>40714441 #>>40715040 #>>40720634 #
2. anonzzzies ◴[] No.40714441[source]
I work a lot in Dex and VNC via vr glasses and the shortcuts are the biggest issue. That’s why I want full Linux; I would like a phone size device without a screen running Linux with unlocked bootloader and usb vo (otherwise it’s still worthless), but, while trivial hardware wise (there are plenty of boards), this formfactor is not there it seems. And the slightly bigger ones that are there, are made for a reason (usually gaming) so they don’t care about battery life. My android phone gets well over a day while powering my glasses and me working.
replies(1): >>40717958 #
3. Y_Y ◴[] No.40715040[source]
Emacs-termux is awkward to get working initially, but it gives you more-or-less full emacs as an Android app, but sharing storage/namespace with termux so that they both have access to the same binaries and documents.

There isn't a good project page, it's based at this sourceforgw page and has a surprisingly comprehensive readme.

https://sourceforge.net/projects/android-ports-for-gnu-emacs...

replies(2): >>40715907 #>>40725697 #
4. qwertox ◴[] No.40715907[source]
SourceForge [0]... the Sony [1] of software development.

[0] https://en.wikipedia.org/wiki/SourceForge#Adware_controversy

[1] https://en.wikipedia.org/wiki/Sony_BMG_copy_protection_rootk...

5. sriacha ◴[] No.40717958[source]
Can you share which glasses and what kinds of environment you use with Dex? Termux?
6. antifa ◴[] No.40720634[source]
I'm annoyed that Firefox for android doesn't have hot keys at all and chrome for android is also missing enough hotkeys/mouse behaviors that I'll usually notice very quickly.
7. timonoko ◴[] No.40725697[source]
Essential part of termux- .emacs, enabling touchscreen:

    (xterm-mouse-mode 1)
    (global-set-key (kbd "<mouse-5>") 'scroll-up-command)
    (global-set-key (kbd "<mouse-4>") 'scroll-down-command)
replies(1): >>40726410 #
8. Y_Y ◴[] No.40726410{3}[source]
I think this is for running emacs as a TUI within the termux terminal. The package I linked runs graphical emacs and just shares a filesystem with termux (to allow you to install git etc.). YMMV, but touchscreen should work out-of-the-box