Overview
Clone File
Clone file is the configuration of file structures of the HFL5011/HFL7011
These configuration file can be exported or imported into the TV
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/
When ../ is written in the instruction below, it is referring to the above names depending on the model of the TV that you're working with.
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’
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","GR", "HR", "HU", "IE", "IT", "KZ", "LT", "LU", "LV", "NL", "NO", "NZ", "PL", "PT", "RO", "RS", "RU", "SE", "SI", "SK", "TR", "UA", "US", "ZZ" ],
"packageCategory": [ "Weather", "Music", "Games", "Other", "Entertainment", "Lifestyle", "Travel", "Children", "News", "Sports", "Local Info", "Financial", "Technology" ]
}
]
}
Make sure both files are saved
Put the USB device in the TV
Go to the professional menu (mute, left right up down ok)
[Upgrade and clone] -> [Clone USB to TV]
How to install your own apk if already other apps are installed
Copy your xxx.apk into …/MasterCloneData/AndroidApps/
Edit the ‘AndroidAppsMetaData.json’ file in the /AndroidApps/ folder as explained in the previous chapter and pay attention:
Each apk must have a unique ‘packagePosition’
o You can edit country and category by removing the unnecessary ones
o Don’t forget to correctly indicate the total number of apps at the top of the file or it won’t load: ‘availablePackages’
Edit the ‘AndroidApp_Identifier.txt’ file in the /AndroidApps/ folder
If you don’t want other apps except your own app to be installed then in the professional menu you need to set [Features] [Apps] [Mode] to [Local Apps].