Control your hacked (rooted) Toon remotely from your Phone.
First of, all the credit goes to Sander Jonk (https://www.github.com/jonkootje). He made the initial app. I only wanted some aditional features. To look like the original Toon app. Second, I made these changes primary for my self. So if it does not work for you...no refunds ;-)
- Logo Toon ( when added on the home screen)
- add aditional Tab with:
- Power Now
- Gas today.
- Upload the software to a (local) website. like a NAS
- go to /php/api.php
- change the values to fit your environment.
// SETTINGS - CHANGE THESE \/\/\/\/\/\/\/\/\/
$PASSWORD = 'Your complex Password'; // PASSWORD TO GET ACCESS TO TOON CONTROLLS
$PASSWORD_VERSION = 1; // INCREASE WHEN NEW PASSWORD (ALSO CHANGE IN INDEX.PHP)
$ADRESS = '0.0.0.0'; // LOCAL IP ADRESS OF TOON SERVER
$VERSION = '4.9'; // TOON VERSION (SUPPORTED: 4.8 / 4.9)
// END SETTINGS /\/\/\/\/\/\/\/\
- if you want to control your Toon from the internet open a port form you firewall to your website. (NOT TO YOUR TOON!!)
- On your Phone go to your website URL and enter "Your complex Password" :P
- create a short cut to your home screen. for more info hoe to do this see here (https://www.howtogeek.com/196087/how-to-add-websites-to-the-home-screen-on-any-smartphone-or-tablet/)
Things i want to add:
- Add Toon Zon
- Add Hue Control
- add API on the Toon. To control toon from an external website securly.
- ?