-
Notifications
You must be signed in to change notification settings - Fork 145
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
Bug: App functionality affected on Huawei devices due to lack of GMS #503
Comments
Some devices from specific manufacturers need additional permissions, could you please recheck if that is what is causing this? I haven't seen too many of this and haven't been able to replicate it on my device. |
What device are you using?
I will research the problem. Maybe we will get to publish the app on Huawei App Gallery too. |
The app works fine on my OnePlus 7t Pro. But I've seen some Mi devices needing an extra permission to allow the alarm to ring. |
I've got an alarm that rings every day at 1911 hrs, and another that rings whenever I start the device -- both are not in the list of alarms, for me to deactivate or delete. SVID_20240311_191458_1.mp4
SVID_20240312_045808_1.mp4 |
@Detective-Khalifah Please create a new issue for the alarms ringing whenever phone restarts - this has been observed and is quite annoying. It has to do with the way we've setup the BroadcastReceiver on Android. On restart, we should either reschedule the alarms or turn it off depending on the scenario. Thanks for the comphrensive testing! I get your point with it being annoying to close, it was meant to be like that. But a persistent notification when the alarm is ringing, would actually be a good idea. You can make another issue for that as well. |
Sure. I also saw an unmerged issue last week on Timer not ringing. |
Description
Issue
I have noticed that the Ultimate Alarm Clock II app has several functionality issues on my Huawei nova Y70. These issues include:
How to recreate:
Expected Outcomes:
FAB
(in the 'Alarm'Bottom Navigation Bar
menu/screen should add a new, distinct alarm; this comes with it's peculiarities, such as disabling a user from setting an alarm with exact parameters as a previously set alarm.I suspect these issues might be due to the lack of
Google Mobile Services
(GMS) on Huawei devices, which could be causing compatibility problems. This issue affects not just the alarm feature, but the overall functionality of the app. I believe it's important to investigate this further to ensure the app works correctly on all devices, including those without GMS.Screenshots
SVID_20240307_145319_1.mp4
SVID_20240307_145121_1.mp4
SVID_20240307_145228_1.mp4
VID_20240307_151203.mp4
The text was updated successfully, but these errors were encountered: