Android 8 boot logo changes colors

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Android 8 boot logo changes colors

跳至解决方案
2,434 次查看
dcraw
Contributor II

We have a imx6dl product correctly displaying a custom kernel boot logo (logo linux_clut224.ppm) via LVDS on NXP Android 6.  However, on Android o8.0.0_1.0.0-ga release there is a slightly odd behavior.  The boot logo image initially displays fine, but right before the "android" boot animation begins the boot logo color palette changes for a brief moment (yellow colors change to blue for about a second).  But, then the android boot animation runs correctly and the android Launcher3 home screen then displays correctly.  It is just this odd transition between the kernel boot logo and the android boot animation.  Also, whenever the device wakes from sleep the odd (blue) boot logo flashes on the screen very quickly (1/2 second) before the lock screen appears.  it looks like perhaps the screen/overlay is not getting properly cleared between the kernel boot logo and the boot animation.

0 项奖励
回复
1 解答
2,050 次查看
dcraw
Contributor II

I must be related to how the different mxc:fbx devices are configured on the /proc/cmdline for our device.  I fixed the problem by commenting out this line in init.freescale.rc:

# deattch the fbcon as hdmi hotplug conflict with fbcon

# write /sys/class/vtconsole/vtcon1/bind 0

在原帖中查看解决方案

0 项奖励
回复
2 回复数
2,051 次查看
dcraw
Contributor II

I must be related to how the different mxc:fbx devices are configured on the /proc/cmdline for our device.  I fixed the problem by commenting out this line in init.freescale.rc:

# deattch the fbcon as hdmi hotplug conflict with fbcon

# write /sys/class/vtconsole/vtcon1/bind 0

0 项奖励
回复
2,050 次查看
diegoadrian
NXP Employee
NXP Employee

Hello,

Thank you for sharing your result.

Best Regards,

Diego.

0 项奖励
回复