An open API service indexing awesome lists of open source software.

https://github.com/vi/redscreen.apk

Trivial Android application that just shows bright red screen
https://github.com/vi/redscreen.apk

Last synced: 2 months ago
JSON representation

Trivial Android application that just shows bright red screen

Awesome Lists containing this project

README

          

Red screen
---

Just show entire red screen without any toolbars, with maximum brightness. Useful for signaling some emergency.

Features:

* Hiding everything else (immersive mode)
* Setting brightness to maximum
* Showing the application atop of lock screen (when activated from some gesture, etc.)
* Overridable colour (as intent parameter)
* Small apk size

You can trigger it from console with `am start -n org.vi_server.red_screen/org.vi_server.red_screen.RedScreenActivity` command. For overriding colour use parameter like `-e colour yellow`. Some other colours (blue, green, yellow, white) are also available as shortcuts (long press app icon). Apart from colour names, the intent parameter also accepts numeric values like `#fe00ee`.

Exit with "Back" button, not with "Home" (due to brightness wakelock).

See Github releases for pre-built `redscreen.apk` signed with a debugging key.

Implemented by Vitaly "_Vi" Shukela in 2015. License: MIT.