The Holidaymaker TV Manager app can be installed by yourself, or your IT team, to then be able to manage your TV App’s installation, updates, and quick access to streaming apps settings to clear their data. Information on how to use the TV Manager app can be found here.
There are two options to manually installing the app for the first time:
- Downloading the app onto the TV and then installing it
- Using a laptop on the same network as the TV, and installing via the ADB command line (Android Debug Bridge)
The first of these is generally the preferred method and can be done by anyone who is comfortable using consumer technology. This is often performed by a manager, or maintenance team. The second method may be preferred by IT teams and is much quicker, but requires more computer knowledge and a suitable network setup.
Downloading and Installing it on the TV
This method it a multi-step process where you first acquire apps on the TV to be able to download the app from our servers and then install it. After it is installed you can then clean up any preparation made.
Info
If the TV already includes a web browser, file manager, or similar to be able to download and install apps, then you can skip this step and simple need to perform steps 13-15 under ‘Setup the Downloader app and install‘.
Aquire an app to help you download and install our manager
Setup the Downloader app and install
Clean up
Now you have the Holidaymaker TV Manager installed you no longer need to be logged into the TV with your Google account and can uninstall the Downloader app.
Note: Even if you do not uninstall the downloader app, once you are logged out of your google account, the app will no longer work as it is ‘licensed’ to you
- In settings navigate to Accounts and Sign-In again and remove your google account
- Uninstall the Downloader app. You can do this from the main apps grid and long press on the app and choose uninstall. Alternatively you can find it under settings -> apps -> Downloader and choose uninstall.
Installing via ADB
This method is suitable for those with more advanced computers knowledge, and access is available for a laptop to be on the same network as the TVs.
One off laptop preparation
- The laptop you are using to install the app via must be able to communicate to the TV via network (TCP protocols). By default this often uses port 5037 but ADB will scan a range of odd port numbers from 5555-5585.
- Install ADB onto your laptop which is part of the Android platform tools: https://developer.android.com/tools/releases/platform-tools – This can be used on Windows, macOS, or Linux.
- If required, you can also add the ‘adb‘ command line to your systems PATH so you can use it in any folder at ease
- Download your version of the holidaymaker manager app which you will be provided the url for – this will often be https://seeview.tv/app/xx or similar. This will download the apk file of your branded manager app
- In command line navigate to the folder of this apk file
TV-by-TV Basis preparation
- Enable Developer tools on the TV – This may be different depending on the Android version but is often: Settings -> Device Preferences -> About -> Build Number = Click on this 10 times to enable
- Find the Developer tools settings list and turn ON USB debugging, and turn OFF ‘Verify Apps over USB’
- Find the IP Address of the TV (in network/wifi settings)
Install via adb
- On your laptop command line run adb connect {ip address} eg if TV is found at 192.168.1.140 do adb connect 192.168.1.140
- This will often say straight away that authentication has failed – the TV will popup a dialog asking if you allow connection via your mac address. Click allow always – you could try and run the connect command again, but often this is actually connected
- To install the app do adb install hmmanager.apk – This will inform you that it is streaming install, and then hopefully say it was completed. Note: Change the name of the apk if required, and if not in the same folder, you will need to provide an absolute file path instead of the relative file name.
- Once installed do adb disconnect which will then disconnect from all adb connections.
Clean up
- On the TV, ensure that the app has installed ok – usage guides for the app can be found here
- Go back to the developer settings on the TV and then disable them