LG V20 T-Mobile Port
-
I start porting Halium for device LG V20 h918
System boot, have ssh connection but when try to run logcat , i have this errorhablet@ubuntu-phablet:~$ /system/bin/logcat CANNOT LINK EXECUTABLE "/system/bin/logcat": "/android/system/lib/liblog.so" is 32-bit instead of 64-bit
This error got it with 32bits rootfs ,
With 64bits rootfs no ssh and telnet -
No one responded, so I figured I'd shine some light here. @walidham, Your port is built for armhf. You need to build for arm64 on the V20, we're not ARMv7, we're ARMv8.
So when building, you'd likely use ARCH=aarch64 instead of ARCH=armhf, if you made the device tree yourself, you may have other things that need done in the kernel's configuration.