Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LineageOS/android_frameworks_base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: lineage-21.0
Choose a base ref
...
head repository: h2o64/android_frameworks_base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lineage-21.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 14 files changed
  • 5 contributors

Commits on Feb 9, 2025

  1. base: Add mock oplus LinearmotorVibratorService

    * To get haptic feedback in OnePlus / Oplus Camera.
    
    Signed-off-by: cjh1249131356 <cjh1249131356@gmail.com>
    [@neobuddy89: Remove unnecessary bits.]
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    cjh1249131356 authored and h2o64 committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    467cbd1 View commit details
    Browse the repository at this point in the history
  2. base: Add overlay to mock oplus LinearmotorVibratorService

    Change-Id: I3837ef59eefb1177821a776d91a4643ebb3792b1
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and h2o64 committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    ffbc1ed View commit details
    Browse the repository at this point in the history
  3. base: Update mock LinearmotorVibratorService

    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and h2o64 committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    d445468 View commit details
    Browse the repository at this point in the history
  4. Select the proper request list size

    Determine the request list size for high speed session based on
    the maxBatch size for that high speed stream configuration.
    
    CRs-Fixed: 2300725
    Bug: 113450772
    Change-Id: I3ae107596c6dd3362d7c375cf771d7d843d65745
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    Signed-off-by: DennySPb <dennyspb@gmail.com>
    Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
    Guruprasad Gaonkar authored and h2o64 committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    4f78904 View commit details
    Browse the repository at this point in the history
  5. Disallow annoying OPlus camera notification

    * Do not allow OPlus camera to show "Camera is running" notification on closing camera
    * This is super annoying and there is no real way that I am aware of to suppress this
    
    Thanks to @cjh1249131356 for helping me figure out the necessary file
    
    Signed-off-by: SuperDroidBond <superdroidbond@yahoo.com>
    vjspranav authored and h2o64 committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    fa3dca4 View commit details
    Browse the repository at this point in the history
  6. Add some fwb stubs from Oplus

    This fixes Realme Link crash issue
    
    Realme link tries to use reflection api for some oplus methods.
    Normally the are not presents if it is not oppo phone. They catch exception and all work fine,
    but on oplus/realme phones with imported oplus fwk for camera this doesn't work because we have
    these methods in separate boot jar and got denial from system on these hidden api methods.
    So, just move this harmless crap to FWB and annotate it properly.
    
    Change-Id: I5ffecc9be52505371400b0b976c5f14e66bd853d
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    DennySPB authored and h2o64 committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    e33554f View commit details
    Browse the repository at this point in the history
Loading