You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app demonstrate how to use the read button of Zebra's equipped devices (HC25 for example) to wake up the screen and open an activity on top of the lock screen.
4
+
5
+
## How to install
6
+
7
+
First, go to the StageNow folder and process the two StageNow barcodes on the device.
8
+
9
+
EnableAllWakeUpSource : Will enable all buttons as wake up source to wake up the device when it is in sleep mode
10
+
11
+
Set_REAR_BUTTON_To_Default_Value : Will set the KeyMapping of the rear button to default value (Buton_L1 -> Keycode 102), so the accessibility service will be able to catch when it is pushed.
12
+
13
+
Install the application on the device.
14
+
15
+
Go to Settings -> Accessibility -> Dowloaded Apps -> AppOverLockScreenTest
16
+
17
+
Enable the application (do not enable the shortcut as we won't use it)
18
+
19
+
Now lock the screen with the power button, and push the rear button to wake up, the push the rear button to open the AppOverLockScreenTest MainActivity.
0 commit comments