Tactile Clock

Vibrates the current time after double press of device power button
AppID:de.eric_scheibler.tactileclock
Author:Eric Scheibler
License:GPL-3.0-only
Donation:
InRepoSince:2023-03-04
LastRepoUpdate:2024-03-26
LastAppUpdate:2024-03-25
LastVersion:2.2.0
Categories:Time
APK source:Github
Google Play:Check if it's there
icon

Tactile Clock vibrates the current time when the display is locked and the power button is pressed twice in a row with a delay between 50 and 1500 milliseconds. If the double click is performed accidentally while the display is still active, the app warns with a long, persistent vibration. The background process is started automatically after booting is finished.

Basically there exist two different vibration pattern: A short vibration stands for the digit 1 and a long one for the digit 5. So the 2 is represented by two consecutive short vibrations, the 6 by a long and a short one and so on. The 0 constitutes an exception with two long vibrations.

Examples:

Explanation:

The time is processed digit by digit. s = short, l = long. A leading zero at the hour field is omitted. To simplify the recognition of the vibration pattern, there exist three kind of gabs with different durations, marked by the number of dots in the examples above. A single dot stands for the pause between two vibrations, two dots symbolize the separation of two digits within the hour and minute field and three dots split hours and minutes.

Download Website Source Issues
01.jpg 02.jpg
While you can download the APKs here directly, you should preferably use an F-Droid client so the app stays up-to-date on your device. Some clients have this repo enabled by default, e.g. Neo Store or, of course, the IzzyOnDroid client by Sunil. With others (like the official client) you'll have to add this repo manually (see the hint on top of the package list for how to do that).

Packages

Version 2.2.0 (2024-03-26)

Android Versions:
  • Target: 14.0
  • MinVer: 4.1
Signing Blocks help icon
Malware-Check:Passed help icon
46 Libraries detected: help icon

Download (5.4 M)

Version 2.1.0 (2023-03-04)