TheLastProject / RaiseToAnswer

Simply hold your phone to your ear to answer an incoming call
https://play.google.com/store/apps/details?id=me.hackerchick.raisetoanswer
MIT License
74 stars 13 forks source link

vibration and beeping not working in fallback code #50

Closed Kyogre closed 3 years ago

Kyogre commented 3 years ago

In RaiseToAnswer app I have option "beep sound" disabled and option "vibration" enabled, but when I answering call these two options reverts opposite, so I hear only beeps instead of hearing vibration. But the app says that I still have "beep sound" disabled and "vibration" enabled.

TheLastProject commented 3 years ago

I can't see anything in the code that would explain this behaviour, sadly :(

Kyogre commented 3 years ago

I have root access. Maybe that will help us collect needed logs?

TheLastProject commented 3 years ago

The problem is more than I have no clue what kind of logs could possibly explain this better :(

Kyogre commented 3 years ago

logcat_06-18-2021_22-05-55.txt Here is logcat logs attached (it contains logs of two answers with Raisetoanswer). I see at least two "permission denial" types of messages in these logs. I suggest to compare my logs with normal device logs, maybe that will help to investigate my problem and maybe even other problems.

TheLastProject commented 3 years ago

I may have fixed this in 681adeb3d995539e2b44bf702dda008ce20c5f54 (if I did, I understood your issue wrongly and the options didn't "revert" they were just ignored for devices without magnetometer).

Please try release 3.6.2: https://github.com/TheLastProject/RaiseToAnswer/releases/tag/v3.6.2

Kyogre commented 3 years ago

Yeah, 3.6.2 did the job. Vibration now works fine. Thank you, you can close the issue.

TheLastProject commented 3 years ago

Thanks for confirming!