Page 19 of 22

Re: Toon app: ToonStore

Posted: Tue Oct 01, 2019 12:56 pm
by Edwin66
Heb helemaal geen TSC tab in instellingen

Re: Toon app: ToonStore

Posted: Tue Oct 01, 2019 1:47 pm
by Toonz
then you have a too old version of the resourcefile I think.
You can download it here manually: qutility.nl/resourcesfiles/ , select the right file for your firmware (qb2 = toon 1 , nxt = toon 2).
Unzip it and copy the rcc files to /qmf/qml

Or alternatively downgrade the ToonStore to an older version.

In both cases you will need access to your Toon, which isn't going smooth as I read in the other topic ;-)

Re: Toon app: ToonStore

Posted: Tue Oct 01, 2019 4:53 pm
by Edwin66
I might need some help with this ;)

The requested URL /resourcesfiles/ was not found on this server.

Re: Toon app: ToonStore

Posted: Tue Oct 01, 2019 5:00 pm
by mAiden
Which version is your Toon on? Resource files work from 4.16.8
http://qutility.nl/resourcefiles/ is the link where you can find them.

Re: Toon app: ToonStore

Posted: Tue Oct 01, 2019 5:02 pm
by Edwin66
i believe its firmware 4.19.10

Re: Toon app: ToonStore

Posted: Tue Oct 01, 2019 5:07 pm
by Toonz
sorry , made a type in the url, mAiden already provided you the correct one

Re: Toon app: ToonStore

Posted: Tue Oct 01, 2019 5:13 pm
by Edwin66
So.. now I did a 'wget http://qutility.nl/resourcefiles/resour ... .19.10.zip' then unzipped and moved the rcc files to /qml/qmf

That should do the trick?

btw. Is it possible to set an easier to remember password on the Toon?

Re: Toon app: ToonStore

Posted: Sat Oct 12, 2019 11:06 pm
by TerrorSource
Edwin66 wrote:So.. now I did a 'wget http://qutility.nl/resourcefiles/resour ... .19.10.zip' then unzipped and moved the rcc files to /qml/qmf

That should do the trick?

btw. Is it possible to set an easier to remember password on the Toon?
Why didn't you do a "sh update-rooted.sh -f" ? That will fix everything for you automatically.

Re: Toon app: ToonStore

Posted: Wed Oct 16, 2019 8:46 pm
by Toonz
Hi all,

We decided to stop support of older firmwares (everything below firmware 5) when publishing new apps or updates of existing apps.
This will greatly simplify the effort needed to create and maintain the installation scripts.
Also QML apps can start making use of functionality which is only available on firmware 5.

This means that existing apps can still be used on older firmwares but updates of apps and new apps will only become available on firmware 5.

Kind regardz,

Toonz

Re: Toon app: ToonStore

Posted: Fri Nov 08, 2019 9:14 pm
by Edwin66
Damn... I can't get my Toon upgraded to any higher version then 4.19.* :(

Re: Toon app: ToonStore

Posted: Fri Nov 08, 2019 9:21 pm
by Edwin66
TerrorSource wrote:
Edwin66 wrote:So.. now I did a 'wget http://qutility.nl/resourcefiles/resour ... .19.10.zip' then unzipped and moved the rcc files to /qml/qmf

That should do the trick?

btw. Is it possible to set an easier to remember password on the Toon?
Why didn't you do a "sh update-rooted.sh -f" ? That will fix everything for you automatically.
Didn't work.

Re: Toon app: ToonStore

Posted: Fri Nov 08, 2019 9:38 pm
by TheHogNL
On your toon using putty:

Code: Select all

curl -Nks https://raw.githubusercontent.com/ToonSoftwareCollective/update-rooted/master/update-rooted.sh -o /root/update-rooted.sh
sh /root/update-rooted.sh -u
That should update your toon. If not paste the logs.

Re: Toon app: ToonStore

Posted: Fri Nov 08, 2019 10:45 pm
by Edwin66
There is something wrong with the VPN connection on my Toon.

Re: Toon app: ToonStore

Posted: Sat Nov 09, 2019 9:20 am
by TheHogNL
Edwin66 wrote:There is something wrong with the VPN connection on my Toon.
Run this to check why your VPN isn't starting:

Code: Select all

/usr/sbin/openvpn --config /etc/openvpn/vpn.conf 
Maybe your VPN key is withdrawn. If so, contact me PM. I do have some old not working toon's from which you can have the VPN key from for a small payment.

Re: Toon app: ToonStore

Posted: Sat Nov 09, 2019 10:05 am
by Toonz
Hi all,

a new version of ToonStore (4.0.0) is available in the ToonStore.
This is the last app store update in a row to move all settings files to the /mnt/data/tsc folder.
This was all to prepare for our move to GitHub with all apps.
The new upcoming TSC scripts will install apps directly from Github, without making use of the ipk packages and signature keys anymore.
The big advantage of GitHub is that everyone can easily contribute to further code development for all apps.
The downside is that we had to drop firmware 4 and lower compatibility.

More to come on this one, stay tuned…….


Changelog:
- settings are now stored in /mnt/data/tsc/toonstore.userSettings.json
- app is only firmware 5 compatible. Support for older firmware has been dropped.
- toonstore apps can only be installed via the supporting TSC scipts on firmware 5
Therefore support for signature keys (needed for app installations on older firmwares) has been dropped as well.