I got a relatively old android smartphone on arm v7
, I always wanted to turn the smartphone into a home server, I succeeded with termux
and proot-distro
, however I am limited in resources mainly because andoid keeps running in the background, even removing most of the system applications, I can not use all the smartphone resources. Also I don't have access to systemctl, init
so I can't set my scripts to autorun, also the smartphone goes to sleep, which gives a significant delay when requesting the server. My smartphone is rooted and has TWRP recovery. Is there any way to install Ubuntu Server 20+ INSTEAD of android.
However, I can already see some problems that may arise. I will need a WIFI connection, I already set up a WIFI connection on my old laptop, but here I don't have a keyboard and I can't connect it because the USB port is damaged. So I will have to set up the system and ssh in advance on my pc. I have never done this and would appreciate it if I could at least know that it is possible.
I tried porting PostmarketOS, but I'm stuck on kernel selection
Smartphone: Ulefone S7 Pro (MT6580)
chroot
from Android? – cocomac Apr 20 '22 at 18:18PostmarketOS
, but my device is not on the list of supported, and I can't port it, because I need to specify the repository of the kernel source code, alas I have not found it for my phone. – Danil Apr 21 '22 at 19:02