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
This commit is contained in:
Pierre-Hugues Husson 2020-05-13 10:02:17 +02:00
parent 88003acb57
commit 06badf2f7b
1 changed files with 1 additions and 0 deletions

View File

@ -686,3 +686,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