Conversation

I wonder, if one got a relatively high-powered Android phone, if one could run a conventional Linux distro in a persistent VM and ssh and VNC to it and stuff. Like Crouton for Android or something
10
28
Replying to
Pixel 6 has usable hardware virtualization support, although you would need an OS making use of it for this.
Quote Tweet
Full-blown virtual machines with the KVM hypervisor (near-native performance) on Pixel 6 + Android 13 DP1
Show this thread
Image
Image
Image
Image
1
11
Replying to
Thanks. Someone else mentioned chroot jails-- are there out-of-box solutions for just running a little linux environment / wifi sshd on a stock Android kernel?
1
3
Termux is stuck at an old API level due to relying on executing native code from app data. Over time, it will increasingly be missing new features and will fall further and further behind in terms of the latest API level changes which are often privacy and security improvements.
1
It will end up having a warning when first launched due to the old API level, which may eventually become a warning with each launch of the app. It may end up with a warning when installing it too. They could entirely avoid all of this by distributing code as apks though.
1
Show replies
Replying to
There's an exception for meaningfully sandboxed code. It permits web browsers. It doesn't permit a web browser with a deliberate way to give the dynamically downloaded JavaScript code execution as the app itself. In the future the policy may specifically require isolatedProcess.
1
1
Show replies