Flash LineageOS

on a quick look i cant really see anything wrong

could you try again with selinux disabled/permissive? https://github.com/LineageOS/android_device_amlogic_g12-common/commit/e54c4e6e7526b98ef68b3350568c97e1e78e0ac6

if that doesnt work i will need to look into that when i have some more time

The boot loop is gone but the device doesn’t boot yet.

It stays on that animation and never finishes.

Alright, removing the $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk). made it boot.

I tried out of the blue and now the device booted, awesome! <3

progress, nice that it booted

and yea, should have catched that, we can only build 32bit roms for amlogic currently

Last question, I’m seeing a AndroidTV boot animation right after I turn the device on during a while before showing the Lineage loading animation.

Where is that and how can I customize it? Not related to the u-boot, right?

that comes from the logo partition, see https://github.com/LineageOS/android_device_amlogic_g12-common/tree/lineage-18.1/logo

1 Like

Thanks! I will try to replace it. You are the best!

1 Like

That’s funny, I replaced the bootup.bmp and built a new image.

The device is still booting with AndroidTV logo.

Not a big deal but would be awesome to replace it.


Nevermind, doing a rm -rf $OUT and rebuilding the image did the job, rendered incorrectly but I’m trying to figure what’s going on.

Is your lineageOS working as intended? I found out that h264 and hevc is not supported on the provided one. If you have an aml image which is working, then can you upload it for testing, I have the same version I think.