-
Notifications
You must be signed in to change notification settings - Fork 20
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
Vibration while turned off for Nothing phone #50
Comments
@qw123wh, @odmfl: it seems to me that one of you has a device with Android 14. @ojppe: Have you used other versions of this app, or is 2.4 the 1st? If so, can you tell me if you've seen this bug in other versions? |
I haven't encountered this issue on my A14 devices, it works fine for me |
Sorry, should have done initially. Nothing OS 2.5.5 (phone 1) |
@ojppe Quick question: does the "Activate vibrations" setting work on your device? I've provided an apk below to test if my workaround works. This workaround only concerns the timer. |
Thanks for looking into it. Vibration seems to works fine for calls, notifications and the google clock app. Altough in some apps (including this one) interface buttons don't vibrate. Which I don't mind. If you're sure it's a Nothing problem feel free to close this issue. |
@ojppe Like the other test, this modification only concerns the timer vibration.
As I'm not an expert, I prefer to leave this issue open in the hope that someone with the same device will be able to resolve it. |
Tested timer in latest debug but didn't work. |
Thank you for your feedback. |
@ojppe |
Yes. Still present in latest version and after reinstall. |
Thanks for your feedback. I'll take a look at it soon and give you a new version to test if I can find out where this bug specific to your device might be coming from. |
@ojppe Also, you should check the logs when you enable/disable vibrations on the extended alarm view; indeed, as indicated here, there is the possibility to see if the Can you test the apk attached below please? Finally, if this doesn't work, I will certainly have to adapt the Kotlin code of the "Fossify clock" app which seems to be like this: if (doVibrate && isOreoPlus()) {
val pattern = LongArray(2) { 500 }
vibrationHandler.postDelayed({
vibrator = getSystemService(Context.VIBRATOR_SERVICE) as Vibrator
vibrator?.vibrate(VibrationEffect.createWaveform(pattern, 0))
}, 500)
} Edit: Below, a version whose code is inspired by the "Fossify Clock" app. |
Both didn't work. |
I'm sorry but I really don't know what's wrong with your phone... 😢 |
Haha, no worries. "Nothing" is wrong with my phone. 😁 |
@ojppe |
Also didn't work |
I really don't understand... Finally, as I mentioned above, having a log file would have been great to check that settings are correctly called up when you select them. |
No haptic feedback enabled and no haptic related accessibility or developer setting. Maybe this will help: 04_12-15-08-09_938.log (tested on latest debug just before alarm fires) Let me know if you need something |
Alarm and timer vibrate even when vibration is turned off
Version 2.4
Android 14
The text was updated successfully, but these errors were encountered: