New major firmware release 5.0.4 - UPGRADE AVAILABLE
Moderators: marcelr, TheHogNL, Toonz
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
I believe the correct link should be: http://files.domoticaforum.eu/index.php?cam=/Toon/apps......
member of the Toon Software Collective
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
So is there aything I need to do to fix this?Toonz wrote:I believe the correct link should be: http://files.domoticaforum.eu/index.php?cam=/Toon/apps......
Or is it somewhere else wrong?
Toon1 running firmware 5.33.9 (rooted)
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
No, I think the upgrade script needs patching.SDeath wrote:
So is there aything I need to do to fix this?
Or is it somewhere else wrong?
Let's wait till TheHogNL has had a look.
(we have day jobs unfortunately

member of the Toon Software Collective
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
I know how that feels, I was just lucky to work at home today.Toonz wrote:No, I think the upgrade script needs patching.SDeath wrote:
So is there aything I need to do to fix this?
Or is it somewhere else wrong?
Let's wait till TheHogNL has had a look.
(we have day jobs unfortunately)
Toon1 running firmware 5.33.9 (rooted)
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
Jup.. On this link "http://files.domoticaforum.eu/uploads/Toon" or "http://files.domoticaforum.eu/uploads/Toon/apps//" site will return a 403 - Forbidden: Access is denied error.Toonz wrote:I believe the correct link should be: http://files.domoticaforum.eu/index.php?cam=/Toon/apps......
It is strange, because last night I also performed the update with the script. When updated he installed all apps that I had.
Member of the Toon Software Collective
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
SDeath wrote:The result:TheHogNL wrote: just put this in a 'test.sh' and run it or just paste it in your toon command line
zcat: no gzip/bzip2/xz magic
http://files.domoticaforum.eu/uploads/Toon/apps//
zcat: no gzip/bzip2/xz magic
http://files.domoticaforum.eu/uploads/Toon/apps//
zcat: no gzip/bzip2/xz magic
http://files.domoticaforum.eu/uploads/Toon/apps//
zcat: no gzip/bzip2/xz magic
http://files.domoticaforum.eu/uploads/Toon/apps//
zcat: no gzip/bzip2/xz magic
http://files.domoticaforum.eu/uploads/Toon/apps//
zcat: no gzip/bzip2/xz magic
http://files.domoticaforum.eu/uploads/Toon/apps//
Ok something is clearly wrong with my script and your toon.
Could you try this and post the output?
Code: Select all
#!/bin/sh
SOURCEFILES="http://files.domoticaforum.eu/uploads/Toon"
latest=`curl -Nks $SOURCEFILES/apps/ToonRepo.xml | grep toonstore | grep folder | sed 's/.*<folder>\(.*\)<\/folder>.*/\1/'`
echo $latest
filename=`curl -Nks $SOURCEFILES/apps/$latest/Packages.gz | zcat | grep Filename| cut -d\ -f2`
echo $filename
Member of the Toon Software Collective
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
Result:TheHogNL wrote:Ok something is clearly wrong with my script and your toon.
Could you try this and post the output?
Code: Select all
#!/bin/sh SOURCEFILES="http://files.domoticaforum.eu/uploads/Toon" latest=`curl -Nks $SOURCEFILES/apps/ToonRepo.xml | grep toonstore | grep folder | sed 's/.*<folder>\(.*\)<\/folder>.*/\1/'` echo $latest filename=`curl -Nks $SOURCEFILES/apps/$latest/Packages.gz | zcat | grep Filename| cut -d\ -f2` echo $filename
zcat: short read
Toon1 running firmware 5.33.9 (rooted)
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
Ok this is weird. Would you allow me to logon to your toon to look what is happening? This will probably help others also.
Just send me your 06-number in PM and I'll whatsapp you to start a teamviewer session.
Just send me your 06-number in PM and I'll whatsapp you to start a teamviewer session.
Member of the Toon Software Collective
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
DoneTheHogNL wrote:Ok this is weird. Would you allow me to logon to your toon to look what is happening? This will probably help others also.
Just send me your 06-number in PM and I'll whatsapp you to start a teamviewer session.
Toon1 running firmware 5.33.9 (rooted)
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
Ok we found it. Somehow his toon requested the toon repo from domoticaforum in a gzip-ed request (header allow compression). This was not handled properly in the script. The script is updated now.
Member of the Toon Software Collective
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
I just updated my Toon v2. Most went ok, but afterwards the TSC menu and custom apps were gone.
I reinstalled TSC by downloading resources-nxt-5.0.4.zip and unzipping this into /home/ed
Next in a remote shell on the Toon I noticed that the resource files were not the latest so I entered following to update them:
# cd /qmf/qml
# scp ed@192.168.x.x:/home/ed/*.rcc .
# reboot
and afterwards the TSC menu was back.
FYI the log (attached) shows following
[...]
creating backup of qmf_tenant.xml.save ...
FIXING: Downloading resources.rcc TSC mod for this version 5.0.4.
Could not download a resources.rcc file for this version! Continuing, but your custom apps probably dont work anymore
Rgds, Ed
I reinstalled TSC by downloading resources-nxt-5.0.4.zip and unzipping this into /home/ed
Next in a remote shell on the Toon I noticed that the resource files were not the latest so I entered following to update them:
# cd /qmf/qml
# scp ed@192.168.x.x:/home/ed/*.rcc .
# reboot
and afterwards the TSC menu was back.
FYI the log (attached) shows following
[...]
creating backup of qmf_tenant.xml.save ...
FIXING: Downloading resources.rcc TSC mod for this version 5.0.4.
Could not download a resources.rcc file for this version! Continuing, but your custom apps probably dont work anymore
Rgds, Ed
- Attachments
-
- log.zip
- (2.49 KiB) Downloaded 440 times
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
I must say after a day, it does feel a bit faster on the new firmware.
Especially rebooting the gui seems quite faster on my Toon1.
Especially rebooting the gui seems quite faster on my Toon1.
Toon1 running firmware 5.33.9 (rooted)
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
Looks like a temporary internet issue. This file was available, can't see a log message at the server for a download from your Toon (only you downloading it manually afterwards).edwin999 wrote:I just updated my Toon v2. Most went ok, but afterwards the TSC menu and custom apps were gone.
FIXING: Downloading resources.rcc TSC mod for this version 5.0.4.
Could not download a resources.rcc file for this version! Continuing, but your custom apps probably dont work anymore
Rgds, Ed
Thinking about this,.. maybe the script needs to download this first before updating. If the download fails after the update (which happened to you) the user needs to fix it manually (like you did). Downloading it before the update allows the script to cancel the update if the download fails.
Member of the Toon Software Collective
-
- Member
- Posts: 153
- Joined: Thu Oct 03, 2013 7:53 pm
Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
Does someone knows where to find the drawables-base.rcc. I think mines is corrupt (Still from the first update to 5.0.1)
I am missing basics like buttons and all the icons. The good thing, all the TSC icons are showing
I am missing basics like buttons and all the icons. The good thing, all the TSC icons are showing

Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
I also upgraded last night to 5.04. Had a similar problem like some others that the custom apps didn't show up any more but reinstalling through the ToonStore fixed this.
However I also had some own custom tiles (connected to my Domoticz system) that still don't show. Any thoughts how I can 'register' these again?
Thanks for your help!
However I also had some own custom tiles (connected to my Domoticz system) that still don't show. Any thoughts how I can 'register' these again?
Thanks for your help!