Apps and alternatives

Reusing a TV for digital signage

· 2 min read

Illustration. Decorative: the diagrams in the text carry the detail.

An eight-year-old television can be a poor television and an excellent information panel. That is reuse of the good kind: zero hardware cost and a job that asks nothing of the software.

Where it works

What the television needs

Very little, which is why it works:

The preparation

1. Remove everything dispensable. Here the clean-up has a clear goal: that nothing appears over the content. Recommendation services and manufacturer notifications are the enemy.

2. Disable the screensaver.

adb shell settings put secure screensaver_enabled 0
adb shell settings put system screen_off_timeout 2147483647

3. Disable automatic app updates, so nothing changes unannounced in the middle of trading hours.

4. Set up automatic startup. Settings usually has a power-on-after-outage option.

The content

The most robust approach is a browser in kiosk mode pointing at a page you control. Change the page and the panel updates itself, with nobody touching the television.

For a single panel, any kiosk app from the Play Store will do. For several, a central management system earns its keep.

If it is many televisions

This is the hotel, care home, school and clinic scenario: twenty, fifty or three hundred televisions that work and are unusable as televisions.

There the job stops being a weekend and becomes a project, with a model inventory, a repeatable configuration and a maintenance plan. If that is you, get in touch: it is exactly the kind of installation the catalogue we are building is for.

Power

A television left on for twelve hours a day uses considerably more than a professional signage monitor. Worth scheduling an overnight shutdown, both for the bill and for the life of the panel.

Everything here applies to a device you own, and every removal is reversible. The limits of this project: What we do and do not do