Showing posts with label firetv. Show all posts
Showing posts with label firetv. Show all posts

Wednesday, September 09, 2015

How-to: Use Popcorn Time a on Fire TV Stick

Whether it is legal or not in your country and for what uses I will not get into, this is just about how to use it on the Fire TV Stick. Popcorn time is often called the "free netflix like program" that uses bittorrent technology. It does indeed work on the Fire TV Stick if you use VLC as an external player. 

1. Download Popcorn time for Android and sideload it

On your computer, head on over to popcorntime.io/ and download the Android apk and go ahead and flash it to your Fire TV



It will open up and seem to be running great, even the UI interation with the standard Fire TV remote but unfortunately the video will stutter and be unwatchable even on 720p (the lowest video quality setting). The resources it takes to run the torrent client makes popcorn time's internal player too inefficient for the Fire TV Stick. VLC requires less resources to run smoothly.

2. Download and sideload VLC

Download VLC for Android TV and then go ahead and sideload it onto your Fire TV.

Tip: VLC will automatically be launched by Popcorn time. If you don't need it to play anything else, you can hide it in Firestarter so it won't clutter up your homescreen but will still function.

3. Change the Popcorn Time settings to use VLC

Open Popcorn Time and open the menu at the top left of the screen and open preferences. (It may seem like you need a remote mouse but if you wait for the main movie grid to populate with images then open the menu and hold down on the fire TV remote it will work.)
Make sure you choose the following settings:

  • Change the default player to VLC
  • Image quality to 720p (1080p stuttered on my Stick while the torrent client was on too)
  • Remove cache on player close.
  • Adjust upload speed limit and lower the amount of connections and nodes if it lags or allow the movie to download to 100% before playing.


TIP: If you have the time, after VLC launches backup and allow the video to download to 100%. It will play much better without anything being downloaded into the cache. 

4. Conclusion

I find streaming from a single source using addons in Kodi or from another computer on my home network to be a better experience because it the extra resources it takes from the Fire TV limits the quality of playback. 720p was only acceptable on my Fire TV Stick and it takes over 2 minutes to get a sizable enough buffer to start playback. However, it did look pretty good and there are use case scenarios where this is a good option.

Tuesday, September 08, 2015

Firestarter launcher - Fire TV home screen alternative

Launching sideloaded apps on the Fire TV Stick is kind of a pain because you have to go into settings, then applications, the manage applications, then finally launch it. Blah. My favorite solution for this is the Firestarter launcher. It can replace the default Amazon home button's function to launch the Firestarter screen instead of the default one which shows all of your sideloaded apps or doesn't! It's very customizable and clean looking. No need to worry about losing access to your Amazon content either!

1. Download the app

Head over to github.com/sphinx02/FireStarter/releases and download the apk on your computer.

2. Sideload the apk

 I like to use adbFire to do my sideloading, I made a tutorial here if you need it.

3. Launch Firestarter for the first time

On the Fire TV home screen, go down to 'Settings' and then over to 'Applications' and then down to 'Manage Installed Applications'. Find Firestarter and launch it.
  

Boom! A clean launcher focused on apps. 


4. Configure the settings

By default, Firestarter will be configured to launch at boot or when the home button is pressed but you can change it to any app you want! You can also hide apps that you might just want to run in the background and many other options. Plus it has an integrated updater so you don't have to worry about sideloading it again whenever there is an update. 

How-to: sideload apps like Kodi to fire tv stick using adbFire

The Fire TV and Fire TV Stick are simply android devices with Amazon's own skin and the absence of google services (like the Play Store). Just like any Android device, the Fire TV can have apps "sideloaded" onto it. The most common app to sideload is Kodi (formerly XBMC). Here is a google doc of apps that work and do not, but it is a little under cultivated. Rather than installing ADB (Android Debug Base) and using the command line on a pc to install an .apk (Android Program) there are a couple programs that make the process very simple. My favorite is adbFire.  

1. Download and install adbFire

On your computer, head over to jocala.com/adbfire.html and download the .zip for your OS, windows, mac, and linux are available. Extract the zip file which will give you a folder that has a lot of files and folders in it. You MUST keep all of the files in this folder because they are dependencies, you do not 'install' adbFire in the traditional sense (unless on a mac), instead you will open the program from within this folder.


2. Enable ADB and third party apps on your Fire TV

Head down to the settings on your Fire TV and go over to 'System' and then choose 'Developer options'.


Turn ON 'ADB debugging' and 'Apps from unknown sources'.


While we are in the System settings, back up and go to 'About' and go down to 'Network'. Take a note of your Fire TV or Stick's IP address and write it down if you need to.


3. Add your Fire TV to adbFire

Open up adbFire and you will notice that the 'Current Device' is blank. Click on 'New'. The only 2 fields that we need to worry about to get things to work is the device name and Address. The device name can be anything you want, the Address is the IP address we noted in the Fire TV System settings. Fill these out and click save.


4. Ready to sideload! 

We are now ready to sideload an apk to the Fire TV. Make sure you choose the fire tv and it shows up in the 'Connected devices' field, if it doesn't click on Connect.


5. Sideload an .apk

For this example we will use kodi to sideload. Head on over to kodi.tv/download/ and download the Android version for ARM processors. Like all android programs, it will be an .apk file (Android Application Package). Simply click 'Install APK' and choose the apk you want to install and wait for it to say it installed. Depending on the program size, it may take a few minutes. If it fails, try it again but it shouldn't fail twice.


6. Launching the sideloaded app

Unfortunately you will notice that Kodi is not showing up under your apps. This is because only Fire TV apps installed through the Amazon appstore show up on the Fire TV home screen. To lanch it you will have to go down to the Fire TV settings and head over to 'Applications' and then down to 'Manage Installed Applications'


Now you can see all of your installed apps and launch them from here!


7. Better and easier ways to launch sideloaded apps

My favorite way to launch apps is to use a different launcher that gives you a home screen that shows all of your sideloaded and normal amazon appstore apps. Check out my firestarter guide here.