Update README.md #3
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Android TV Toolkit
Lightweight Windows application to debloat TCL/Google Android TV devices, install APKs, and customize the TV experience.
Built using Python and PySimpleGUI.
Features
Requirements
Setup Instructions
run_toolkit.exe
.Optional: FLauncher (Custom Launcher)
If you plan to disable Google TV Launcher, install a backup launcher first.
Download FLauncher APK here: See where to download below (there might be other sources online)
Steps:
✅ FLauncher is a clean, open-source, ad-free Android TV launcher.
Credits
Inspired by the Reddit Android TV community.
Built for the community to simplify TV customization.
📖 FAQ
Q: Do I need to install Python to run the Toolkit?
A: No. The provided
run_toolkit.exe
is fully standalone. You can unzip and run without installing anything else.Q: Will this work on all Android TV devices?
A: The Toolkit is designed for Android TV devices that allow ADB Debugging. It works with TCL TVs, Onn 4K boxes, and Nvidia Shield TV (safe mode recommended first).
Q: What if I don't see Developer Options on my TV?
A: Go to Settings → Device Preferences → About → Build Number and click it 7 times to unlock Developer Options.
Q: Is there a risk of disabling important apps?
A: Always start with "Debloat TV - Safe Mode," which carefully removes common bloatware without affecting critical system apps.
Q: Is the Toolkit free to use?
A: Yes! It’s open-source, released under the MIT License.
🚀 How to Use the Toolkit
Step 1: Enable Developer Options on your Android TV:
Step 2: Enable ADB Debugging inside Developer Options.
Step 3: Unzip the Toolkit and open
run_toolkit.exe
.Step 4: Enter your TV's IP Address and click Connect.
Step 5: Choose a function:
Step 6: Enjoy a faster, cleaner Android TV experience!
📥 Where to Download FLauncher
FLauncher is a minimalist launcher recommended before disabling the default Google TV launcher.
You can download it safely here:
🔗 Download FLauncher from APKPure
🛠️ Troubleshooting: ADB Connection Issues
If you encounter a problem connecting your TV (for example: cannot connect to [IP address]:5555,
or adb.exe not compatible with Windows error), it may be related to the version of ADB included.
To fix it:
You can manually replace the adb.exe, AdbWinApi.dll, and AdbWinUsbApi.dll files in the Toolkit's adb folder with the latest version from: https://adbdownload.com/ or directly from the official Google platform-tools if you prefer: https://developer.android.com/studio/releases/platform-tools
Steps to update ADB manually:
Download the latest ADB tools.
Copy adb.exe, AdbWinApi.dll, and AdbWinUsbApi.dll.
Replace the existing files in the adb folder inside the Toolkit directory.
After replacing, try connecting your TV again through the Toolkit.
🛠️ About the EXE
The run_toolkit.exe included in this project was built from the open-source run_toolkit.pyw script using PyInstaller.
If you prefer, you can rebuild the EXE yourself using the following steps:
python -m pip install pyinstaller
pyinstaller --onefile --windowed run_toolkit.pyw
This project is fully open-source — nothing hidden.
You can review, modify, or rebuild the Toolkit freely based on your needs.
🖥️ macOS Compatibility
The
run_toolkit.py
script is fully cross-platform and should work on macOS with:License
This project is licensed under the MIT License.