Loading ...
Loading ...
Loading ...
- 89 -
16.4 Add a local app in the app list
After you have set your settings correctly you can clone TV to USB to change add your own app. This
can be done via CMND or you can do this manually.
Depending on your set following are the folder names used in the root of the USB device containing
the clone data:
For xxHFL5011: TPM1532HE_CloneData/MasterCloneData/
For xxHFL7011: TPM1531HE_CloneData/MasterCloneData/
16.4.1 How to install your own apk if no other apps are installed yet
Copy your xxx.apk into …/MasterCloneData/AndroidApps/
Create an ‘AndroidAppsMetaData.json’ file in the /AndroidApps/ folder
Create an ‘AndroidApp_Identifier.txt’ file in the /AndroidApps/ folder
Edit the ‘AndroidApp_Identifier.txt’ file:
o Change the content to ‘YourVersionNumberDD/MM/YYYY-HH:MM’
o Change the version number, day, month, year, hour and minutes according to the
current values
Edit the ‘AndroidAppsMetaData.json’ file:
o Change the ‘xxx.apk’ into the name of your app
o ‘digitalSignature’ should stay blank
o ‘silentAction’ should be ‘install’ to install or ‘remove’ to uninstall
o ‘packageShowHide’ should be 1 to show the app in the guest menu, if it’s set to 0 then
the app will be installed but it will be hidden for the guest
o Pay attention:
Each apk must have a unique ‘packagePosition’
You can edit country and category by removing the unnecessary ones
Don’t forget to correctly indicate the total number of apps at the top of the
file or it won’t load: ‘availablePackages’
o See below the code of the file:
{
"availablePackages": "1",
"clonePackages": [
{
"packageURI": "./xxx.apk",
"digitalSignature": "",
"silentAction": "install",
"packageType": "local",
"packagePosition": "1",
"packageShowHide": "1",
"packageCountry": [
"AR",
"AT",
"AU",
"BE",
"BG",
"BR",
"CH",
"CZ",
"DE",
"DK",
"EE",
"ES",
"FI",
"FR",
"GB",
Loading ...
Loading ...
Loading ...