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
Locatemydevice version 1.0.4
Android version 12
Device model -Moto g
Description of issue - activation_command password ring does not make the device ring with sound if its on vibration mode or silent mode. It will only show a big message box with 'ring' written in it. It won't even vibrate if the device is locked in vibration mode.
I am not sure if this a bug or not or what permissions the app must be requesting. I have granted all the permission the app has seemed to ask. Expected behaviour - Using the option 'ring' should make the device ring (with sound) even if device is in "Do not disturb mode" or vibration mode.
The text was updated successfully, but these errors were encountered:
I think one way to work around this (I think my alarm app works this way) is to disable vibrate/silent/do not disturb, set volume to full, and then ring. Then re-enable when the stop button is pressed.
Unsure how the Android APIs work, but you could possibly also emit this sound as an alarm rather than an app sound. That would bypass most do not disturb settings
Locatemydevice version 1.0.4
Android version 12
Device model -Moto g
Description of issue -
activation_command password ring
does not make the device ring with sound if its on vibration mode or silent mode. It will only show a big message box with 'ring' written in it. It won't even vibrate if the device is locked in vibration mode.I am not sure if this a bug or not or what permissions the app must be requesting. I have granted all the permission the app has seemed to ask.
Expected behaviour - Using the option 'ring' should make the device ring (with sound) even if device is in "Do not disturb mode" or vibration mode.
The text was updated successfully, but these errors were encountered: