[ROM][12.1][OnePlus 5/5T] AOSP for OnePlus 5 [07 JULY 2022]

Search This thread

patattenboer

New member
Nov 23, 2021
2
0
Hi,
Rom works great but I can't get the mobile data working. I do have an LTE connection but I don't get a data connection. I tried fidling with the apn settings but to no avail.
 

patattenboer

New member
Nov 23, 2021
2
0
Is your SIM in the SLOT 1 of the sim tray?
Yes, SIM2 should have data too, but I read here that doesn't work on this build, that's alright. SIM2 displays "no connection" in the internet settings. But SIM1 does display 4G, or 3G etc when I change the preferred network type. And I can enable VoLTE. But I get no ip adress and no internet connection.

EDIT: flashed the most recent version and it works perfectly now.
 
Last edited:

senpoos

Senior Member
Jul 12, 2011
185
28
Coimbatore
Yes, SIM2 should have data too, but I read here that doesn't work on this build, that's alright. SIM2 displays "no connection" in the internet settings. But SIM1 does display 4G, or 3G etc when I change the preferred network type. And I can enable VoLTE. But I get no ip adress and no internet connection.

EDIT: flashed the most recent version and it works perfectly now.
Does VOLTE work with this ROM, i am asking becasue i have 4G volte only SIM and tried other A12 ROMs without any success
 

robertogl

Senior Member
Sep 18, 2007
1,810
1,169
Italy
I will only include features available in AOSP. You can apply further customizations (like the Pixel launcher) flashing some zip or using Magisk :)
 
  • Like
Reactions: NaterTots

Top Liked Posts

  • There are no posts matching your filters.
  • 27
    AOSP for OnePlus 5/5T - Android 12
    Code:
    /*
    * Your warranty is now void.
    *
    * I am not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it!
    */

    Most of the information from here can be applied for this ROM.
    Introduction

    This projects aims to create an upgradable AOSP build system for the Oneplus 5 (Cheeseburger).
    No repository from AOSP is changed: no commit over AOSP is at the moment present on the sources for this ROM.

    All the changes are provided in separate repositories (HALs, kernel): this allows to upgrade Android with minimal effort, potentially also for future major versions.

    Most of the added repositories is provided by LineageOS or CAF, so thanks to them for those repos.

    Screenshots are attached.

    This ROM is based on the work on Android 11 from here: https://xdaforums.com/t/rom-11-0-on...-19-september-2021-locked-bootloader.4183691/

    As usual, only builds with enforcing SELinux, no root access and 'user Android build flavor' will be posted here.

    Known issues

    - None that I'm aware of.

    Changelog

    See second post.

    Download

    Releases can be found on AndroidFileHost.
    OnePlus 5 (Cheeseburger): https://androidfilehost.com/?w=files&flid=328726
    OnePlus 5T (Dumpling): https://androidfilehost.com/?w=files&flid=328820

    Installation

    Backup everything.
    The provided zip can be installed using the TWRP recovery: clear data while doing that.

    The ROM expects the firmware from OOS 10.0.1: different firmwares are not tested.

    The provided recovery allows only flashing signed images: use TWRP if you need to flash GApps or different packages.

    Sources

    Kernel on github: https://github.com/robertoglandroid/kernel_oneplus_msm8998
    ROM sources: https://github.com/roberto-sartori-gl/local_manifests/tree/a12/gl

    Telegram discussion group here!

    XDA:DevDB Information
    AOSP for OnePlus 5/5T, ROM for the OnePlus 5/5T

    Contributors
    robertogl

    Thank you to @T1mb3 and @Maitreya29!


    ROM OS Version: Android 12
    ROM Kernel: Linux 4.x

    Version Information
    Status:
    Beta

    Created 2021-10-05
    Last Updated 2022-07-07
    20
    New releases:
    cheesburger: aosp12_cheeseburger-ota-user-20211020-experimental.zip
    dumpling: aosp12_dumpling-ota-user-20211020-experimental.zip


    Changelog:
    • Add support for OnePlus 5T (Dumpling)
    • Fix data on SIM1 (SIM2 is not working for data in this release)
    • Enable switch for default mobile data between SIM1 and SIM2 directly in the Android Settings (removed tile: less code to mantain)
    • Grant permissions to Play Store (and some Google apps) automatically - allow to setup the device and restore a backup at first boot
    • Fix TWRP not booting after flashing Android 12
    • Now recovery is not updated/overwritten anymore (no need for the persist_twrp mod or anything - installed recovery is persisted)
    • Vibration and alarm icons are back in the status bar
    So, this is the first release with Dumpling support. You can find the updated download links in the first page.
    Expect issues in particular on Dumpling, as I don't own the device :)
    6
    New releases:
    cheesburger: aosp12_cheeseburger-ota-user-20220707.zip
    dumpling: aosp12_dumpling-ota-user-20220707.zip

    Changelog:
    • July 2022 Security patches (synced with AOSP android-12.1.0_r10)
    5
    Changelog

    [07/07/2022] aosp12_cheeseburger/dumpling-ota-user-20220707.zip
    • July2022 Security patches (synced with AOSP android-12.1.0_r10)

    [08/06/2022] aosp12_cheeseburger/dumpling-ota-user-20220608.zip
    • June 2022 Security patches (synced with AOSP android-12.1.0_r8)
    [21/05/2022] aosp12_cheeseburger/dumpling-ota-user-20220521.zip
    • Support f2fs formatted /cache partition
    • Synced with Lineage 19.1 sources
    • Minor fixes
    • Code cleanup
    [15/05/2022] aosp12_cheeseburger/dumpling-ota-user-20220515.zip
    • Add option to apply OTA updates from SettingsExtra
      • 4 files can be installed:
        • the ROM OTA - put the zip in /sdcard/update.zip
        • magisk - put the zip in /sdcard/magisk.zip
        • gapps - put the zip in /sdcard/gapps.zip
        • decryption zip - put the zip in /sdcard/decrypt.zip
      • The device will reboot automatically in recovery and apply the updates. Only TWRP can install magisk, gapps or the decryption zip.
    • Fix crash of the Settings app while configuring fingerprint or PIN lock (during the first setup, or from the Settings page)
    • Add possibility to enable location indicator in the Development Options
      • Location indicator is disabled for the Phone Services
    [03/05/2022] aosp12_cheeseburger/dumpling-ota-user-20220503.zip
    • May 2022 Security patches (synced with AOSP android-12.1.0_r5)
    • Fix issue with Led Manager (SettingsExtra)

    [04/04/2022] aosp12_cheeseburger/dumpling-ota-user-20220404.zip
    • April 2022 Security patches (synced with AOSP android-12.1.0_r4)
    • Fix slow unlock when fingerprint is used
    [13/03/2022] aosp12_dumpling-ota-user-20220313.zip
    • Fix Settings app crash when opening fingerprint settings
    [08/03/2022] aosp12_cheeseburger/dumpling-ota-user-20220308.zip
    • Android 12L
    • March 2022 Security patches (synced with AOSP android-12.1.0_r1)
    • Fix time and date not persisted after a reboot/factory reset
    • Fix vibration level setting on SettingsExtra
    [01/03/2022] aosp12_cheeseburger/dumpling-ota-user-20220301.zip
    • Sync with Lineage 19 source
    • Fix issue with sim2 (data works also on sim2 now)
    • Fix Pocket Mode
    • Fix 'issue' that was causing some apps to detect root without Magisk
    [08/02/2022] aosp12_cheeseburger/dumpling-ota-user-20220208.zip
    • February 2022 Security patches (synced with AOSP android-12.0.0_r29)
    • Fix Jio issues with VoLTE calls
    [04/01/2022] aosp12_cheeseburger/dumpling-ota-user-20220104.zip
    • January 2022 Security patches (synced with AOSP android-12.0.0_r26)
    • Fix alarms not working with default Clock app
    [07/12/2021] aosp12_cheeseburger/dumpling-ota-user-20211207-beta.zip
    • December Security patches (synced with AOSP android-12.0.0_r16)
    [02/11/2021] aosp12_cheeseburger/dumpling-ota-user-20211102-beta.zip
    • November Security patches (synced with AOSP android-12.0.0_r13)
    • Add separate wifi and cellular data quick settings tiles (as Android 11)
      • Unified Android 12 tile is still present
    [25/10/2021] aosp12_cheeseburger/dumpling-ota-user-20211025-beta.zip
    • Add f2fs support on /data partition
    [20/10/2021] aosp12_cheeseburger/dumpling-ota-user-20211020-experimental.zip
    • Add support for OnePlus 5T (Dumpling)
    • Fix data on SIM1 (SIM2 is not working for data in this release)
    • Enable switch for default mobile data between SIM1 and SIM2 directly in the Android Settings (removed tile: less code to mantain)
    • Grant permissions to Play Store (and some Google apps) automatically - allow to setup the device and restore a backup at first boot
    • Fix TWRP not booting after flashing Android 12
    • Now recovery is not updated/overwritten anymore (no need for the persist_twrp mod or anything - installed recovery is persisted)
    • Vibration and alarm icons are back in the status bar
    [09/10/2021] aosp12_cheeseburger-ota-user-20211009.zip
    • Fix encryption - Now File Based Encryption is enabled by default
    • Fix SIM1 sometimes not being recognized at boot
    • Fix an issue that caused Android to being stuck at boot sometimes (e.g. after flashing it the first time)
    • Add 'SIM Data Switch' tile to allow switching the default SIM used for mobile data
    [06/10/2021] aosp12_cheeseburger-ota-user-20211006-alpha.zip
    • First release: October 2021 Security Patch (synced with AOSP android-12.0.0_2)
    • Only known issue is encryption not working
    5
    New releases:
    cheesburger: aosp12_cheeseburger-ota-user-20220308.zip
    dumpling: aosp12_dumpling-ota-user-20220308.zip

    Changelog:
    • Android 12L
    • March 2022 Security patches (synced with AOSP android-12.1.0_r1)
    • Fix time and date not persisted after a reboot/factory reset
    • Fix vibration level setting on SettingsExtra