Skip to content

ctnkyaumt/flaunchermod

Repository files navigation

FLauncher

FLauncher is an open-source alternative launcher for Android TV, built with Flutter.

Features

  • No ads
  • Customizable categories
  • Manually reorder apps within categories
  • Open "Android Settings"
  • Open "App info"
  • Uninstall app
  • Clock
  • Wifi icon for quick access
  • Switch between row and grid for categories
  • Support for non-TV (sideloaded) apps + menu to download popular apps for ease of use
  • Navigation sound feedback
  • HDMI inputs page/section
  • Weather widget
  • Button mapper integrated (under settings)
  • Backup/restore (local only)
  • Force stop app

Screenshots

|--|--|--|--| | | | | |

Set FLauncher as default launcher

Method 1: remap the Home button

Use the button mapper under settings (of flauncher) to remap the Home button of the remote to launch FLauncher.

Method 2: disable the default launcher

⚠️ Disclaimer ⚠️

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.

Buy Me A Coffee

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages