Quick panel node doesnt match whats going on in my sysrem -samsung 20ult

Soo I'm building this macro which kicks off & on battery protection every Monday & Friday. It works, however this ui panels node doesn't change with the ssytem. It does functions, but slightly ticks my OCD.
Is there some extra step I'm not seeing?
Thanks in advance guys!
 

Attachments

  • Screenshot_20240316_095201_MacroDroid.jpg
    Screenshot_20240316_095201_MacroDroid.jpg
    486 KB · Views: 8
  • Screenshot_20240316_095223_MacroDroid.jpg
    Screenshot_20240316_095223_MacroDroid.jpg
    486.4 KB · Views: 8
  • Screenshot_20240316_095254_Device care.jpg
    Screenshot_20240316_095254_Device care.jpg
    287 KB · Views: 8

Endercraft

Moderator (& bug finder :D)
Most likely the tile doesn't listen for this change or must be triggered from some API (that the settings app uses) but the setting shown in settings grabs the current value on open.
 

Endercraft

Moderator (& bug finder :D)
Not really. Apps can't interact with tiles without special system permissions (else it would be very easy to enable wifi, bluetooth, and a bunch of other things).
 

hsurB

Well-known member
Or since you can use macro to enable battery protect just create macrodroid tile that you will be using instead system one.
Macrodroid will be able to change its state since its macrodroids tile
Then just hide systems one

Alternative: If you want, you could probably integrate macrodroid with samsung's modes and routines app using show/recieve/clear notification actions to enable/disable battery protect instead using system setting action. Then it would also toggle systems tile.
You create routine that enables battery protect when recieved notification from macrodroid with phrase: Enable battery protect (For exemple) and another one to disable it Then you display notification using macro and you clear it shortly after.
 
Last edited:

Qarboz

Well-known member
Or since you can use macro to enable battery protect just create macrodroid tile that you will be using instead system one.
Macrodroid will be able to change its state since its macrodroids tile
Then just hide systems one
I have also done similar automation with quick tiles; in this case the problem is the opposite, that is, when the setting is changed from the Android menu. To make the status of the tile consistent, you need to monitor the change in the system settings and change the appearance of the tile accordingly.
 
I have also done similar automation with quick tiles; in this case the problem is the opposite, that is, when the setting is changed from the Android menu. To make the status of the tile consistent, you need to monitor the change in the system settings and change the appearance of the tile accordingly.
Good thinking I'll try the Macro tiles! Tyvm both of u... is there a way to further edit the icon image for tiles?
 

Qarboz

Well-known member
What I mean more so was the icon image. There's 3 tabs and that's about it eh? Can't add custom icon lists?
I, too, see 3 tabs for icon choice. Have you tried installing an icon pack? You can do it in the widget buttons configuration (when configuring a trigger). But it may not show up in the Configure Quick Tile action. If it doesn't work, you can ask for a new feature in the Feature Request thread
 
Top