-
• #2
I would also be interested in how I can make my bangle.js 2 vibrate until I accept a call
-
• #3
Different vibration pattern for incoming calls is not yet implemented but should be pretty straight forward:
- we need to duplicate the configurations for the notification vibration pattern into call vibration pattern configuration
- notifications from call-apps should be using that new vibration pattern.
- we need to duplicate the configurations for the notification vibration pattern into call vibration pattern configuration
-
• #4
I put together a MR for this: https://github.com/espruino/BangleApps/pĀull/2005
I have notifications for messages set to vibrate only once (not repeatedly). But it seems that this makes the watch treat the incoming call notification the same (single vibrate).
Do you have the same experience?
Is there a setting to make it possible to have incoming calls to keep vibrating until either the call is answered or cancelled?