0

I have a watchface built for a medical app , it vibrates the watch for certain alarms based on data received from the server . I would like to be able to trigger phone ringer (for alarms) without a companion android app . Is there any possibility to get around with it ?

rajatgupta431
  • 121
  • 1
  • 2
  • 10

1 Answers1

1

The only way to interact with the phone from the watch (beyond the basics like fetching data from the web and getting location) is to use a companion app for the phone.

matthewtole
  • 3,207
  • 22
  • 19
  • I am not an android programmer , but I have a way with phonegap/cordova. I found this plugin https://github.com/jbeuckm/cordova-plugin-pebble , do you think this can help to make a companion app which receives messages from pebble app and then trigger android ringer using cordova ? – rajatgupta431 Feb 25 '15 at 03:23