Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redth/flamedtvlauncher
A replacement home launcher for Amazon FireTV
https://github.com/redth/flamedtvlauncher
Last synced: 11 days ago
JSON representation
A replacement home launcher for Amazon FireTV
- Host: GitHub
- URL: https://github.com/redth/flamedtvlauncher
- Owner: Redth
- Created: 2014-06-14T00:44:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T14:55:48.000Z (over 8 years ago)
- Last Synced: 2024-10-17T07:34:12.873Z (21 days ago)
- Language: C#
- Size: 4.35 MB
- Stars: 186
- Watchers: 34
- Forks: 37
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlamedTV Launcher
FlamedTV Launcher is a 'replacement' for Amazon's Home/Launcher app which does not show sideloaded apps.
*NOTE: Do to a legal request from Amazon, the name of this launcher was recently changed to 'FlamedTV Launcher'*
![FlamedTV Launcher](Art/Screens/firedtv-new-01.png)
###How does it work?
While it's not possible (yet/without root) to actually replace the launcher app, FlamedTV effectively does this by watching for Amazon's launcher being opened, and then immediately launches itself. Because of this, you will see Amazon's home screen flash on the screen very briefly after pressing the home button, before FlamedTV Launcher appears.###Installation
First, head over to the [Releases Page](https://github.com/Redth/FlamedTVLauncher/releases) and get the latest version .apk file.Once you've downloaded the file, follow these steps:
1. Find the IP address of your FireTV (you can do this by going into the settings)
2. Open a Terminal, you're going to sideload the .apk to your FireTV
3. `adb connect xxx.xxx.xxx.xxx` to connect to your FireTV where xxx.xxx.xxx.xxx is the IP address of your FireTV
4. `adb install /path/to/com.altusapps.firedtvlauncher-1.x.x.apk` to install the app to your device
5. On your FireTV, open the settings
6. Go into Applications
7. Find 'FlamedTV' in the list, and select it
8. Select 'Launch Application'###Update Process
To update to a newer version of this app, first you must uninstall the old version.You can do this on the FireTV itself (Settings > Applications > Manage Installed Applications > FireTV Launcher > Uninstall)
Or, you can use adb:
1. `adb connect xxx.xxx.xxx.xxx` to connect to your FireTV where xxx.xxx.xxx.xxx is the IP address of your FireTV
2. `adb uninstall com.altusapps.firedtvlauncher`Now you can simply reinstall the app following the instructions from the "Installation" process.
###Where's the Java?
If you looked at the source, you may have noticed that there's no Java. That's because this was written entirely in C# using [Xamarin](http://xamarin.com)! C# is awesome, go use Xamarin!###What's next?
Obviously this launcher is very simple, and there's not much to it. I'm planning on adding some Settings configuration within the app, so you can do things like hide apps, reorder them, hide labels, change colors, etc.If you have a feature you really want, open an issue here!
###Thanks
Do you like this project? I'd be ever so grateful if you bought me a beer!
[Donate now, via PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2GQPW92YLPY56)