Click a recommendation on your Google TV, Fire TV, or Android TV launcher and it opens straight in Nuvio, Stremio, WuPlay, Plex, or Jellyfin. It's not on Google Play, so it's installed manually — pick whichever option below fits you best.
On the TV, install Downloader from Google Play (the app is called "Downloader by AFTVnews").
Open it and, in the URL field, type this code:
It downloads the APK and offers to install it right away.
On the TV, install Send Files to TV from Google Play and open it — it'll show an address or a QR code.
From your phone's browser, go to that address (or scan the
QR code) and download the
app-release.apk file from the
releases page.
Once the transfer finishes, the TV will let you install it directly.
On the TV: Settings → Device Preferences → About → tap "Build" 7 times to enable Developer options, then go into Developer options and turn on Network debugging. Note the IP address and port it shows.
On your phone (not the TV), install atvTools from Google Play and open it. Make sure the phone is on the same Wi-Fi network as the TV.
In atvTools, add the TV as a device using the IP address from step 1 to pair with it.
Once paired, use atvTools' install APK
option to browse to the downloaded
app-release.apk and install it.
To grant the special permission mentioned below: tap into
TvRecommendationBridge in atvTools' app list,
open the Permisos tab, scroll down to
android.permission.WRITE_SECURE_SETTINGS,
and flip its toggle on.
Download app-release.apk from the
releases page.
On the TV: Settings → Device Preferences → About → tap "Build" 7 times to enable Developer options, then turn on USB debugging or Network debugging.
From your computer, with adb
installed:
adb connect <tv-ip>:5555adb install app-release.apk
Open TvRecommendationBridge from the TV's launcher.
Tap "Enable the service in Accessibility" — it takes you straight to the right screen. Enable it there.
Verify your subscription with the email you paid with (or start the 2-day free trial, no card needed) — that's it, click any recommendation on the launcher to try it out.
The most common thing people hit when activating the service. Here's why it happens and how to fix it.
Why does this happen?
Since Android 13, the system blocks any app installed outside Google Play from enabling Accessibility by default — it's an Android protection ("Restricted Settings"), not a bug in the app.
How do I unblock it?
Go to Settings → Apps → TvRecommendationBridge and look for an option along the lines of "Allow restricted setting" (usually under a three-dot menu). Enable it, then try Accessibility again.
What if that option isn't there? (e.g. Google TV Streamer)
ADB is needed once — running
adb shell pm grant com.tunombre.tvbridge android.permission.WRITE_SECURE_SETTINGS
lets the app enable itself from then on, no more ADB needed
after that.
No computer? Do it from your phone with
atvTools instead: pair with the TV
(see the atvTools section above), tap into
TvRecommendationBridge in its app list, open the
Permisos tab, and flip on
android.permission.WRITE_SECURE_SETTINGS
— same result as the ADB command, no typing required.
Full details are in the README.