https://github.com/mylesotoole/FireTheTV
Use your macOS terminal to debloat your Amazon Fire TV or Stick.
https://github.com/mylesotoole/FireTheTV
amazon bash bash-script debloat debloat-script debloater firestick firetv macos macos-sequoia macosx optimization terminal
Last synced: over 1 year ago
JSON representation
Use your macOS terminal to debloat your Amazon Fire TV or Stick.
- Host: GitHub
- URL: https://github.com/mylesotoole/FireTheTV
- Owner: mylesotoole
- Created: 2024-03-29T00:00:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T19:23:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T21:48:56.283Z (almost 2 years ago)
- Topics: amazon, bash, bash-script, debloat, debloat-script, debloater, firestick, firetv, macos, macos-sequoia, macosx, optimization, terminal
- Language: Shell
- Homepage:
- Size: 53.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How It Works:
- Your Mac connects to your Fire TV via the ADB (Android Debug Bridge) feature by using [Android Platform Tools](https://developer.android.com/tools/releases/platform-tools).
- Commands are sent to your Fire TV from the script to disable Amazon bloatware and optimize performance.
## What It Uses:
- This script utilizes [Homebrew](https://brew.sh/) and [Android Platform Tools](https://developer.android.com/tools/releases/platform-tools) for macOS.
- Dependencies are checked automatically. If they are not present, this script will install them.
- Permission is required to install [Homebrew](https://brew.sh/).
- ADB debugging must be enabled on your Fire TV, which is a developer setting.
## How to Run It:
1. Open _Terminal_ and navigate to the script's directory.
2. Run the script by typing:
```bash
sh FireTheTV.sh
```