Search found 151 matches

by Ierlandfan
Sat Nov 11, 2017 12:27 pm
Forum: Toon Rooting
Topic: Rooting Toon (or boxx)
Replies: 811
Views: 635582

Re: Rooting Toon (or boxx)

Let's check some basics: Since you modified inittab and paswd so I assume you know how to reach single mode Try ls -la /sbin |grep gett on the commandline and see whether "getty" exist. Should say: lrwxrwxrwx 1 root root 14 Aug 29 2012 getty -> ../bin/busybox If it exist it's probably some...
by Ierlandfan
Thu Nov 09, 2017 10:49 pm
Forum: Toon Firmware
Topic: Toon firmware: issues (and solutions)
Replies: 359
Views: 236092

Re: Toon firmware: issues (and solutions)

Code: Select all

/qmf/qml/apps/boilerMonitor
No idea what it does yet but that's easy to find out.
by Ierlandfan
Thu Nov 09, 2017 9:40 pm
Forum: Toon Firmware
Topic: Toon firmware: issues (and solutions)
Replies: 359
Views: 236092

Re: Toon firmware: issues (and solutions)

Fast observations running 4.9, looking through project.xml and stracing happ_thermstat: The good News: We can query the important OT options through bxt now. It depends on your CV which options are available. (Or in case of a rooted Toon, probably just edit in the options you want to query) For exam...
by Ierlandfan
Wed Nov 08, 2017 9:47 pm
Forum: Toon Rooting
Topic: Toon as a domotica controller?
Replies: 581
Views: 677304

Re: Toon as a domotica controller?

I was wondering if there is some complete list of local web methods and arguments that the Toon can handle. If not, i would like to help build this documentation. When using 'strings -f hdrv_p1', i get so much garble, i don't know what to look for. By decompiling (using https://retdec.com/) i found...
by Ierlandfan
Fri Nov 03, 2017 10:24 am
Forum: Toon external control
Topic: android app TOON
Replies: 111
Views: 95460

Re: android app TOON

Sorry for not responding...I read the message, answered but I never actually pushed the reply button.

With the vncserver active (On Toon) you can use Toon wherever and on any device you like.
That's what you mean right?
by Ierlandfan
Thu Nov 02, 2017 7:53 pm
Forum: Toon Rooting
Topic: Rooting Toon (or boxx)
Replies: 811
Views: 635582

Re: Rooting Toon (or boxx)

@gielie, i assume you're using some kind of USB to TTL device (as described in the rooting manual) Or maybe and ESP8266 If that's the case you don't need the 3.3v connection. Just connect the three wires as described. Check your comport (device management> ports) look for serial port and write down ...
by Ierlandfan
Thu Oct 12, 2017 11:26 pm
Forum: Toon Rooting
Topic: Rooting Toon (or boxx)
Replies: 811
Views: 635582

Re: Rooting Toon (or boxx)

For about 15 euro (esp8266/esp32 + TFT) you have a small (3.5 inch) and cheap vnc client. 7 inch is about 25 euro. (Or use phone) For 30 you can have a Nextion TFT and a ESP32. The Nextion has an editor for easy GUI based display. For about 22 Euro you have a full blown (Jessie) Linux based Raspberr...
by Ierlandfan
Tue Oct 10, 2017 6:48 pm
Forum: Toon Firmware
Topic: Toon firmware: issues (and solutions)
Replies: 359
Views: 236092

Re: Toon firmware: issues (and solutions)

Somehow the id of my machine in the xml was saying neco-etc etc not Eneco-etc etc, four times. So I changed it to Eneco rebooted en there was all the apps That's because they check the "Tenant" option in /qmf/etc/qmf_project.xml which could be "Eneco" or some other provider. (Se...
by Ierlandfan
Wed Sep 13, 2017 7:37 pm
Forum: Toon Rooting
Topic: Rooting Toon (or boxx)
Replies: 811
Views: 635582

Re: Rooting Toon (or boxx)

Code: Select all

option tftp-server-name  "test;/bin/sh/cat messages ";
or maybe easier to verify

Code: Select all

option tftp-server-name  "test;/bin/sh/reboot";
We only have to find out if this line is ever processed by some process so it will execute
by Ierlandfan
Mon Sep 11, 2017 8:39 pm
Forum: Toon Rooting
Topic: Rooting Toon (or boxx)
Replies: 811
Views: 635582

Re: Rooting Toon (or boxx)

If you're looking for a "simple" attack vector that doesn't involves breaking encryption (Now whe are in it makes more sense to try this again) Try this one: The DHCP client (udhcpc) in BusyBox before 1.20.0 allows remote DHCP servers to execute arbitrary commands via shell metacharacters ...
by Ierlandfan
Mon Sep 04, 2017 8:56 pm
Forum: Toon software development
Topic: Software: modifications and extensions Toon
Replies: 311
Views: 288843

Re: Software: modifications and extensions Toon

eneco-XXX-XXX:/etc# opkg update Downloading http://feed.hae.int/feeds/qb2/ene/4.4.21/Packages.gz. Inflating http://feed.hae.int/feeds/qb2/ene/4.4.21/Packages.gz. Updated list of available packages in /var/lib/opkg/base. Downloading http://feed.hae.int/feeds/qb2/ene/4.4.21/Packages.sig. Signature che...
by Ierlandfan
Mon Sep 04, 2017 8:40 pm
Forum: Toon software development
Topic: Software: modifications and extensions Toon
Replies: 311
Views: 288843

Re: Software: modifications and extensions Toon

@MarcelR, what do you mean exactly because this is my output of opkg (On Toon) eneco-XXX-XXX:~# opkg list |grep mosq libmosquitto - 1.4.9-r0 - Mosquitto is an open source (BSD licensed) message broker that implements the MQ Telemetry Transport protocol version 3.1. MQTT provides a lightweight method...
by Ierlandfan
Mon Sep 04, 2017 9:52 am
Forum: Toon Rooting
Topic: Rooting Toon (or boxx)
Replies: 811
Views: 635582

Re: Rooting Toon (or boxx)

My Toon has arrived last week, brand-new, completely sealed and is not registered at all If you do it yourself then it's a Toon with subscription (If signed up ofcourse) but the question is if you really want that. If you let Quby root Toon then it's just a Toon without subscription Basically we ca...
by Ierlandfan
Thu Aug 31, 2017 7:26 pm
Forum: Toon software development
Topic: Software: modifications and extensions Toon
Replies: 311
Views: 288843

Re: Software: modifications and extensions Toon

Mosquitto can be installed through opkg libmosquitto - 1.4.9-r0 - Mosquitto is an open source (BSD licensed) message broker that implements the MQ Telemetry Transport protocol version 3.1. MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. libmosquittopp1 -...

Go to advanced search