Page 1 of 1

globals.qml

Posted: Sun Mar 10, 2019 3:41 pm
by RobbieT
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?

Re: globals.qml

Posted: Sun Mar 10, 2019 3:46 pm
by TheHogNL
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)

Re: globals.qml

Posted: Sun Mar 10, 2019 9:02 pm
by RobbieT
TheHogNL 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)
Thanks The Hog :-). this explains a lot!