From 7fd5c1e596c44aedcc16cd9aeb3fcc98cdf42b3a Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Wed, 13 May 2020 10:02:17 +0200 Subject: [PATCH] Unforce root adb On Samsung Galaxy A51, adb is forced as root by system in init.recovery...rc However adb doesn't work as root on Samsung devices, so unset this to have working adb --- rw-system.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rw-system.sh b/rw-system.sh index c2ea038..b6b312a 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -694,3 +694,4 @@ if getprop ro.vendor.build.fingerprint |grep -qiE \ -e razer/cheryl ; then setprop media.settings.xml "/vendor/etc/media_profiles_vendor.xml" fi +resetprop service.adb.root 0