INFO Face-Off is currently in beta. Feedback and bug reports are welcome.

Tools

Install bundles with ADB in minutes.

Use this checklist when helping new users sideload watch faces from Face-Off Studio.

Prerequisites

Download platform tools from Google, enable developer mode on the watch, and verify the USB/over-Wi-Fi connection.

  1. Enable Developer Options on the watch (Settings → About → tap Build number 7x).
  2. Turn on ADB debugging and, if supported, Wi-Fi debugging.
  3. Install Android Platform Tools on your computer.
  4. Connect the watch via USB or pair it over Wi-Fi (`adb pair host:port`).

Install command

Use this when reviewing submissions inside the `/studio` queue.

adb install-multiple faceoff-watchface-base.apk faceoff-watchface-res.apk

For WearOS bundles exported from Watch Face Studio, unzip the archive and drag the APK(s) into the command above.

Need to automate? Create a `.bat` file that runs `adb connect ` followed by the install command, then share it with testers.