Is it possible to install open-source Linux distribution like Ubuntu on Android Device?
If so, how would this be accomplished?
Is it possible to install open-source Linux distribution like Ubuntu on Android Device?
If so, how would this be accomplished?
chroot
(if device is rooted) orproot
environment. There are plenty of apps which rely on either of both phenomenon, but in my experience using apps adds to your trouble. Just learn how to usechroot
(it's very simple because it's same on any Linux environment) and run it yourself onadb
or Terminal Emulator app or asinit
service or remotely e.g. onssh
. It works for any Linux distro. – Irfan Latif Apr 29 '20 at 13:30