Skip to content

Commit

Permalink
fix: Partially revert treble: Override media volume steps to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
ponces committed Oct 12, 2023
1 parent 782413d commit 8b4d934
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
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 -
Expand Down
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

---
Expand Down
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 +-
Expand Down
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

0 comments on commit 8b4d934

Please sign in to comment.