FLauncher (osrosal's fork) icon
FLauncher (osrosal's fork) icon

FLauncher (osrosal's fork)

FLauncher is an open-source alternative launcher for Android TV, built with Flutter. This is a fork of the GitLab repository at: https://gitlab.com/flauncher/flauncher.

FLauncher (osrosal's fork) screenshot 1

Cost / License

Application type

Platforms

  • Android
  • Android TV
-
No reviews
2likes
0comments
0news articles

Features

Suggest and vote on features

Properties

  1.  Privacy focused

Features

  1.  No registration required
  2.  Ad-free
  3.  Works Offline
  4.  No Tracking
  5.  Android tv
  6.  Application Launchers
  7.  Launcher

 Tags

FLauncher (osrosal's fork) News & Activities

Highlights All activities

Recent activities

FLauncher (osrosal's fork) information

  • Developed by

    Oscar Rojas
  • Licensing

    Open Source (GPL-3.0) and Free product.
  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

GitHub repository

  •  218 Stars
  •  18 Forks
  •  32 Open Issues
  •   Updated  
View on GitHub
FLauncher (osrosal's fork) was added to AlternativeTo by Darlene Sonalder on and this page was last updated .
No comments or reviews, maybe you want to be first?

Featured in Lists

If you are on Android TV here is some apps to upgrade to a better experience, from launcher to stores, tools from …

List by Darlene Sonalder with 68 apps, updated

What is FLauncher (osrosal's fork)?

This is a fork of the GitLab repository at: https://gitlab.com/flauncher/flauncher.

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

Get the latest build from the releases page, you can look for older builds on the actions tab, where they are uploaded as artifacts. Features

For a list of the changes introduced by this fork from the original, see the CHANGELOG file.

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

Set FLauncher 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 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.

Official Links