Toon app: rotating through tiles, automatically
Moderators: marcelr, TheHogNL, Toonz
Re: Toon app: rotating through tiles, automatically
I’m on fw 4.8.25 and I love to try out the rotating tile mod.
Re: Toon app: rotating through tiles, automatically
ok, I will create three new ones then for fw 4.7,4.8 and 4.9 when released (I believe planned for this week)
member of the Toon Software Collective
-
- Starting Member
- Posts: 35
- Joined: Sat Jun 03, 2017 9:13 pm
Re: Toon app: rotating through tiles, automatically
Did u already find time and inspiration for the 4.8.25 firmware?
And besides that; plans to publish this to toonstore as well??
And besides that; plans to publish this to toonstore as well??
Re: Toon app: rotating through tiles, automatically
Apologies, not started yet, was intrigued lately by the possibility to get the OpenTherm boiler data via qml.dennis071nl wrote:Did u already find time and inspiration for the 4.8.25 firmware?
And besides that; plans to publish this to toonstore as well??
That's behind me for now so #1 on the list are the homescreen mods.
My DevToon has currently 4.9 so will start with that, then downgrade to 4.8 to repeat the trick.
I am a bit hesitant to publish this on ToonStore because you are changing a core firmware module.
I need to be sure that uninstalling the mod will reinstate the original homescreen app.
Can be done but needs thorough testing first.
Last edited by Toonz on Thu Nov 16, 2017 11:18 pm, edited 1 time in total.
member of the Toon Software Collective
Re: Toon app: rotating through tiles, automatically
Ok, I couldn't wait......
Installation notes:
The following homescreen mod gives you the ability to automatically rotate tiles on the first page of the homescreens in 4 ways:
0: no rotation, behaviour as normal
1: rotate only the right bottom tile and leave the other three untouched (both normal and dim state)
2: rotate the bottom two tiles and leave the upper two untouched (both normal and dim state)
3: rotate the whole homescreen. In this case no tile configuration is changed, merely the next homepage is selected every x seconds (only in dim state)
I personally prefer option 3, just make sure you put the tiles you want to be visible all the time on each homepage.
You can change the behaviour 'on the fly' by clicking on the new icon just right of the '>' page selector at the bottom.
The small number in the icon represent the rotation mode above.
Default value is 0 (no rotation).
Installation:
- rename the folder homescreen in qmf/qml/apps/ to homescreen_backup or whatever name you want
- unzip the attachment for your firmware and copy the folder homescreen to qmf/qml/apps/
Important notes:
- only tiles which are visible at the start of qt-gui will be included in the rotation. If you want to include newer tiles as well my advice is to stop rotation (setting 0) first, finish your homescreen/tile layout and restart the gui.
- rotation will only start 3 minutes after completing the loading of the homepage to wait for the initial initialisation of the tiles at startup
The homescreen app didn't change between 4.8 and 4.9 so can be used on both firmware versions.
Kind regardz,
Toonz
Installation notes:
The following homescreen mod gives you the ability to automatically rotate tiles on the first page of the homescreens in 4 ways:
0: no rotation, behaviour as normal
1: rotate only the right bottom tile and leave the other three untouched (both normal and dim state)
2: rotate the bottom two tiles and leave the upper two untouched (both normal and dim state)
3: rotate the whole homescreen. In this case no tile configuration is changed, merely the next homepage is selected every x seconds (only in dim state)
I personally prefer option 3, just make sure you put the tiles you want to be visible all the time on each homepage.
You can change the behaviour 'on the fly' by clicking on the new icon just right of the '>' page selector at the bottom.
The small number in the icon represent the rotation mode above.
Default value is 0 (no rotation).
Installation:
- rename the folder homescreen in qmf/qml/apps/ to homescreen_backup or whatever name you want
- unzip the attachment for your firmware and copy the folder homescreen to qmf/qml/apps/
Important notes:
- only tiles which are visible at the start of qt-gui will be included in the rotation. If you want to include newer tiles as well my advice is to stop rotation (setting 0) first, finish your homescreen/tile layout and restart the gui.
- rotation will only start 3 minutes after completing the loading of the homepage to wait for the initial initialisation of the tiles at startup
The homescreen app didn't change between 4.8 and 4.9 so can be used on both firmware versions.
Kind regardz,
Toonz
- Attachments
-
- homescreen_mod_rotating_tiles_fw_4.8_and_4.9.zip
- (35.86 KiB) Downloaded 512 times
member of the Toon Software Collective
-
- Starting Member
- Posts: 35
- Joined: Sat Jun 03, 2017 9:13 pm
Re: Toon app: rotating through tiles, automatically
Toonz did it again! 
Thanks man, works like a charm!
All of your work for the rooted Toon community is highly appreciated!

Thanks man, works like a charm!
All of your work for the rooted Toon community is highly appreciated!
-
- Member
- Posts: 76
- Joined: Sun Jan 14, 2018 5:12 pm
Re: Toon app: rotating through tiles, automatically
Works great,
maybe nice to mention to restart the Gui with.
Found a Minor bug/issue tho.
WasteCalendar Tile is not visible in the Dimmed Screen.
Not sure if it has something to do with the Rotating Tiles or with the Wastecalendar itself
And i personnally don't like the "TOON" tekst Top Left in the Dimmed screen.
Is there a way to change the PNG/Tekst.
maybe nice to mention to restart the Gui with
Code: Select all
killall -9 qt-gui
Found a Minor bug/issue tho.
WasteCalendar Tile is not visible in the Dimmed Screen.
Not sure if it has something to do with the Rotating Tiles or with the Wastecalendar itself
And i personnally don't like the "TOON" tekst Top Left in the Dimmed screen.
Is there a way to change the PNG/Tekst.
Re: Toon app: rotating through tiles, automatically
As the IRIX man page used to say:Hypermobile wrote:Works great,
maybe nice to mention to restart the Gui with.Code: Select all
killall -9 qt-gui
"kill -9" is a sure kill.
Not sure if you need it, though. kill -9 stops the process immediately, without waiting for proper closing of files, devices etc.
Sure. just exchange /HCBv2/qml/images/logo.png with something else. It will be removed in the non-dimmed screen as well, though.Hypermobile wrote: And i personnally don't like the "TOON" tekst Top Left in the Dimmed screen.
Is there a way to change the PNG/Tekst.
Re: Toon app: rotating through tiles, automatically
The waste calender tile in dim state only shows the icon of the waste type collected today (start showing from 18:00 the day before).Hypermobile wrote:WasteCalendar Tile is not visible in the Dimmed Screen.
If no waste is collected today the tile is empty in dim state.
member of the Toon Software Collective
-
- Member
- Posts: 76
- Joined: Sun Jan 14, 2018 5:12 pm
Re: Toon app: rotating through tiles, automatically
marcelr wrote:As the IRIX man page used to say:Hypermobile wrote:Works great,
maybe nice to mention to restart the Gui with.Code: Select all
killall -9 qt-gui
"kill -9" is a sure kill.
Not sure if you need it, though. kill -9 stops the process immediately, without waiting for proper closing of files, devices etc.
Sure. just exchange /HCBv2/qml/images/logo.png with something else. It will be removed in the non-dimmed screen as well, though.Hypermobile wrote: And i personnally don't like the "TOON" tekst Top Left in the Dimmed screen.
Is there a way to change the PNG/Tekst.
thanks, what do you suggest to reboot Gui?
thx for the Logo, i'll change it,
and maybe i'll make some nices buttons for the rotating tile

photoshop is more my skill that programming
Re: Toon app: rotating through tiles, automatically
killall qt-gui will do. Never mind the -9.
-
- Member
- Posts: 76
- Joined: Sun Jan 14, 2018 5:12 pm
Re: Toon app: rotating through tiles, automatically
After a reboot; you need to set Rotation-program again.
it would be nice, if it remains on you setting after reboot.
it would be nice, if it remains on you setting after reboot.
Re: Toon app: rotating through tiles, automatically
Will have a look. Need to double check compatibility with 4.11 as wellHypermobile wrote:After a reboot; you need to set Rotation-program again.
it would be nice, if it remains on you setting after reboot.
member of the Toon Software Collective
Re: Toon app: rotating through tiles, automatically
I just started using a Toon and I really like the rotating tiles! Decided to make the icons more in line with the rest of the UI, so changed the black symbols to the same type of grey as the rest of the symbols and changed the harsh white background to same as the rest of the background.
Added the new versions as attachment, maybe nice to incorporate in a new version?
Added the new versions as attachment, maybe nice to incorporate in a new version?
- Attachments
-
- Homescreen - Drawables - SettingsIcons.zip
- (11.3 KiB) Downloaded 466 times
Re: Toon app: rotating through tiles, automatically
Will do thanks!! I don't consider myself to be a drawing artistEmacee wrote:I just started using a Toon and I really like the rotating tiles! Decided to make the icons more in line with the rest of the UI, so changed the black symbols to the same type of grey as the rest of the symbols and changed the harsh white background to same as the rest of the background.
Added the new versions as attachment, maybe nice to incorporate in a new version?

member of the Toon Software Collective