termux / termux/termux-api

termux-notification does not vibrate

Open
#730 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.