33 lines
879 B
Diff
33 lines
879 B
Diff
From c87860bc80843e38d816e11d311120faa7c2fe7d Mon Sep 17 00:00:00 2001
|
|
From: harvey186 <harvey186@hotmail.com>
|
|
Date: Sat, 9 Nov 2024 13:28:59 +0100
|
|
Subject: [PATCH] 1003-A15-r5-rw-system
|
|
|
|
---
|
|
rw-system.sh | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/rw-system.sh b/rw-system.sh
|
|
index 7ea44f6..a7874d8 100644
|
|
--- a/rw-system.sh
|
|
+++ b/rw-system.sh
|
|
@@ -843,12 +843,12 @@ copyprop() {
|
|
resetprop_phh ro.boot.veritymode enforcing
|
|
resetprop_phh ro.boot.warranty_bit 0
|
|
resetprop_phh ro.warranty_bit 0
|
|
- resetprop_phh ro.debuggable 0
|
|
- resetprop_phh ro.secure 1
|
|
+ resetprop_phh ro.debuggable 1
|
|
+ resetprop_phh ro.secure 0
|
|
resetprop_phh ro.build.type user
|
|
resetprop_phh --delete ro.build.selinux
|
|
|
|
- resetprop_phh ro.adb.secure 1
|
|
+
|
|
|
|
for abi in "" 64;do
|
|
f=/vendor/lib$abi/libstagefright_foundation.so
|
|
--
|
|
2.34.1
|
|
|