How to connect Android device to TMS

The application is adding through the installation of the .apk file.

Download the tvip.apk file to your device.

Installing via USB disk

Copy tvip.apk file to a USB disk. After that, open it through the application for viewing and searching files and click the install button.

Adding via Android Debug Bridge

  1. Connect the android device with your pc using ADB:

adb connect <ip_address>
  1. Install tvip.apk:

adb install <the path to the file>

TMS Player will appear in the application menu.

Attention

Make sure ADB is available before installing via Android Debug Bridge.