9

Is there a solution for supporting "find my phone" from either Amazon Alexa or Google Assistant, using the native Android Device Manager? Or does Google even provide a web services API that could be used to develop this?

My Google Home does not (yet) support this, which is a bit surprising, given the integrated Google ecosystem: "Sorry, locate device is not yet supported."

Alexa depends upon a 3rd-party integration, with TrackR and IFTTT seeming to be the most popular ones. TrackR requires an additional app - and initial experience shows it to be a battery hog. The only IFTTT applets I've found rely on calling the phone, which won't help much if it is on silent.

Using the native Android Device Manager support would seem to be the most ideal here - as it wouldn't require any additional software, and can ring the device even if it's set to silent or vibrate.

ziesemer
  • 193
  • 5

1 Answers1

4

Although it's not ideal, you could use two IFTTT recipes to allow you to call your phone: one to set the ringtone volume to maximum, and one to actually call the phone. It's a little more involved than I'd like, but since IFTTT offers no chaining of actions, it's the best you'll get.

Recipe 1: If Amazon Alexa > Say a specific phrase Then Android Device > Set ringtone volume.

You could set the specific phrase to "set my phone volume to maximum", so you simply have to announce "Alexa, set my phone volume to maximum" when you want to do that. Of course, for the Google Home, replace the Alexa trigger with the Google Home trigger.

Recipe 2: If Amazon Alexa > Say a specific phrase Then Phone Call > Call my phone.

As you'd expect, this will call your phone, hopefully making quite a loud noise now the volume is set to maximum. IFTTT only support US phone numbers at the minute though; if you're in another country, you may have to use a different method (maybe a notification or email).

Aurora0001
  • 18,520
  • 13
  • 55
  • 169