From: Chih-Wei Huang Date: Sun, 17 Jun 2018 22:20:46 +0000 (+0800) Subject: Avoid Bluetooth service crashing on VMware X-Git-Tag: android-x86-8.1-r1~23 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fdevice-generic-common.git;a=commitdiff_plain;h=baa0883267cd1646c30d8fc97cdc52d74e881916;hp=48cdec07e5f87ed7f80ec3810c497d76b8d4be40 Avoid Bluetooth service crashing on VMware --- diff --git a/init.sh b/init.sh index a59ac18..8b2e366 100644 --- a/init.sh +++ b/init.sh @@ -417,6 +417,9 @@ function do_bootcomplete() setkeycodes 0x66 172 setkeycodes 0x6b 127 ;; + VMware*) + pm disable com.android.bluetooth + ;; *) ;; esac