Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Win8Error opened this issue Jun 27, 2021 · 2 comments
Open

Comments

@Win8Error
Copy link

Win8Error commented Jun 27, 2021

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

@AafaaqAli
Copy link

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
Copy link

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 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants