Introduction
This article's aim is to guide the user on how to deploy apps on an H200 using a closed network via DHCP.
Using DHCP
After defining in the DHCP server the VCI and the INI option file for H200, it is now possible to deploy apps.
For more information about the H200 VCI+INI option follow this article.
Apps Deployment
In the INI file you will need to add the following lines:
system.allow_install_unknown_sources="ALLOW_INSTALL_UNKNOWN_SOURCES"
appinstaller.link="<introduce here the app's link>"
Automatically App launch
If you wish to launch the app upon the H200 boot add the following line to the INI file:
tvapp.package_id="<introduce here the app's id>"
INI file example
# Application Firmware and Version
firmware_upgrade.url=http://<preferred ip and path>/25.3.2022.9R.zip
firmware_upgrade.version="25.3.2022.9R"
# App Parameters
adb.mode="1"
key.link.blue="pkg://com.android.tv.settings?cls=com.android.tv.settings.MainSettings"
system.allow_install_unknown_sources="ALLOW_INSTALL_UNKNOWN_SOURCES"
appinstaller.link="http://gcs.aminoengage.com/sw/7/1/org.videolan.vlc-13019607.apk"
tvapp.package_id="org.videolan.vlc"
Reboot the H200 for the changes to take effect.
Comments
0 comments
Please sign in to leave a comment.