I have successfully compiled the halium-boot and system images for the device and am able to ssh to the phone. The problem is nothing shows up on the screen, just the manufacturer's logo. As described here, I checked for Android container and it seems running. Next, I read the section for getting more Mir Server logs but got stuck with Wifi. Turns out, wlan.ko isn't built for the device and I'm unable to connect to the wifi and try another debugging method. So, here I'm literally stalled in porting process. Kinda expected as this is the first time I'm porting. Links to my kernel, device tree and vendors blobs is as below:
kernel - https://github.com/thisisprateek/kernel_Coolpad_CP8676_I02
device tree - https://github.com/thisisprateek/android_vendor_coolpad_CP8676_I02
vendor-blobs - https://github.com/thisisprateek/android_vendor_coolpad_CP8676_I02
Thanks in advance.