Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mylesotoole/debloatfiretv
Use your macOS terminal to debloat your Amazon Fire TV or Stick.
https://github.com/mylesotoole/debloatfiretv
amazon bash bash-script debloat debloat-script debloater firestick firetv macos macos-sequoia macosx optimization terminal
Last synced: 23 days ago
JSON representation
Use your macOS terminal to debloat your Amazon Fire TV or Stick.
- Host: GitHub
- URL: https://github.com/mylesotoole/debloatfiretv
- Owner: mylesotoole
- Created: 2024-03-29T00:00:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-21T19:23:23.000Z (about 2 months ago)
- Last Synced: 2024-10-03T21:48:56.283Z (about 1 month 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
### Running on macOS
1. Make the script executable `chmod +x DebloatFireTV`.
2. Run it with `./DebloatFireTV`.
### How it works:
- Connects to your Fire TV via the ADB feature in Android Platform Tools.
- Commands are sent to your Fire TV to disable Amazon bloatware and optimize performance.
### What it uses:
- This script utilizes Homebrew and Android Platform Tools for macOS.
- These dependecies will automatically be checked for. If they are not present, this script will install them with your permission.
- ADB debugging is a developer setting on your Fire TV which needs to be enabled.