Seva-coder / Finder

Application for remote phone search
GNU General Public License v3.0
115 stars 23 forks source link

Feature request : sending a SMS to make the phone ring #35

Closed tarbib closed 4 years ago

tarbib commented 4 years ago

Hello,

My phone is usually on silent mode and it happens that I have to look for it. I was wondering if it could be feasible to request the phone to ring bypassing the silent/vibrate mode?

Cheers

Seva-coder commented 4 years ago

Hello!

amazing coincidence! Right now I'm developing this function) It will also work on an incoming message - disables silent mode and turns on the default call (possibly turning the volume to ~ 90%). It is planned to stop ringing by clicking on a notification

tarbib commented 4 years ago

Incredible ! Please let me know if you need a beta tester !

Seva-coder commented 4 years ago

release of v2.3 created, tested on api 17, 23 - works fine. Now app can enable sound (if it muted) and play default ringtone. User can stop playing clicking on notification, or ringtone stops automatically, by timer (playing time also can be changed in settings). Now fdroid will build it, sometimes it take some days... If you find bug - report) I will try to fix it

tarbib commented 4 years ago

Awesome @Seva-coder ! Can't wait to have it on F-droid and test it :)

Seva-coder commented 4 years ago

@tarbib , seems like f-droid have some problems with update - all apps in "recent builds" have note in log - "could not bring up vm 'builder_default'". They know about this bug, but it yet not fixed. List is here I can send you my .apk, but it singned by my key (not f-droid), so it can't "update" old version, installed from f-droid. Old should be uninstalled, then installed 2.3

Seva-coder commented 4 years ago

f-droid compiled our app - at soon updated version will be available in store

tarbib commented 4 years ago

@Seva-coder good news! I'll check later again if I get the update on f-droid.

Seva-coder commented 4 years ago

They said, that updates in their official app usually faster then website, so new version may be already available via their app (I cant check because Finder is installed on my phone, and f-droid app dont show real current version. I will check it on emulator, but only in the evening).

6 июля 2020 г. 10:07:55 GMT+03:00, tarbib notifications@github.com пишет:

@Seva-coder good news! I'll check later again if I get the update on f-droid.

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/Seva-coder/Finder/issues/35#issuecomment-654055533

Seva-coder commented 4 years ago

this moment has come - latest version (2.3) of Finder is available on f-droid! (on both website and client) it happened after short dialog on their gitlab :) If you will test new functionality, please, feedback how it works/not works

tarbib commented 4 years ago

I updated :+1: First try, I noticed that the app autostart was disabled, so I did not have any reactions when sending the ringing command. Second try, I enabled back autostart, kept the app open, when I sent the command it displayed a notification from finder but it did not ring (I was in silent mode for testing purpose). Phone : Xiaomi Redmi 6

Seva-coder commented 4 years ago

OK, the problem may be in "change don't disturb" permission - try to change ring command in app settings (then you can set old value, this is for triggering change event in app), app will open system permissions window to allow user enable this mode. Enable checbox, and after this ringing should work... Thanks for testing! I will try to change settings logic, to make it more clear for user

8 июля 2020 г. 9:20:15 GMT+03:00, tarbib notifications@github.com пишет:

I updated :+1: First try, I noticed that the app autostart was disabled, so I did not have any reactions when sending the ringing command. Second try, I enabled back autostart, kept the app open, when I sent the command it displayed a notification from finder but it did not ring (I was in silent mode for testing purpose). Phone : Xiaomi Redmi 6

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/Seva-coder/Finder/issues/35#issuecomment-655312451

tarbib commented 4 years ago

@Seva-coder it worked by giving the do not disturb permission!! Thank you !!

Seva-coder commented 4 years ago

thank you too! in next v2.4 I will add "don't disturb permission" check to main activity, and it will check this permission in case of enabled "respond to request" checkbox