Toon firmware: issues (and solutions)
Moderators: marcelr, TheHogNL, Toonz
Re: Toon firmware: issues (and solutions)
tks Marcelr,
I gonna dive into that story, I hope I can use a Rpi for the DHCP server, NFS server and TFTP server
First thing is making a Rootfs img from my working Toon
I gonna dive into that story, I hope I can use a Rpi for the DHCP server, NFS server and TFTP server
First thing is making a Rootfs img from my working Toon
Re: Toon firmware: issues (and solutions)
Not sure if I posted all tools to actually make the rootfs image. Just yell if you need something, I will try and dig it up (it's been almost two years). To get things right, you will need some data from the bootstrap, describing the ubifs PEB layout. Earlier toons are a bit different from later ones, wrongly sized PEB's in the fs will not work.
Edit: I also bumped into some ubifs checking code on stackoverflow. Maybe it's good to take a look, see if you can salvage (part of) the rootfs, notably the vpn keys.
https://stackoverflow.com/questions/211 ... i-in-ubifs
Edit: I also bumped into some ubifs checking code on stackoverflow. Maybe it's good to take a look, see if you can salvage (part of) the rootfs, notably the vpn keys.
https://stackoverflow.com/questions/211 ... i-in-ubifs
Re: Toon firmware: issues (and solutions)
I spend some time on this but I can't get it to work from qml only. Problem is that I cannot call bxt directly with the correct switches and parameters. Calls to bxt are all managed via the builtin module bxtClient in qt-gui.Ierlandfan wrote:Ofcourse if all fails whe can whip up something quick&dirty in php, query bxt (remote) and scan the output for the values but what's the fun of that
In that module they only built the stuff they need for the qui. I am afraid we will have to go for the quick & dirty route.
I might take a second look later but chances on success are slim.
member of the Toon Software Collective
Re: Toon firmware: issues (and solutions)
They have withdrawn firmware 4.9 and removed the update because a lot of bugs.
https://forum.toon.nl/storingen-problem ... estopt-922
https://forum.toon.nl/storingen-problem ... estopt-922
-
- Starting Member
- Posts: 37
- Joined: Wed Nov 23, 2016 4:11 pm
Re: Toon firmware: issues (and solutions)
Interesting since in that same thread now they are revoking that News.gielie wrote:They have withdrawn firmware 4.9 and removed the update because a lot of bugs.
https://forum.toon.nl/storingen-problem ... estopt-922
Though if you see all the reports it does look like a bug bomb.
controlpanel issue
EDIT: moved to the right topic, marcelr
I have some trouble with the controlPanel-app (Bedieningspaneel), at least I think.
I was playing around with HA-Bridge for setting up some fake Hue-lamps.
I have had succes before, I was able to add the HA-Bridge by editing /HCBv2/config or /mnt/data/qmf/config/config_hdrv_hue.xml
Today changed some settings in the HA-Bridge.
But then suddenly the ControlPanel-tab was missing (which is over the tiles).
I tried reverting config_hdrv_hue.xml to the original (I made a backup of the initial one).
I tried restarting qt-gui, but then I noticed some apps were missing in the Main Menu.

I believe it stops loading apps after crashing with the controlPanel-app.
The settings-app is still loaded, but in there I'm missing the Lamps tab that was there.
I tried disabling:in /qmf/qml/qb/base/Globals.qml
I tried deleting all other Custom Apps (ToonStore).
But it is still not fully loading the GUI.
I have some trouble with the controlPanel-app (Bedieningspaneel), at least I think.
I was playing around with HA-Bridge for setting up some fake Hue-lamps.
I have had succes before, I was able to add the HA-Bridge by editing /HCBv2/config or /mnt/data/qmf/config/config_hdrv_hue.xml
Today changed some settings in the HA-Bridge.
But then suddenly the ControlPanel-tab was missing (which is over the tiles).
I tried reverting config_hdrv_hue.xml to the original (I made a backup of the initial one).
I tried restarting qt-gui, but then I noticed some apps were missing in the Main Menu.

I believe it stops loading apps after crashing with the controlPanel-app.
The settings-app is still loaded, but in there I'm missing the Lamps tab that was there.
I tried disabling:
Code: Select all
appsToLoad.push("controlPanel");
I tried deleting all other Custom Apps (ToonStore).
But it is still not fully loading the GUI.
Re: Toon firmware: issues (and solutions)
Does somebody know which app should be loaded after "Wat is Toon"? (The last loaded app in the above image)
Also, the wifi-settings app is not loaded correctly, it does connect through the LAN-port.
So that is the only way I can SSH to it now...
Will resetting to factory defaults help me?
Or maybe updating to 3.9.xx (I'm on 3.8.something).
Also, the wifi-settings app is not loaded correctly, it does connect through the LAN-port.
So that is the only way I can SSH to it now...
Will resetting to factory defaults help me?
Or maybe updating to 3.9.xx (I'm on 3.8.something).
Re: Toon firmware: issues (and solutions)
I think it's the last to be loaded ("winwit").Bassie wrote:Does somebody know which app should be loaded after "Wat is Toon"? (The last loaded app in the above image)
You are not the only one. Mine hasn't worked properly since updating to 4.8.25.Bassie wrote:Also, the wifi-settings app is not loaded correctly, it does connect through the LAN-port.
So that is the only way I can SSH to it now...
Nope.Bassie wrote:Will resetting to factory defaults help me?
Probably you are on 4.8.25? Neither 3.8.x nor 3.9.x ever existed...Bassie wrote:Or maybe updating to 3.9.xx (I'm on 3.8.something).
Maybe you should take a look at the file config_happ_scsync.xml (in /qmf/config IIRC), and set end date (-1) , productvariant (Toon), and a bunch of flags for your toon. See what that brings.
Re: Toon firmware: issues (and solutions)
You are right, I am on 4.8.25.marcelr wrote:Probably you are on 4.8.25? Neither 3.8.x nor 3.9.x ever existed...
I didn't have any WiFi problems before though.
Yes, thank you! Setting <EndDate>-1</EndDate> brings back my apps:marcelr wrote:Maybe you should take a look at the file config_happ_scsync.xml (in /qmf/config IIRC), and set end date (-1) , productvariant (Toon), and a bunch of flags for your toon. See what that brings.

I did had to reboot, reloading the GUI wasn't enough.
-
- Starting Member
- Posts: 35
- Joined: Sat Jun 03, 2017 9:13 pm
Re: Toon firmware: issues (and solutions)
This post made me realize i haven't got all the tiles as well.. What can i do to get all of these??


Bassie wrote:You are right, I am on 4.8.25.marcelr wrote:Probably you are on 4.8.25? Neither 3.8.x nor 3.9.x ever existed...
I didn't have any WiFi problems before though.Yes, thank you! Setting <EndDate>-1</EndDate> brings back my apps:marcelr wrote:Maybe you should take a look at the file config_happ_scsync.xml (in /qmf/config IIRC), and set end date (-1) , productvariant (Toon), and a bunch of flags for your toon. See what that brings.
I did had to reboot, reloading the GUI wasn't enough.
-
- Starting Member
- Posts: 38
- Joined: Thu Nov 23, 2017 10:12 pm
Re: Toon firmware: issues (and solutions)
All,
Unfortunately I somehow lost some folders while playing around with my hacked toon.
All I get now is a black lcd screen, but I still have telnet, ssh en VNC access.
In the /HCBv2/qml folder only the apps folder is left. The rest is gone
Is there anyone who want to help and can provide me the missing folders and it contents?
My Toon version is 4.8.2.5
Regards,
Martin
Unfortunately I somehow lost some folders while playing around with my hacked toon.
All I get now is a black lcd screen, but I still have telnet, ssh en VNC access.
In the /HCBv2/qml folder only the apps folder is left. The rest is gone

Is there anyone who want to help and can provide me the missing folders and it contents?
My Toon version is 4.8.2.5
Regards,
Martin
Re: Toon firmware: issues (and solutions)
From FW 4.3.2x onwards, all stuff in /HCBv2 has been moved to /qmf.Martin101010 wrote:All,
Unfortunately I somehow lost some folders while playing around with my hacked toon.
All I get now is a black lcd screen, but I still have telnet, ssh en VNC access.
In the /HCBv2/qml folder only the apps folder is left. The rest is gone![]()
Is there anyone who want to help and can provide me the missing folders and it contents?
My Toon version is 4.8.2.5
Regards,
Martin
Please check.
-
- Starting Member
- Posts: 38
- Joined: Thu Nov 23, 2017 10:12 pm
Re: Toon firmware: issues (and solutions)
Marcelmarcelr wrote:From FW 4.3.2x onwards, all stuff in /HCBv2 has been moved to /qmf.Martin101010 wrote:All,
Unfortunately I somehow lost some folders while playing around with my hacked toon.
All I get now is a black lcd screen, but I still have telnet, ssh en VNC access.
In the /HCBv2/qml folder only the apps folder is left. The rest is gone![]()
Is there anyone who want to help and can provide me the missing folders and it contents?
My Toon version is 4.8.2.5
Regards,
Martin
Please check.
Thanks for your reply.
The /qmf folder only contains /qml/apps
Re: Toon firmware: issues (and solutions)
That's not a lot. One more question: does /etc/openvpn/vpn and its contents still exist on your toon?
If so, maybe it's possible to just upgrade your toon (and hope that all gaps are filled in the process).
Otherwise, you need a (partial) filesystem dump of a 4.8.25 machine. I don't have one at hand right now, although it's possible to make one.
If so, maybe it's possible to just upgrade your toon (and hope that all gaps are filled in the process).
Otherwise, you need a (partial) filesystem dump of a 4.8.25 machine. I don't have one at hand right now, although it's possible to make one.
-
- Starting Member
- Posts: 38
- Joined: Thu Nov 23, 2017 10:12 pm
Re: Toon firmware: issues (and solutions)
I believe it’s all there, config and certificate files.