Introduction
TDM5 supports Android devices, this can be a Sony Bravia, Philips D-Line or an Android media player. The installation method used for your device can be different, this manual explains the different workflows which can be followed to install the TDM5 Android Player on your device.
Requirements
If you want to install the TDM5 Android Player you need to meet the following requirements.
- Have an active player licenses within your TDM5 account.
- (Additional) Have access to the Google Play Store.
- (Additional) Have an USB stick with the TDM Android Player APK file on it.
- (Additional) Have ADB installed on your PC and enabled on your device.
Please note that both your PC and display need to be inside the same network.
How To install the TDM5 Android Player using the Google Play Store
- Switch on your Android device.
- Please find the Google Play Store application and start the application.
- In the Google Play Store, use the search function to search for “TDM5”.
- Select the application and download it onto your device. Once the download has finished you can select “Open” to open the TDM5 Android Player.
How To install the TDM5 Android Player using an USB.
Important: Please note that your device needs to have a file explorer application available to be able to access the USB drive. It could also be that an app called “APK Installer” is available, this will also give you the opportunity to access your USB drive and install the .APK file.
- First, we need to download the .APK file. This can be downloaded by opening the following URL: https://tdm5.tdmsignage.com/download/android
- Copy the downloaded .APK file to an USB stick.
- Plug the USB stick into your device.
- To install the .APK file we need a file explorer to be able to access the USB drive. In case your device does not have access to the Google Play Store it will probably have a File Explorer app installed by default.
It could also be that an app called “APK Installer” is available. If none of these is installed by default please look for the Google Play Store and look for ES File explorer. Install this application so you can access the USB drive.
- Open the application and navigate to the USB Drive.
- Search for the .APK file and select it to install the TDM5 Android Player.
- Once the installation has finished you should be able to see the TDM5 Android Player in your app overview. From there you can start it.
How To install the TDM5 Android Player using ADB
- Please make sure the following option has been enabled on your devices:
Go to: Settings→ Developer Options → ADB Debugging/USB Debugging
- If Developer Options is not available go to: Settings→ About → click on Build 7 times.
- Please re-try step 1 in case developer options was not visible, otherwise continue with step 4.
- Please verify the IP address of your device by opening: Settings→ About → Status
- Now we can download the “Google Platform Tools”, this can be downloaded from the following URL: https://developer.android.com/tools/releases/platform-tools
- Once the download is completed move the .zip file to the root of your C: drive and extract the .zip file.
- We will then need to download the .APK file. This can be downloaded by opening the following URL: https://tdm5.tdmsignage.com/download/android
- Move the .APK file to the platform-tools folder which became available after extracting the “Google Platform Tools”.
- Now we need to open this folder using the “Command Prompt”. Start the “Command Prompt” and run the following command: cd C:\platform-tools
Please note that if you have not moved the platform-tools folder to your C: drive the file path is different.
- Use the following command to see an overview of the devices which are currently connected:
adb devices
- In case your device is not in the list please use the following command to connect to your device: adb connect <ipaddressofyourdevice>
In case ADB is mentioning something about port 5555 please use the following command:
adb connect<ipaddressofyourdevice>:5555
- ADB has the possibility to remotely install applications from the command line. If you want to use this command you need to make sure that the APK file which you want to install is available in the ADB folder.
A. Once the file is available in the ADB folder please use the following command to install the APK file:
adb -s <ipaddressofdevice> install <filename>.apk
B. In case you want to update an existing application please use the following command:
adb -s <ipaddressofdevice> install -r <filename>.apk
Once the command prompt returns “Success” you have successfully installed the TDM application on your device.
Comments
0 comments
Please sign in to leave a comment.