2025-12-08 19:15:48 +00:00
|
|
|
# nightd
|
2025-12-08 19:11:53 +00:00
|
|
|
|
2025-12-08 19:15:48 +00:00
|
|
|
screen dimmer for android tv. keeps media playing while the screen goes dark.
|
2025-12-08 19:11:53 +00:00
|
|
|
|
2025-12-08 19:15:48 +00:00
|
|
|
## download
|
2025-12-08 19:11:53 +00:00
|
|
|
|
2025-12-08 19:15:48 +00:00
|
|
|
[nightd.apk](https://github.com/sudoxnym/nightd/releases/latest)
|
2025-12-08 19:11:53 +00:00
|
|
|
|
2025-12-08 19:15:48 +00:00
|
|
|
## install
|
2025-12-08 19:11:53 +00:00
|
|
|
|
|
|
|
|
```bash
|
2025-12-08 19:15:48 +00:00
|
|
|
adb install nightd.apk
|
2025-12-08 19:11:53 +00:00
|
|
|
```
|
|
|
|
|
|
2025-12-08 19:15:48 +00:00
|
|
|
grant "display over other apps" permission when prompted.
|
2025-12-08 19:11:53 +00:00
|
|
|
|
2025-12-08 19:15:48 +00:00
|
|
|
## usage
|
2025-12-08 19:11:53 +00:00
|
|
|
|
2025-12-08 19:15:48 +00:00
|
|
|
use [key mapper](https://github.com/keymapperorg/KeyMapper) to bind to a remote button.
|
2025-12-08 19:11:53 +00:00
|
|
|
|
2025-12-08 19:15:48 +00:00
|
|
|
set up an **activity** intent:
|
|
|
|
|
- **action:** `com.sudoxnym.nightd.TOGGLE`
|
|
|
|
|
- **package:** `com.sudoxnym.nightd`
|
|
|
|
|
- **class:** `com.sudoxnym.nightd.ToggleActivity`
|
2025-12-08 19:11:53 +00:00
|
|
|
|
2025-12-08 19:15:48 +00:00
|
|
|
other actions: `OFF`, `DIM`, `BLACK`
|
2025-12-08 19:11:53 +00:00
|
|
|
|
|
|
|
|
## license
|
|
|
|
|
|
2025-12-08 19:15:48 +00:00
|
|
|
MIT
|