aosp_build
aosp_build copied to clipboard
Android 11 Nano/Pico Build ends in bootloop (LineageOS 18.1 | OnePlus 3T)
dmesg.txt If i try include pico gapps or nano gapps in a self build rom then the rom builds fine but the device (a OnePlus 3T in my case) fails to start and ends in a continuously bootloop.
Build for Android 10 and 9 on the other hands boots fine.
Is something that i must change for Android 11?
Edit: Sadly i can't provide a logcat because adb logcat
hangs at - waiting for device -
... :(
The same is happening to me but starts and when I try to set up it gets rebooted and asks for a factory reset from recovery.
Just Resolved the issue, in my case I only needed g-services for maps so I compiled pico variant and added below line
GAPPS_EXCLUDED_PACKAGES += \
DialerFramework \
GearheadStub \
CalSync \
GoogleTTS
To resolve just the error just add the below line to your device.mk file
GAPPS_EXCLUDED_PACKAGES := DialerFramework