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

RMX1831: FP clearing after reboot fixup #221

Open
wants to merge 47 commits into
base: android-11.0
Choose a base branch
from

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    b8e1d18 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    64d8b7d View commit details
    Browse the repository at this point in the history
  2. Merge pull request phhusson#118 from Dinolek/android-9.0

    Add prop to disable incoming calls sed
    phhusson authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    eff02a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. latch_unsignaled on mt6771

    phhusson committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    d73bb66 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. Configuration menu
    Copy the full SHA
    40e7ecc View commit details
    Browse the repository at this point in the history
  2. Merge pull request phhusson#120 from kuba3351/patch-1

    [device] Added "ro.audio.ignore_effects true" for davinci
    phhusson authored Oct 5, 2019
    Configuration menu
    Copy the full SHA
    c325426 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    9212d15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request phhusson#121 from AndyCGYan/ppw

    Add privapp-permissions whitelist for PhhTrebleApp
    phhusson authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    5711a57 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Configuration menu
    Copy the full SHA
    954d215 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. fix sound for redmi note 8 (ginko)

    lead4good committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    b560c36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request phhusson#123 from lead4good/android-9.0

    fix sound for redmi note 8 (ginko)
    phhusson authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    214ee50 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. [daisy] revert camera in DnD fix

      * camera works fine in DnD mode without this fix in v204 and in v121 too
        not need this fix for daisy anymore
    
    	modified:   rw-system.sh
    Victor Bo committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    4bd3bbd View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    71eef45 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Merge pull request phhusson#127 from redmi8a/android-9.0

    Fix backlight on Redmi 8A (olivelite) [Pie]
    phhusson authored Nov 21, 2019
    Configuration menu
    Copy the full SHA
    7a6d88a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. Configuration menu
    Copy the full SHA
    dc8484b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    c0eb03e View commit details
    Browse the repository at this point in the history
  2. Merge pull request phhusson#128 from YaAlex3/android-9.0

    Fix backlight on Redmi 7A (pine) [Pie]
    phhusson authored Dec 2, 2019
    Configuration menu
    Copy the full SHA
    7329ffd View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Configuration menu
    Copy the full SHA
    39b0a00 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Configuration menu
    Copy the full SHA
    897f17c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a6837d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. fix: add sound support for xiaomi a3

    Frieder Paape committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    f41734e View commit details
    Browse the repository at this point in the history
  2. Merge pull request phhusson#131 from lead4good/android-9.0

    fix: add sound support for xiaomi a3
    phhusson authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    344ff91 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Merge pull request phhusson#125 from eremitein/android-9.0

    [daisy] revert camera in DnD fix
    phhusson authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    ba9d46f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. fix: mia3 brightness scale

    lead4good committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    21655a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request phhusson#136 from lead4good/android-9.0

    fix: mia3 brightness scale
    phhusson authored Dec 22, 2019
    Configuration menu
    Copy the full SHA
    e975ed9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Fix audio on Redmi Note 8T (willow)

    Signed-off-by: DarkJoker360 <[email protected]>
    DarkJoker360 committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    4700841 View commit details
    Browse the repository at this point in the history
  2. Merge pull request phhusson#142 from DarkJoker360/android-9.0

    Fix audio on Redmi Note 8T (willow)
    phhusson authored Jan 8, 2020
    Configuration menu
    Copy the full SHA
    656465a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Fix dualsim for some Huawei phones (phhusson#143)

    * Fix dualsim for some Huawei phones
    
    Huawei P20 Lite doesn't have /odm/phone.prop, we must use /vendor/phone.prop
    washinson authored and phhusson committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    73b2078 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Configuration menu
    Copy the full SHA
    06aaf84 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    0639e66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request phhusson#148 from XavierWrz/patch-1

    Add smoothness for Lenovo Moto E5 in Pie Builds
    phhusson authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    93bec7c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Enable latch_unsignaled on exynos devices

    ro.hardware=exynos* on some samsung devices
     eg. Samsung Galaxy M20
    SamarV-121 authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    f7eb2c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request phhusson#150 from SamarV-121/patch-1

    Enable latch_unsignaled on exynos devices
    phhusson authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    90d6401 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a67704f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Fix regexp

    jumper047 authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    c832c77 View commit details
    Browse the repository at this point in the history
  2. Properly delete superuser app

    Myst33d authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    6a7718a View commit details
    Browse the repository at this point in the history
  3. Merge pull request phhusson#153 from myst33d/android-9.0

    Properly delete superuser app
    phhusson authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    e60db73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e1cf08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3b3d20 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    jumper047 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    f29508b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Merge pull request phhusson#151 from jumper047/patch-1

    [Android 9][Begonia] Fix brightness and fingerprint on Redmi Note 8 Pro
    phhusson authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    ce67941 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    58dd996 View commit details
    Browse the repository at this point in the history
  2. Merge pull request phhusson#139 from cheah/fix-xiaomi-dt2w

    [Pie] [xiaomi] Use persist.sys.phh.xiaomi.dt2w prop to control DT2W
    phhusson authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    7e2b58b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    d5b3121 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    aca15ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request phhusson#185 from ponces/android-9.0

    Fix exynos grep command to apply setprop correctly
    phhusson authored May 14, 2020
    Configuration menu
    Copy the full SHA
    09e6efa View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    36e03dd View commit details
    Browse the repository at this point in the history