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:
parent
88003acb57
commit
06badf2f7b
@ -686,3 +686,4 @@ if getprop ro.vendor.build.fingerprint |grep -qiE \
|
|||||||
-e razer/cheryl ; then
|
-e razer/cheryl ; then
|
||||||
setprop media.settings.xml "/vendor/etc/media_profiles_vendor.xml"
|
setprop media.settings.xml "/vendor/etc/media_profiles_vendor.xml"
|
||||||
fi
|
fi
|
||||||
|
resetprop service.adb.root 0
|
||||||
|
Loading…
Reference in New Issue
Block a user