diff --git a/wlauto/devices/android/meizumx6/__init__.py b/wlauto/devices/android/meizumx6/__init__.py
new file mode 100644
index 00000000..090c2fb7
--- /dev/null
+++ b/wlauto/devices/android/meizumx6/__init__.py
@@ -0,0 +1,13 @@
+from wlauto import AndroidDevice
+
+
+class MeizuMX6(AndroidDevice):
+
+    name = 'meizumx6'
+
+    def is_rooted(self):
+        # "su" executable on a rooted Meizu MX6 is targeted
+        # specifically towards Android application and cannot
+        # be used to execute a command line shell. This makes it
+        # "broken" from WA prespective.
+        return False