The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net
[done] Folder with Proximity alerts
Re: Folder with Proximity alerts
I got it. A vibration with Proximity alerts now has a short and long pulses?
And is there any option to disable vibration? (This is useful for a small battery capacity phones)
And is there any option to disable vibration? (This is useful for a small battery capacity phones)
Re: Folder with Proximity alerts
UPD
Short and long pulses work, it's great!
Short and long pulses work, it's great!
Re: Folder with Proximity alerts
I do not know, it is a bug or not, but whether or not they are checked in the recording track settings - sound notification with vibration is triggered when disconnected gps. (screenshot)
And yet, there is an option to turn off the vibration completely?
And yet, there is an option to turn off the vibration completely?
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Folder with Proximity alerts
Yes this is the wanted behavior.
It's different is the GPS loose the signal, or if the user turn off the GPS completely. In this case it's important to remind him that the application cannot make its job correctly anymore.
It's different is the GPS loose the signal, or if the user turn off the GPS completely. In this case it's important to remind him that the application cannot make its job correctly anymore.
Do you like AlpineQuest ? Leave a small comment on Google Play !
Re: Folder with Proximity alerts
Understand! Then everything is fine...
And turning off vibration like to be? Maybe there is some setting to turn off vibration user_settings.conf?
And turning off vibration like to be? Maybe there is some setting to turn off vibration user_settings.conf?
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Folder with Proximity alerts
Yes you can turn off vibration with this:
Code: Select all
agent.alerts.vibrate=0
Do you like AlpineQuest ? Leave a small comment on Google Play !
Re: Folder with Proximity alerts
Super! Thank you, maestro!!!
Re: Folder with Proximity alerts
Prompt please, the option "agent.alerts.vibrate = 0" does not negate the vibration when GPS is turned off, right?
When you turn off the GPS vibration can not be disabled?
When you turn off the GPS vibration can not be disabled?
Re: Folder with Proximity alerts
UPD.
Hello again!
Checked the option "agent.alerts.vibrate = 0", but it unfortunately does not work on Android 10
Vibration is not disabled
Hello again!
Checked the option "agent.alerts.vibrate = 0", but it unfortunately does not work on Android 10
Vibration is not disabled
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Folder with Proximity alerts
Hi again,
Yes there is a problem with this user settings.
There are few issues I need to correct anyway in this latest beta, so I'll make another one before the official release anyway. So I'll correct this.
Yes there is a problem with this user settings.
There are few issues I need to correct anyway in this latest beta, so I'll make another one before the official release anyway. So I'll correct this.
Do you like AlpineQuest ? Leave a small comment on Google Play !
Re: Folder with Proximity alerts
Hello again!
In version 241, on Android 10 off vibration works fine. Thank you very much!!!
This command to disable the vibration, use, right?
In version 241, on Android 10 off vibration works fine. Thank you very much!!!
This command to disable the vibration, use, right?
Code: Select all
agent.notifications.vibrate=0
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Folder with Proximity alerts
Absolutely! How did you find out??
Do you like AlpineQuest ? Leave a small comment on Google Play !
Re: Folder with Proximity alerts
I could not resist, and spied it in the source code...
I hope you do not mind. I'm sorry if that... But I really like to test your application!
I hope you do not mind. I'm sorry if that... But I really like to test your application!
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Folder with Proximity alerts
No problem
Do you like AlpineQuest ? Leave a small comment on Google Play !