Bug 379023 - Feature request: Select ringtone for "find my phone" function
Summary: Feature request: Select ringtone for "find my phone" function
Status: RESOLVED FIXED
Alias: None
Product: kdeconnect
Classification: Applications
Component: android-application (show other bugs)
Version: unspecified
Platform: Other Android 6.x
: NOR wishlist
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-21 03:29 UTC by GizmoChicken
Modified: 2018-02-22 09:37 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description GizmoChicken 2017-04-21 03:29:15 UTC
Currently, when using the "find my phone" function, the phone rings using the standard (non-group) ringtone.

If possible, I'd like to be able to assign a specific ringtone for use with the "find my phone" function (and for use with any other function that is currently set to use the standard (non-group) ringtone).

Use case:  Because I get so many spam calls, I often set my standard (non-group) ringtone to "silent" and assign different (audible) ringtone to my "contacts" group.  This way, my phone only rings when a white-listed contact calls me.  At least here in the US, spam calls have become so rampant that many of us now use this approach.  But of course, with this setup, because it currently rings a "silent" ringtone, the "find my phone" function isn't terribly useful.  So being able to select a custom ringtone for use with the "find my phone" function would be very helpful.
Comment 1 Nicolas Fella 2018-02-05 21:42:19 UTC
https://phabricator.kde.org/D10332
Comment 2 Nicolas Fella 2018-02-22 08:39:56 UTC
Git commit 4d5d7449200a240ebc05aa71a60e7f53f03bde7b by Nicolas Fella.
Committed on 21/02/2018 at 23:50.
Pushed by nicolasfella into branch 'master'.

Allow choosing a ringtone for FindMyPhone

Summary:

Let users choose a ring tone in the settings.

Test Plan: Open settings, choose a ringtone, search for device.

Reviewers: #kde_connect, albertvaka

Reviewed By: #kde_connect, albertvaka

Subscribers: mtijink, andyholmes, albertvaka, apol, #kde_connect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D10332

M  +1    -0    res/values/strings.xml
A  +10   -0    res/xml/findmyphoneplugin_preferences.xml
M  +24   -5    src/org/kde/kdeconnect/Plugins/FindMyPhonePlugin/FindMyPhoneActivity.java
M  +27   -7    src/org/kde/kdeconnect/Plugins/FindMyPhonePlugin/FindMyPhonePlugin.java

https://commits.kde.org/kdeconnect-android/4d5d7449200a240ebc05aa71a60e7f53f03bde7b
Comment 3 GizmoChicken 2018-02-22 09:37:53 UTC
Awesome. Thanks so much!