I would like to use the afvalwijzer app, so I tried today (April 2025) connecting the Toon to the WiFi and somehow this time it connected OK. Rooting my Toon worked perfectly, thanks to all the nice work done in the Root-a-Toon GitHub! As the Toon didn't have any network connection for 5 years, the firmware on my Toon is very old: 4.10.6.
It looks like all toonstore apps aren't available (or at least not recommended to install) for 4.x versions, if I check the update-rooted.sh script:opkg list-installed |grep base-qb2
base-qb2-ene - 4.10.6-1196-0
Code: Select all
....
#not installing apps anymore on versions lower then fw 5
if [ $VERS_MAJOR -gt 4 ]
then
echo "FIXING: Now updating all toonstore installed apps"
installToonStoreApps
fi
....
Code: Select all
sh update-rooted.sh -v 5.49.19
===================================================================================================================================================================
Welcome to the rooted Toon upgrade script. This script will try to upgrade your Toon using your original connection with Eneco. It will start the VPN if necessary.
Please be advised that running this script is at your own risk!
Version: 4.81 - TheHogNL - 07-08-2024
===================================================================================================================================================================
Forcing version: 5.49.19
Check vpn.conf
The vpn.conf seems ok, continuing...
WARNING: can't open config file: /usr/lib/ssl/openssl.cnf
This toon does not contain old VPN certficates. Not necessary to update VPN certificates.
Now starting the VPN tunnel and waiting for it to be alive and configured...
Now starting the VPN tunnel and waiting for it to be alive and configured...
Now starting the VPN tunnel and waiting for it to be alive and configured...
Now starting the VPN tunnel and waiting for it to be alive and configured...
Now starting the VPN tunnel and waiting for it to be alive and configured...
Now starting the VPN tunnel and waiting for it to be alive and configured...
Now starting the VPN tunnel and waiting for it to be alive and configured...
Now starting the VPN tunnel and waiting for it to be alive and configured...
Now starting the VPN tunnel and waiting for it to be alive and configured...
Now starting the VPN tunnel and waiting for it to be alive and configured...
Now starting the VPN tunnel and waiting for it to be alive and configured...
Could not enable VPN in a normal reasonable time!
DEBUG information:
192.168.1.0/24 dev wlan0 scope link src 192.168.1.37
default via 192.168.1.1 dev wlan0 metric 10
# <persistent /etc/hosts content can be added to /etc/hosts.template file>
127.0.0.1 localhost.localdomain localhost eneco-001-359100
172.24.32.1 feed.hae.int feed
127.0.0.1 ping.quby.nl
END DEBUG information
Quitting the upgrade. It was a nice try tho...
killall: openvpn: no process killed