-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Partially revert
treble: Override media volume steps to 25
- Loading branch information
Showing
4 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
patches/personal/device_phh_treble/0001-Rework-securize-tweak.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 2975460eef8a8f76ca1598b68cbc23d1d0f67a2c Mon Sep 17 00:00:00 2001 | ||
From: Alberto Ponces <[email protected]> | ||
Date: Wed, 25 Dec 2019 12:34:05 +0200 | ||
Subject: [PATCH 1/3] Rework securize tweak | ||
Subject: [PATCH 1/4] Rework securize tweak | ||
|
||
--- | ||
base.mk | 1 - | ||
|
2 changes: 1 addition & 1 deletion
2
...ersonal/device_phh_treble/0002-fonts-Add-fonts-for-customization-and-set-Google-San.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From e92322790c9cc820e0f7985a85abf0ee375b8032 Mon Sep 17 00:00:00 2001 | ||
From: Alberto Ponces <[email protected]> | ||
Date: Wed, 22 Feb 2023 14:43:58 +0000 | ||
Subject: [PATCH 2/3] fonts: Add fonts for customization and set Google Sans as | ||
Subject: [PATCH 2/4] fonts: Add fonts for customization and set Google Sans as | ||
default font | ||
|
||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
patches/personal/device_phh_treble/0003-Import-vendor-gapps.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 35e411820e4af4b2695e0e492b447855b703c162 Mon Sep 17 00:00:00 2001 | ||
From: Alberto Ponces <[email protected]> | ||
Date: Tue, 21 Feb 2023 22:51:12 +0000 | ||
Subject: [PATCH 3/3] Import vendor/gapps | ||
Subject: [PATCH 3/4] Import vendor/gapps | ||
|
||
--- | ||
generate.sh | 2 +- | ||
|
26 changes: 26 additions & 0 deletions
26
...hes/personal/device_phh_treble/0004-Revert-treble-Override-media-volume-steps-to-25.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 3b0f0c247c6d7522af15869ca01f94c5b476b7fb Mon Sep 17 00:00:00 2001 | ||
From: Alberto Ponces <[email protected]> | ||
Date: Sat, 7 Oct 2023 21:41:53 +0000 | ||
Subject: [PATCH 4/4] Revert "treble: Override media volume steps to 25" | ||
|
||
This reverts commit a5d5328f43b8d05a67dda385c66d7952a107d0e4. | ||
--- | ||
rw-system.sh | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
diff --git a/rw-system.sh b/rw-system.sh | ||
index fcabb01..557ce81 100644 | ||
--- a/rw-system.sh | ||
+++ b/rw-system.sh | ||
@@ -1026,6 +1026,8 @@ fi | ||
|
||
if [ "$board" = lahaina ]; then | ||
setprop ro.netflix.bsp_rev Q875-32774-1 | ||
+ resetprop_phh ro.config.media_vol_steps 25 | ||
+ resetprop_phh ro.config.media_vol_default 15 | ||
fi | ||
|
||
if [ "$board" = universal8825 ];then | ||
-- | ||
2.34.1 | ||
|