aosp_build icon indicating copy to clipboard operation
aosp_build copied to clipboard

Android 11 Nano/Pico Build ends in bootloop (LineageOS 18.1 | OnePlus 3T)

Open Win8Error opened this issue 3 years ago • 2 comments

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 - ... :(

Win8Error avatar Jun 27 '21 23:06 Win8Error

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.

AafaaqAli avatar Dec 17 '21 21:12 AafaaqAli

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 

AafaaqAli avatar Dec 18 '21 20:12 AafaaqAli