From baa0883267cd1646c30d8fc97cdc52d74e881916 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Mon, 18 Jun 2018 06:20:46 +0800 Subject: [PATCH] Avoid Bluetooth service crashing on VMware --- init.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.11.0