Installing SmartTUBE app on Android TV & Amazon Fire TV manually
This guide provides multiple methods to install the SmartTUBE app manually on Android TV and Amazon Fire TV devices. Manual installation requires an .apk file that you will install on your device.
If you are a SmartLabs customer, you can download it from the Software Release Notes page in your SmartLabs Wiki space.
To request access to the demo app, contact sales@smartlabs.tv.
You can also install the SmartTUBE app on your Android TV device directly from Google Play.
Using Android SDK Platform Tools
This method requires a USB or network connection to your computer.
Step 1: Enable developer mode on your device
Android TV
- Open the Settings application on your device
- Navigate to About device
- Tap Build number 7 times to enable Developer mode (a confirmation message will appear)
- Return to the main Settings screen and open the Developer options menu
- Enable USB debugging and Install via USB
Amazon Fire TV
- From the main screen, select Settings
- Navigate to Device (or My Fire TV) > Developer Options
- Enable ADB Debugging
- Enable Apps from Unknown Sources
- (Optional) If your Fire TV supports USB and you plan to connect via USB cable, enable USB Debugging
When USB Debugging is enabled, the USB port becomes unavailable for other uses such as external storage or input devices. To re-enable the USB port for other purposes, disable USB debugging.
Step 2: Download and extract Android SDK Platform Tools
- Download the Android SDK Platform Tools ZIP file for your operating system:
- Extract the ZIP to an easily-accessible location
Step 3: Open a terminal window in the extracted folder
Windows
- Open Windows Explorer and navigate to the folder where you extracted the ZIP file
- Right-click in the folder and select Open command window here
Some Windows 10 users may see PowerShell instead of Command Prompt.
macOS
- Navigate to System Preferences > Keyboard > Shortcuts > Services
- Enable New Terminal at Folder
- In Finder, navigate to the folder where you extracted the ZIP file
- Right-click in the folder and select New Terminal at Folder
Linux
- Run the following command in a Terminal:
sudo apt-get install nautilus-open-terminal- Run the following command to quit all open Nautilus windows:
nautilus -q- Open Nautilus and navigate to the folder where you extracted the ZIP file
- Right-click in the folder and select Open in Terminal
Step 4: Connect to your device using ADB
Network connection
- Ensure your device and computer are connected to the same network (WiFi or wired)
- Obtain the IP address of your device:
- Amazon Fire TV: Navigate to Settings > Device (or My Fire TV) > About > Network and note the IP address
- Android TV: Navigate to Settings > Network & Internet > select your connected network and note the IP address
- In the Terminal window, run the following command, where
<ipaddress>is your device's IP address and<port>is any number in the range 5555-5585:
adb connect <ipaddress>:<port>Example:
adb connect 10.49.172.51:5555- Accept the debugging prompt on your device's screen
- If the connection succeeds, ADB displays the message:
connected to <ipaddress>:5555- Verify the device connection:
adb devicesADB displays output similar to:
List of devices attached
10.49.172.51:5555 device(where 10.49.172.51 is your device's IP address)
USB connection
- Connect your device to the computer using a USB cable
- Execute the following commands in Terminal:
adb kill-server
adb start-server
adb devices- After the final command, ADB displays the following output, where
<serialno>is your device's serial number:
List of devices attached
<serialno> deviceStep 5: Install the APK
- Rename the downloaded
.apkfile tolime.apkand copy it to the Android SDK Platform Tools folder - Execute the following command in Terminal:
adb install lime.apk- Accept the installation prompt on your device's screen
Using USB drive or memory card
This method requires a computer to prepare the installation media.
- Connect a USB drive or memory card to your computer
- Copy the downloaded
.apkfile to the drive or card and rename it tolime.apk - Safely disconnect the drive or card from your computer and connect it to your device
- Open the
lime.apkfile using a file manager application (for example, X-plore File Manager)
Using Downloader application
This method requires an internet connection on your device.
- Install the Downloader application on your device using the instructions for Amazon Fire TV or for Android TV
- Open Downloader and enter the URL of the
.apkfile in the address bar - Downloader will download the file, request installation permission, and install the application