You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system should boot in a minute with Ubuntu loading screen.
If anything goes wrong:
Try Telnet into the Phone while its connected via USB to PC. telnet 192.168.2.15
Try ssh-ing into the device by connecting it to PC via USB cable the ssh [email protected]
Check the dmesg from inside the phone from the ssh terminal.
Very long dmesg sometimes result in crash of ssh environment so use sudo dmesg > dmesg.log then less dmesg.log
If lxc-container is not booting up, then check with sudo lxc-info -n android.
Root partition will be mounted as Read-Only as per security and safety reasons. If any modification in the root partition is required, it needs to be mounted as Read-Write Partition with sudo mount -o remount,rw /
You can't install any application using apt-get on the system by default, at least not outside Libertine container. And you shouldn't install using apt or apt-get.
The text was updated successfully, but these errors were encountered:
Tree:
usb: Manufacturer: GNU/Linux Device
appears indmesg
on host.I will post further updates as I make further progress.
Fixup Mountpoints:
Procedure:
lineage-16.0-20201209-UNOFFICIAL-albus.zip
as the base system. (Downloaded from XDA Developers)sudo dmesg -w
forrndis
.ssh [email protected]
.phablet
.Ubuntu
loading screen.If anything goes wrong:
telnet 192.168.2.15
ssh [email protected]
sudo dmesg > dmesg.log
thenless dmesg.log
sudo lxc-info -n android
.sudo mount -o remount,rw /
apt-get
on the system by default, at least not outside Libertine container. And you shouldn't install using apt or apt-get.The text was updated successfully, but these errors were encountered: