Remove wrongly included debugging stuff
This commit is contained in:
parent
23baa924dc
commit
04ee9f055e
@ -672,10 +672,6 @@ if [ -f /system/phh/secure ];then
|
|||||||
setprop ctl.restart adbd
|
setprop ctl.restart adbd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
resetprop_phh ro.adb.secure 0
|
|
||||||
setprop ctl.restart adbd
|
|
||||||
|
|
||||||
|
|
||||||
for abi in "" 64;do
|
for abi in "" 64;do
|
||||||
f=/vendor/lib$abi/libstagefright_foundation.so
|
f=/vendor/lib$abi/libstagefright_foundation.so
|
||||||
if [ -f "$f" ];then
|
if [ -f "$f" ];then
|
||||||
@ -814,8 +810,6 @@ if getprop ro.vendor.build.fingerprint |grep -qiE \
|
|||||||
fi
|
fi
|
||||||
resetprop_phh service.adb.root 0
|
resetprop_phh service.adb.root 0
|
||||||
|
|
||||||
setprop persist.sys.usb.config mtp,adb
|
|
||||||
|
|
||||||
# This is for Samsung Galaxy devices with HBM FOD
|
# This is for Samsung Galaxy devices with HBM FOD
|
||||||
# On those devices, a magic Layer usageBits switches to "mask_brightness"
|
# On those devices, a magic Layer usageBits switches to "mask_brightness"
|
||||||
# But default is 255, so set it to max instead
|
# But default is 255, so set it to max instead
|
||||||
|
Loading…
Reference in New Issue
Block a user