Wiki How to Set Up SSH Server on Rooted Android (LineageOS) Using Dropbear Why Dropbear? Dropbear is a lightweight, standalone SSH server that works reliably on Android without system library dependencies. Meanwhile, the built-in OpenSSH sshd binary on LineageOS has a known BoringSSL compatibility issue that causes a segmentation fault during crypto initialization. It cannot be fixed through configuration. Prerequisites * Rooted Android device...
Wiki How to Auto-Start Home Assistant on Boot on Rooted Android (LineageOS + Magisk) Prerequisites * Rooted Android device running LineageOS * Magisk installed (for boot scripts) * Home Assistant Companion app installed on the device * ADB access to the device (via USB or wireless) 1. Connect Device to ADB 1.1. Connect via USB Connect the Android device via USB and get a root shell adb...