Page 3 of 7
Re: The new Toon 2 has been rooted!
Posted: Wed Sep 19, 2018 5:49 pm
by TheHogNL
So to sum.. big disclaimer yada yada yada

Re: The new Toon 2 has been rooted!
Posted: Thu Sep 20, 2018 5:03 pm
by ewshop
Good job
I’m definitely interested in rooted my Toon2
Re: The new Toon 2 has been rooted!
Posted: Thu Sep 20, 2018 10:33 pm
by TheHogNL
ewshop wrote:Good job
I’m definitely interested in rooted my Toon2
Then check this post and contact one of us:
viewtopic.php?f=101&t=12162&start=15#p87542
Re: The new Toon 2 has been rooted!
Posted: Fri Sep 21, 2018 9:59 pm
by TheHogNL
And the first rooted toons are already been delivered back or in transit to the happy forum users! I you are happy clap your hands

Re: The new Toon 2 has been rooted!
Posted: Sat Sep 22, 2018 5:48 pm
by Rudolf
*clapclap* Very happy. Toon2 is such an improvement, the gui is very snappy, much more responsive.
Re: The new Toon 2 has been rooted!
Posted: Sat Sep 22, 2018 7:48 pm
by madpatrick
Happy me !! Working great.
Much better responce on the screen.
I've trouble to install the app Boilerstatus.
It will not install the app.
Re: The new Toon 2 has been rooted!
Posted: Sat Sep 22, 2018 8:47 pm
by Toonz
Will check whether the installer of the boiler app is toon2 compliant when I am near my laptop.
Can you check the log file for the error message?
Re: The new Toon 2 has been rooted!
Posted: Sat Sep 22, 2018 8:53 pm
by Toonz
madpatrick wrote:Happy me !! Working great.
Much better responce on the screen.
I've trouble to install the app Boilerstatus.
It will not install the app.
Won't install here either.
I need to rebuild the package for Toon 2 compatibility indeed.
Will do so next week, will post in the boiler app topic when ready.
Kind regardz,
Toonz
Re: The new Toon 2 has been rooted!
Posted: Sun Sep 23, 2018 8:54 am
by TheHogNL
Ohw yes i see. The package is only for qb2 (toon 1) now

You can easily unpack the package yourself (ar x package.name.ipk) and extract the data.tar.gz from it to install it manually though. That is what I mean. But waiting for Toonz to fix the package to allow it to install on the toon2 also is another option

Re: The new Toon 2 has been rooted!
Posted: Sun Sep 23, 2018 1:18 pm
by TheHogNL
The TSC team was looking at the Toon2 boot screen and we missed something but it took a while for us the understand what was missing..
Now we found it

The logo, already containing the T and C letters just missed the S from TSC
If you want this on your Toon2 (I'll create a Toon1 version also later), download the zip on your toon2 in /tmp and run this:
Code: Select all
cd /
mount /mnt/boot
mv /mnt/boot/splash.bmp /mnt/boot/splash.bmp.toon
unzip /tmp/tsc-splash.zip
umount /mnt/boot
rm -f /usr/bin/psplash
ln -s /usr/bin/psplash-tsc /usr/bin/psplash
killall -9 qt-gui
Re: The new Toon 2 has been rooted!
Posted: Sun Sep 23, 2018 1:59 pm
by madpatrick
TheHogNL wrote:The TSC team was looking at the Toon2 boot screen and we missed something but it took a while for us the understand what was missing..
Now we found it

The logo, already containing the T and C letters just missed the S from TSC
If you want this on your Toon2 (I'll create a Toon1 version also later), download the zip on your toon2 in /tmp and run this:
Code: Select all
cd /
mount /mnt/boot
mv /mnt/boot/splash.bmp /mnt/boot/splash.bmp.toon
unzip /tmp/tsc-splash.zip
umount /mnt/boot
rm -f /usr/bin/psplash
ln -s /usr/bin/psplash-tsc /usr/bin/psplash
killall -9 qt-gui
Great !!!
Is it also possible to change the Toon (text/logo) on the mainscreen topleft ?
Re: The new Toon 2 has been rooted!
Posted: Sun Sep 23, 2018 2:21 pm
by marcelr
That will require a rebuild of the drawables.rcc. There are no plans to do that yet.
Re: The new Toon 2 has been rooted!
Posted: Sun Sep 23, 2018 2:32 pm
by TheHogNL
madpatrick wrote:
Great !!!
Is it also possible to change the Toon (text/logo) on the mainscreen topleft ?
You can hide it already using the TSC settings menu. Changing it requires to rebuild the drawables rcc indeed.
Re: The new Toon 2 has been rooted!
Posted: Sat Sep 29, 2018 1:04 pm
by maikelvds
Great work guys!
Re: The new Toon 2 has been rooted!
Posted: Sat Oct 06, 2018 8:36 pm
by TheHogNL
For everyone with a rooted Toon2; you have maybe noticed some issue's connecting to the Toon2 from your computer/laptop/whatever. Initial connection takes a while.
I have found this to be related to wifi power management in the toon2. You can turn this off.
Create this file: "/etc/udhcpc.d/90tsc" and put this in it "/sbin/wl PM 0".
Then "chmod +x /etc/udhcpc.d/90tsc" and it will be fixed after a reboot.
Funny thing is that Quby also tried to turn off power management but failed to do so. In their /etc/network/interfaces file there is this statement "post-up iw wlan0 set power_save off" but it doesn't work. They need to change that to use the 'wl' command and not 'iw'
I will add this to the update-script fix part but probably toonstore will add this also. No problem to add this manually yourself.