termux-notification does not vibrate
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4.3k
- Forks
- 920
- PR merge metrics
- No merged PRs in 30d
Description
Steps to reproduce
termux-notification -t "Reminder" -c "Message" --vibrate 200,500,200 -> no vibration
termux-vibrate -d 200 -> does vibrate as expected
Expected behavior
vibrates according to the pattern "200,500,200"
Additional information
- termux-api application version: 0.50.1
- termux-api package version (installed through apt):
- Android OS version: 15 (GrapheneOS)
- Device model: Google Pixel 7 Pro
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with termux-notification using --vibrate 200,500,200, then compare its vibration handling with termux-vibrate -d 200. Trace the notification path in the Java Android app and verify that the requested pattern produces vibration on the reported environment. Done means the notification vibrates according to the supplied pattern.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100