Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to set volume of alarms/timers #51

Open
7 tasks done
qwrwed opened this issue Apr 1, 2024 · 3 comments
Open
7 tasks done

No way to set volume of alarms/timers #51

qwrwed opened this issue Apr 1, 2024 · 3 comments
Labels
device/software specific Issues that only happen on some devices or with some specific hardware/software enhancement New feature or request needs triage Issue is not yet ready for PR authors to take up

Comments

@qwrwed
Copy link

qwrwed commented Apr 1, 2024

Checklist

  • I can reproduce the bug with the latest version given here.
  • I made sure that there are no existing issues - open or closed - to which I could contribute my information.
  • I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
  • I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.

Affected app version

1.0.0

Affected Android/Custom ROM version

Android 14

Affected device model

Samsung Galaxy XCover6 Pro

How did you install the app?

F-Droid / IzzyOnDroid

Steps to reproduce the bug

  1. Go to device settings >Sounds and vibration > Volume.
  2. Set all volume sliders to 50%.
  3. Create a new timer to expire in 1 second.
    • When it runs, listen to the volume.
  4. Create a new alarm to run in 1 minute.
    • When it runs, listen to the volume.

  1. Tap the created timer and check for a volume option.
  2. Tap the created alarm and check for a volume option.
  3. Go to in-app settings and check for a volume option.
  4. Go to device settings >Sounds and vibration > Volume.
  5. Set all volume sliders to quiet (5%)
  6. Create a new timer to expire in 1 second.
    • When it runs, listen to the volume.
    • While it is playing, try changing the volume using the device's volume buttons.
  7. Create a new alarm to run in 1 minute.
    • When it runs, listen to the volume.
    • While it is playing, try changing the volume using the device's volume buttons.

Expected behavior

There is a way to change the volume of the alarm (the stock Samsung alarm app has this at the bottom of the sound picker screen)

Actual behavior

Steps 5 to 7 show no in-app settings for controlling volume. Steps 9 to 11 show no out-of-app settings for controlling volume, as none of the sliders have any effect on the alarm volume. The volume buttons also do not have any effect aside from turning off the alarm or timer.

Screenshots/Screen recordings

Click to expand: this app, Settings app. No alarm volume. Screenshot_20240401_124154_Clock Screenshot_20240401_125422_Settings
Click to expand: stock Samsung clock app. Alarm volume at bottom of sound picker. Screenshot_20240401_132339_Clock Screenshot_20240401_132351_Clock Screenshot_20240401_132412_Clock Screenshot_20240401_132421_Clock

Additional information

No response

@qwrwed qwrwed added bug Something is not working needs triage Issue is not yet ready for PR authors to take up labels Apr 1, 2024
@Aga-C Aga-C added device/software specific Issues that only happen on some devices or with some specific hardware/software enhancement New feature or request and removed bug Something is not working labels Apr 1, 2024
@Aga-C
Copy link
Member

Aga-C commented Apr 1, 2024

Most Androids let you set globally the alarm volume, and that's what the app relies on. I don't know why Samsung phones don't have it, but while there's no way to change the volume in Fossify Clock, you can try to use some external app for changing global alarm volume, e.g. https://f-droid.org/packages/com.punksta.apps.volumecontrol/.

@sosasees
Copy link

sosasees commented Nov 8, 2024

Samsung devices don't have the Alarm volume slider in system settings because they don't want to confuse users by having the Alarm volume slider in both the system settings and the clock app.

if someone turns down the Alarm volume slider in the system settings and later turns it up in the clock app, they could be confused about why they can't turn up the volume as much as they used to. it would not occur to everyone to check both the clock app and the system settings for an Alarm volume slider

@sosasees
Copy link

sosasees commented Nov 8, 2024

Fossify Clock could have an "use own alarm volume" checkbox that overrides Fossify Clock's use of the system alarm volume with its own volume setting, changeable with the slider below

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
device/software specific Issues that only happen on some devices or with some specific hardware/software enhancement New feature or request needs triage Issue is not yet ready for PR authors to take up
Projects
None yet
Development

No branches or pull requests

3 participants