Hi,
I just rooted my toon and it is running on the lastest firmware (5.0.4). I wanted to install an app "domoticzboard". It says that i have to edit the file located in HCBv2/qml/qb/base. The problem is that I don't seem to have a base folder and therefore not an globals file. How can I fix this so I can configure what apps have to run?
globals.qml
Moderators: marcelr, TheHogNL, Toonz
Re: globals.qml
Since firmware 4.16 there is no way to edit the globals.qml file anymore. Custom apps are now automatically started/loaded using the modded resources files if:
- there are stored in /qmf/qml/apps/app-name-dir
- the dirname start with a lowercase letter (like: /qmf/qml/apps/customApp)
- in the dir the app primary qml file is written like this 'CustomApp.qml', so it starts with a capital and it reflects the dir-name (but now with capital)
- there are stored in /qmf/qml/apps/app-name-dir
- the dirname start with a lowercase letter (like: /qmf/qml/apps/customApp)
- in the dir the app primary qml file is written like this 'CustomApp.qml', so it starts with a capital and it reflects the dir-name (but now with capital)
Member of the Toon Software Collective
Re: globals.qml
Thanks The HogTheHogNL wrote:Since firmware 4.16 there is no way to edit the globals.qml file anymore. Custom apps are now automatically started/loaded using the modded resources files if:
- there are stored in /qmf/qml/apps/app-name-dir
- the dirname start with a lowercase letter (like: /qmf/qml/apps/customApp)
- in the dir the app primary qml file is written like this 'CustomApp.qml', so it starts with a capital and it reflects the dir-name (but now with capital)
