[ROM][05/20][11.0] Yet another AOSP project [OP7T][STABLE]

Search This thread

ART

Senior Member
Nov 3, 2016
256
43
OnePlus 9 Pro
Is there a way to enable connecting my phone with my pc?

Usb file transfer is enabled but the phone is just not getting recognised by my pc whereas on OOS 10 it was.

Is there a setting I need to enable in YAAP?
Screenshot_20210515-132609_Settings~2.png
 
Last edited:

ART

Senior Member
Nov 3, 2016
256
43
OnePlus 9 Pro
What are you trying to do? Use ADB? Have you enabled USB debugging in Developer settings?
Yes I've enabled it, I am just not able to get my pc to recognize the phone for transferring files to it. I've got no issues when on A10, and this is something I've noticed on other A11 roms as well so it's probably not anything specific with yaap.
 

ART

Senior Member
Nov 3, 2016
256
43
OnePlus 9 Pro
What are you trying to do? Use ADB? Have you enabled USB debugging in Developer settings?
Yes I've enabled it, I am just not able to get my pc to recognize the phone for transferring files to it. I've got no issues when on A10, and this is something I've noticed on other A11 roms as well so it's probably not anything specific with yaap.
 

invisiblepugs

New member
Mar 23, 2018
4
0
Hi, I'd like to report some bugs and minor issues. First of all, widgets sometimes unload and there is a black box that then turns into the widget on the home screen.
When YouTube PiP is open, the default dark theme shifts between darker and lighter hues in the settings menu.
When the phone is turned on using double tap, the startup animation is much smoother than using the power button.
 

josdehaes

Senior Member
Oct 25, 2009
542
114
Since 2 updates ago, Android Auto has stopped working and also bluetooth has crashed a few times...

anyone else seeing this or just me?
Several people reported that on telegram. Me included but nothing seems to happen. Tried PE but too buggy at that time. Lineage also has same problem. Had to go back to oos as I need auto to work.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 12
    1607597427911.png
    YAAP is a project founded by Adhitya Mohan (@poad42) and Ido Ben-Hur (@idoybh) with the goal of staying close to AOSP in design goals, offer a clean interface, do as much as original development as possible and avoid becoming a kitchen sink and cherry picked mess.

    Bug reporting:
    • DO NOT Report bugs if you're running a custom kernel or you installed Xposed
    • Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
    • If it is a random reboot, grab dmesg . (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
    • If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
    • Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues.

    Downloads

    Hotdogb (OP7T): Download Link | Google Drive Mirror | SHA256SUM

    Follow us on Telegram for updates and faster(?) responses
    Chat
    Updates

    How to flash using fastbootd:-
    • Dump the ROM zipfile through payload_dumper
    • Code:
      fastboot flash recovery recovery.img
      Connect your device to a computer and execute:
      Code:
      fastboot reboot fastboot
    • Check this by using the command
      Code:
      fastboot getvar is-userspace
    • Flash each partition (be sure to open the terminal window in the folder you extracted the payload):
      Code:
      fastboot flash boot boot.img
      fastboot flash dtbo dtbo.img
      fastboot flash odm odm.img
      fastboot flash product product.img
      fastboot flash system system.img
      fastboot flash system_ext system_ext.img
      fastboot flash vbmeta vbmeta.img
      fastboot flash vbmeta_system vbmeta_system.img
      fastboot flash vendor vendor.img
    • Reboot to system

    ROM OS Version: Android 11

    XDA:DevDB Information
    Yet Another AOSP Project, ROM for the OnePlus 7T

    Contributors
    OmkarTheAndroid, idoybh, poad42
    Source Code: https://github.com/yaap

    ROM OS Version: Android 11
    ROM Kernel: Linux 4.14.x
    ROM Firmware : OOS 11 Global Stable
    Based On: AOSP

    Version Information
    Status:
    Stable

    Created 2020-10-14
    Last Updated 2021-05-20
    5
    Huge update this week, check second post for changelog

    NOTE: You must clean flash and format data/internal storage to f2fs.
    Custom kernels will need to explicitly support YAAP for new userdata changes.

    Verizon and other sub mvnos should work now

    Steps to go enable Widevine L1 on custom ROMs :-
    • Flash OOS 11 stable or any build from OB3 and above
    • Flash magisk and enable magisk hide
    • Reboot
    • Verify if you have L1 working using app like drm info
    • Flash custom ROM and you should have L1 there as well

    Note: you only need to do this once
    5
    New build is up with May SPL merged, updated display modes, fixed off-screen hotword and other fixes all around
    5
    New build is up fixing almost everything that was wrong with previous release, although there won't be any OTA for today's release as we are switching back to standard A/B.
    Dump latest build, flash recovery from it, then use fastbootd or adb sideload either is fine
    5
    New build is up with old haptic stack and fixed nfc wakelock and other general improvements. Read Changelog for more info.