
The new Toon 2 has been rooted!
Moderators: marcelr, TheHogNL, Toonz
Re: The new Toon 2 has been rooted!
So to sum.. big disclaimer yada yada yada 

Member of the Toon Software Collective
Re: The new Toon 2 has been rooted!
Good job
I’m definitely interested in rooted my Toon2
I’m definitely interested in rooted my Toon2
Re: The new Toon 2 has been rooted!
Then check this post and contact one of us: viewtopic.php?f=101&t=12162&start=15#p87542ewshop wrote:Good job
I’m definitely interested in rooted my Toon2
Member of the Toon Software Collective
Re: The new Toon 2 has been rooted!
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 

Member of the Toon Software Collective
Re: The new Toon 2 has been rooted!
*clapclap* Very happy. Toon2 is such an improvement, the gui is very snappy, much more responsive.
- madpatrick
- Member
- Posts: 107
- Joined: Wed Dec 06, 2017 9:52 pm
- Location: Zuid-Holland
Re: The new Toon 2 has been rooted!
Happy me !! Working great.
Much better responce on the screen.
I've trouble to install the app Boilerstatus.
It will not install the app.
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!
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?
Can you check the log file for the error message?
member of the Toon Software Collective
Re: The new Toon 2 has been rooted!
Won't install here either.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.
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
member of the Toon Software Collective
Re: The new Toon 2 has been rooted!
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

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

Member of the Toon Software Collective
Re: The new Toon 2 has been rooted!
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:
Now we found it



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
- Attachments
-
- tsc-splash.zip
- (36.92 KiB) Downloaded 632 times
Member of the Toon Software Collective
- madpatrick
- Member
- Posts: 107
- Joined: Wed Dec 06, 2017 9:52 pm
- Location: Zuid-Holland
Re: The new Toon 2 has been rooted!
Great !!!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 itThe 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
Is it also possible to change the Toon (text/logo) on the mainscreen topleft ?
Re: The new Toon 2 has been rooted!
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!
You can hide it already using the TSC settings menu. Changing it requires to rebuild the drawables rcc indeed.madpatrick wrote: Great !!!
Is it also possible to change the Toon (text/logo) on the mainscreen topleft ?
Member of the Toon Software Collective
Re: The new Toon 2 has been rooted!
Great work guys!
Re: The new Toon 2 has been rooted!
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.
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.
Member of the Toon Software Collective