Merge pull request #7 from Zanooda/android-8.1

Bluetooth fix for Kirin 65x
This commit is contained in:
Pierre-Hugues HUSSON 2018-04-24 14:28:10 +02:00 committed by GitHub
commit c2662ea37c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ while read version;do
done
mount -o bind /system/bin/adbd /sbin/adbd
if getprop ro.hardware |grep -q kirin970;then
if ( getprop ro.hardware | grep -q kirin970 ) || ( getprop ro.hardware | grep -q hi6250 );then
setprop persist.sys.bt_acl_bypass true
fi