25 Ağustos 2014 Pazartesi

Installing Put.io on OUYA

1

Ouya is a gaming microconsole which was funded by a Kickstarter campaing and became second most highest earned project in the Kickstarter history. Ouya has seen support, because of its open design, and it encourages developers to hack and play with the device.

Ouya runs a custom Android operating system and it's firmware is being actively developed. With 1.2.1187 "Chupacabra" update released recently, it's possible to upload Android apks directly from your browser without any software installed on your PC.

You can install Steven Schoen's excellent Put.io app into your Ouya console.

  • First connect your PC and Ouya into same Wi-Fi network.
  • Start your Ouya device and choose MAKE  > UPLOAD functionality from the menu. By clicking UPLOAD button on the right, an address just under the button will be appeared (A URL like "http://192.168.0.XX:10000/") . Note it and go to that address with your browser from any PC in the same network. A drag&drop upload page will show up on your screen.
  •  Download Put.io apk from here and drop file into the page. After progress bar is full, you can reach the app from MAKE > SOFTWARE section on your Ouya.
  • On login screen, virtual keyboard doesn't appear so you need to use a USB keyboard to enter your login credentials.
Have fun!

7 Ağustos 2014 Perşembe

Installing Put.io on Amazon Fire TV

3

It's easy to get Put.io running on your Amazon Fire TV device within a few steps.  Steven Schoen's Put.io Android app works seamlessly on Amazon Fire TV and you can install it just from your PC sharing the same Wi-Fi with your Amazon Fire Tv.

Before you start make sure your Amazon Fire TV and your PC are connected to same Wi-Fi network.


1. Set your Fire TV ready for installing


First, we must enable access into Fire TV before we can connect to device and install the Put.io app.
  1. From the main (Launcher) screen of Amazon Fire TV, select Settings
  2. Select System > Developer Options
  3. Select ADB Debugging and set to ON.

We also need the IP address of Amazon Fire TV on network to be able to access it from PC.
  1. From the main screen of Amazon Fire TV, select Settings.
  2. Select System > About > Network.  Make note of IP address listed on this screen.

2. Download Android SDK and Put.io app into your PC


We must get Android SDK which is a set of tools used for creating and testing Android applications by developers.  We are going to use just a single part of the SDK to transfer Put.io app into Amazon Fire TV.

First, download appropriate Android SDK zip file for your operating system from Android website http://developer.android.com/sdk/index.html.

After you download the zip file, for Windows extract it to your Desktop or elsewhere you feel comfortable. For Mac and Linux you can do the similar from your file browser or extract it with unzip command.

Now, download latest Put.io app (putio.apk) from the Github page https://github.com/DSteve595/Put.io/releases/latest

After download is complete, for convenience, move putio.apk into Android SDK folder you extracted from zip file.

3. Install Put.io app into Amazon Fire TV


The last step is to install our app.  Procedure is similar but changes according to your your operating system.


For Windows,
  1. Open Command Prompt window by: Click the Start button. In the Search box, type Command Prompt, and then, in the list of results, double-click Command Prompt. We are now going to enter some commands into Command Prompt.  
  2. First type  cd and put an empty whitespace after cd command. Then, from your desktop drag and drop Android SDK folder we unzipped into the Command Prompt. You should see something like  cd C://Users/Orcun/Desktop/android-bundle-windows-x86 on your screen. And press enter.
  3. Type cd platform-tools and press enter.
  4. Type adb kill-server and press enter.
  5. Type adb start-server and press enter.
  6. Type adb connect [ipaddress]  in which [ipaddress] part should be your Amazon Fire TV's IP address without brackets. And press enter.
  7. Type adb install ../Putio.apk and press enter.
For Linux and Os X fire up your terminal and enter following commands similar to Windows.
  1. cd /path/to/android-sdk-folder
  2. cd platform-tools
  3. ./adb kill-server
  4. ./adb start-server
  5. ./adb connect [ipaddress]
  6. ./adb install ../Putio.apk

4. Enjoy!


It's all done! You can now find Putio app on your Amazon Fire Tv on: Settings > Applications > Manage All Installed. Login and enjoy!