Skip to content

torchbutton v1.1.0

Choose a tag to compare

@zazaulola zazaulola released this 06 Jun 05:15
· 8 commits to main since this release

First public release.

Long-press Power toggles the flashlight when the screen is off or locked.
When on + unlocked, long-press still opens the system power dialog.
Power+VolumeDown (screenshot) keeps working. Toggle the whole thing on/off
from the bundled Torch Button app or its Quick Settings tile.

Tested on Pixel 8 Pro / Android 16 (CP1A.260505.005) / Magisk 30.7.

Install

```sh
adb push torchbutton-v1.1.0.zip /data/local/tmp/torchbutton.zip
adb shell su -c 'magisk --install-module /data/local/tmp/torchbutton.zip'
adb reboot
```
Or Magisk app → ModulesInstall from storage.

See the wiki for build
instructions, configuration, and architecture notes.