Voiced and lighted alert for lost devices

UK
Ugur Kosa
British American Tobacco (Turkey)

Hi Everyone,

We are using android devices in warehouse, and vehicle. They can lost between units sometimes. Therefore, we need to a script for these devices. We can use this script when a device disappears. There is a light on device. We want to turn on light and voiced alert same time by script. Thus, the device will be easily noticeable. Do you have any knowledge about this kind things? Could you please help me?

Regards

2 years ago
Android
ANSWERS
ZC
Zafer Cigdem
2 years ago

Hi Ugur,

Which device make/model is this? I'm not sure about the light, but you can send a script to device for voice alert by sending out a legacy script as below: If you want to increase the time you can use more than 10 seconds on below.


ring_device 90 10 1

 


 

Details: 

Script Commands for Android Enterprise: Managed Devices (soti.net)

 

ring_device [volume] [time] [isVibrate]

volume sets the volume the device rings at. It must be a value between 25-100.

time sets the length of time the device rings for.

isVibrate toggles whether the device vibrates as well. Accepted values:

  • 0 - No vibration
  • 1 - Vibrate

I hope it helps. Thank you

Zafer