- 95 -
7.2.4
Add a local app in the TV
Once you have configured your TV you can also add your own local app. This is an app that is locally
installed in TV and not part of the app control.
This can be done via CMND where you can upload your local apk to be installed or load directly via USB
in the clone. When you use CMND to load the app, CMND will create the json file.
You can afterwards download it to USB to see how json file exactly looks like.
If you want to manually install the local app, the app should be added in the
/MasterCloneData/AndroidApps/ folder and you should adapt the AndroidAppsMetaData.json file
accordingly.
In the json file you will see that the "packageType": "local". All other parameters will be adapted on
you current setup as already available in CMND.
For example:
{
"packageName"
:"com.android.myapp",
"packageURI"
:"./myapp.apk",
"silentAction"
:"install",
"packageType"
:"local",
"packagePosition"
:10,
"packageShowHide"
:"1",
"packageCountry"
:[
"ALL"
],
"packageCategory"
:[
"Other"
],
"authorizationNeeded"
:0,
"authorizationStatus"
:0,
"authorizedDeveloper"
:0
}
7.2.5
Remove or update a local installed app from TV
If you have installed a local apk from TV and you want to remove it again you can do this with below
instructions.
•
Download your clone file to USB including apps
•
Open the
…/MasterCloneData/
AndroidApps/AndroidAppsMetaData.json file using a text
editor
•
Search for your local installed apk
o
You should find it in a clonePackage tag with a packageURI containing the apk name
o
One of the settings is "silentAction": "install"
o
You need to change this to "silentAction": "uninstall" or "silentAction": "update"
o
Save the file and upload the clone in TV in order to uninstall the apk again. You can
also upload this clone file in CMND and assigned it using CMND to the TV’s you want
the app to be removed from
"clonePackages"
:
[
{
"packageURI"
:
"./xxx.apk"
,
"silentAction"
:
"uninstall"
,
…
Summary of Contents for 50BFL2114/12
Page 19: ... 18 ...
Page 120: ... 119 ...