SkillAgentSearch skills...

LtvLauncher

A minimal, open-source Android TV launcher featuring WiFi data usage widget, an inbuilt OLED friendly screensaver, and improved UX. A customized fork of FLauncher.

Install / Use

/learn @LeanBitLab/LtvLauncher

README

LTvLauncher

<picture> <source media="(prefers-color-scheme: dark)" srcset="assets/banner_dark.svg"> <source media="(prefers-color-scheme: light)" srcset="assets/banner_light.svg"> <img alt="LTvLauncher Banner" src="assets/banner_light.svg"> </picture>

Version Downloads Stars

LTvLauncher is a fork of FLauncher (originally by etienn01) - an open-source alternative launcher for Android TV.

This customized version introduces usability enhancements and some UX improvements by LeanBitLab.

<a href="https://github.com/LeanBitLab/LtvLauncher/releases/latest"> <img alt="Get it on GitHub" src="https://raw.githubusercontent.com/rubenpgrady/get-it-on-github/refs/heads/main/get-it-on-github.png" height="50"> </a> <a href="https://apt.izzysoft.de/fdroid/index/apk/com.leanbitlab.ltvL"> <img alt="Get it on IzzyOnDroid" src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" height="50"> </a>

Key Features & Enhancements

  • Data Usage Widget - Track daily Internet consumption directly from the status bar.
  • Inbuilt OLED Screensaver - Minimal screensaver with 30s clock position shifting to prevent burn-in.
  • Easy WiFi Access - Network indicator doubles as a shortcut to system WiFi settings.
  • Quick Presets - Select Time/Date formats and Category names from a list (No keyboard required).
  • Time-Based Wallpaper - Automatically switch between day and night backgrounds.
  • Pitch Black Wallpaper - Added a true black gradient background option.
  • Enhanced Focus Indicator - New double-border design ensures perfect visibility on any background.
  • Smart Navigation - Fixed "bounce back" issues and optimized focus traversal for a smoother experience.
  • Refined Settings - Reorganized menus with a new "Miscellaneous" section and unified focus styles.
  • Accent Color Support - Personalize the UI with multiple color presets.
  • Improved Sorting - Easily reorder categories using Left/Right arrow keys instead of finicky gestures.
  • Left Side Settings - Reorganized settings panel now opens on the left for better reach.
  • Brightness Scheduler (Experimental) - Automatically adjust system brightness based on time of day (Requires WRITE_SETTINGS permission via ADB).
  • New Category - Added "Favorites".
  • Custom Banner Support - Display and apply your own personalized custom banners.
  • Optimizations - Improved performance with aggressive icon caching and code cleanups.

[!WARNING] Brightness Scheduler is an experimental feature. It is currently untested across all devices and may be removed or modified in future versions based on user feedback.

Screenshots

<table> <tr> <td align="center">Home Screen</td> <td align="center">Settings 1</td> <td align="center">Settings 2</td> <td align="center">Settings 3</td> <td align="center">Screensaver</td> </tr> <tr> <td><img src="docs/images/screenshot_1.png" width="100%" alt="Home Screen"/></td> <td><img src="docs/images/screenshot_2.png" width="100%" alt="Settings 1"/></td> <td><img src="docs/images/screenshot_3.png" width="100%" alt="Settings 2"/></td> <td><img src="docs/images/screenshot_4.png" width="100%" alt="Settings 3"/></td> <td><img src="docs/images/screensaver.gif" width="100%" alt="Screensaver"/></td> </tr> </table>

Original FLauncher Features

  • [x] No ads
  • [x] Customizable categories
  • [x] Manually reorder apps within categories
  • [x] Wallpaper support
  • [x] Open "Android Settings"
  • [x] Open "App info"
  • [x] Uninstall app
  • [x] Clock
  • [x] Switch between row and grid for categories
  • [x] Support for non-TV (sideloaded) apps
  • [x] Navigation sound feedback

Set LTvLauncher as default launcher

Method 1: Remap the Home button

This is the "safer" and easiest way. Use Button Mapper to remap the Home button of the remote to launch LTvLauncher.

Method 2: Disable the default launcher

:warning: Disclaimer :warning:

You are doing this at your own risk, and you'll be responsible in any case of malfunction on your device.

The following commands have been tested on Chromecast with Google TV only. This may be different on other devices.

Once the default launcher is disabled, press the Home button on the remote, and you'll be prompted by the system to choose which app to set as default.

Disable default launcher

# Disable com.google.android.apps.tv.launcherx which is the default launcher on CCwGTV
$ adb shell pm disable-user --user 0 com.google.android.apps.tv.launcherx
# com.google.android.tungsten.setupwraith will then be used as a 'fallback' and will automatically
# re-enable the default launcher, so disable it as well
$ adb shell pm disable-user --user 0 com.google.android.tungsten.setupwraith

Re-enable default launcher

$ adb shell pm enable com.google.android.apps.tv.launcherx
$ adb shell pm enable com.google.android.tungsten.setupwraith

Known issues

On Chromecast with Google TV (maybe others), the "YouTube" remote button will stop working if the default launcher is disabled. As a workaround, you can use Button Mapper to remap it correctly.

Wallpaper

Because Android's WallpaperManager is not available on some Android TV devices, FLauncher implements its own wallpaper management method.

Please note that changing wallpaper requires a file explorer to be installed on the device in order to pick a file.

Credits

Original Projects


LTvLauncher


🛡️ LeanBitLab Ecosystem

Check out our other projects: 👉 LeanBitLab Projects

Related Skills

View on GitHub
GitHub Stars110
CategoryDevelopment
Updated1h ago
Forks2

Languages

Dart

Security Score

100/100

Audited on Mar 31, 2026

No findings