From f686b0cabb38fbeddda846c98e70d2b0054a7457 Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Fri, 15 Jan 2021 20:45:44 +0100 Subject: [PATCH] Add shell script to enable demo mode for e.g. creating screenshots [ci skip] --- demo-mode.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 demo-mode.sh diff --git a/demo-mode.sh b/demo-mode.sh new file mode 100755 index 00000000..9f70ba43 --- /dev/null +++ b/demo-mode.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +adb shell settings put global sysui_demo_allowed 1 + +adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm 1200 +adb shell am broadcast -a com.android.systemui.demo -e command network -e mobile show -e level 4 -e datatype false +adb shell am broadcast -a com.android.systemui.demo -e command notifications -e visible false +adb shell am broadcast -a com.android.systemui.demo -e command battery -e plugged false -e level 100