CF.lumen plugin SOLVED
Posted: 12 Nov 2015 05:43
I use CF.lumen to control brightness on my phone as it is superior to anything else in that aspect. However, its automation system sucks and I want AM to handle it. The best way would be using "custom filter" in plugin with "override variables" option in AM. However, it seems that variables are not passed to the plugin.
The string is as follows: //putString("eu.chainfire.lumen.EXTRA_REMOTE_CONTROL_FILTER", "rgba:255:255:255:255;-3");
What ever I write here won't get recognized and the plugin uses settings I've set inside the plugin instead.
Does someone know how to get this working or is it even possible?
UPDATE:
Actually I finally solved this. I have to delete "/" symbols from the start.
The string is as follows: //putString("eu.chainfire.lumen.EXTRA_REMOTE_CONTROL_FILTER", "rgba:255:255:255:255;-3");
What ever I write here won't get recognized and the plugin uses settings I've set inside the plugin instead.
Does someone know how to get this working or is it even possible?
UPDATE:
Actually I finally solved this. I have to delete "/" symbols from the start.