Hi everyone!
I'm trying to port to the nexus 5X (bullhead)
When starting the device for the first time, i got stuck in a boot loop, probably because of LightDM crashing. Disabling autostart bu adding "manual" to /etc/init/lightdm.override solved this.
Now i'm trying to find the cause of this problem, mostly by following the documentation.
The Android container is running (checked with sudo lxc-info -n android
)
I've also checked mounted partitions.
Wifi is working, so i have installed libc6-dbg
and typed the following commands
sudo unity-system-compositor --debug-without-dm &> ~/usc.log
sudo gdb -ex 'set confirm off' -ex 'run' -ex 'bt full' -ex quit --args unity-system-compositor --debug-without-dm &> ~/usc-gdb.log
sudo /system/bin/logcat -d &> ~/usc-logcat.log
Then, after rebooting, and starting lightdm with sudo service lightdm start
,checked the logs and here is the content
usc-gdb.log:
sudo: gdb: command not found
usc.log:
https://paste.ubuntu.com/p/csrhGSrkSY/
usc-logcat.log :
CANNOT LINK EXECUTABLE "/system/bin/logcat": "/android/system/lib/liblog.so" is 32-bit instead of 64-bit
The last one is kinda worrying i used the rootfs mentionned in your documentation
I'm not sure where to llok next